Right. But you should be able to pass in a patternset by if, which is
almost as good, no? I'm not sure why filesets are not handled as usual
in <javac>. It may have to be with the source paths. It could
automatically add all the filesets' dirs to the sourcepath for
example. I noticed this quirk before, but it never really bothered me
too much to do anything about it. --DD

On 7/27/06, Steve Loughran <[EMAIL PROTECTED]> wrote:
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to