On 11 Feb 2002, Vadim Zaliva <[EMAIL PROTECTED]> wrote:
> What is order in which JAVAC tasks provides .java files to compiler?
It shouldn't matter (and it is not really defined). Ant passes all
files that are newer than the corresponding .class files to javac at
once.
> <javac debug="on" deprecation="on" srcdir="${src}"
> destdir="${classes}" includeAntRuntime="no" failonerror="true"/>
>
> fails to compile them, complaining that packageA.FilaA is now known,
> while compiling packageA.packageB.FileB.
This is not related to the order of the files, try running Ant with
the -verbose option and look at the command Ant is trying to execute.
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>