On Wed, 22 Aug 2001 22:58, [EMAIL PROTECTED] wrote:
> A file "**\cmf\example\Database\SDSHierachyImport.java" gets included in
> the javac task despite being listed in the excludes file. Can anyone shed
> any light on why this may be the case. (we're using jakarta-ant-1.3, and
...snip ...
> And the output fron the builds is:
>
> [javac] ^
> [javac] C:\work\com\cw\cmf\example\Database\SDSHierachyImport.java:31:
> cannot resolve symbol
> [javac] symbol : class EmuCurrencyImpl
> [javac] location: class com.cw.cmf.example.Database.SDSHierachyImport
> [javac] EmuCurrencyImpl theEmuCurrency = null;
> [javac] ^
> [javac] 1 error
It could be the compiler doing that - not ant. Do any of the files that you
are compiling require SDSHierachyImport to compile (directly or indirectly)?
--
Cheers,
Pete
*-----------------------------------------------------*
* "Faced with the choice between changing one's mind, *
* and proving that there is no need to do so - almost *
* everyone gets busy on the proof." *
* - John Kenneth Galbraith *
*-----------------------------------------------------*