I tried to help out by experimenting with the "src" sub element. In
the sub element, I tried various settings.
for example:
However, I encounter error saying things like srcdir needs to be set,
or .../MyJavaFile.java is not a directory.
So, either I am not doing it right, or it's a bug
Have you tried wrapping a refid'd fileset in a (path) element
nested in ? That, according to the manual, should work (note
that you can nest any filesystem-based resource collection into a
path). This presumes you're using Ant 1.7+...
HTH,
Matt
On Mar 11, 2010, at 4:42 AM, Robert Mentee
That solves the minor problem of ; vs , but doesn't solve the real problem. The
real problem is in getting javac to recognize a filelist/fileset/path. What I'm
looking for is something to replace the filelist that javac will accept.
On Mar 11, 2010, at 2:23 AM, jan.mate...@rzf.fin-nrw.de wrote:
- <-- email is about this
+ <-- email is about this
Jan
>-Ursprüngliche Nachricht-
>Von: Robert Menteer [mailto:reet...@me.com]
>Gesendet: Mittwoch, 10. März 2010 21:28
>An: user@ant.apache.org
>Betreff: Passing a list of files to javac
>
>How can I get the javac task