On Sat, 30 Aug 2003, Paul Humphrey <paul@humphrey.org> wrote:
> I know that this file could have been compiled with the
> <javac srcdir=./> srcdir attribute, but I wanted to learn
> about filesets.
<javac> is no good choice for this, as <src> is a <path> and not a
<fileset>.
> I think the following is correct usage,
No, it isn't. You pass in your source files as the -sourcepath
parameter to javac, not as source files.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|