Dominique Devienne wrote:
Isn't the nested <src> supposed to be a list of directories to use as
source paths, (and not a list of souce files to compile)?
Regarding **.java, I personally think the **/*.java syntax is clearer
and less prone to be confused with *.java visually.
yeah, it was an error (it did work though)
And your exclude is only a hint to Ant, and Javac may overrule that
unless you also reset the sourcepath. Maybe not an issue in your case,
if it's code that doesn't compile on purpose ;-) --DD
I know that , i was going to mention it.
the main thing is that there is apparently no easy way to pass a fileset
to javac to compile.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]