On Mon, 10 Dec 2001, Hannes van der Merwe <[EMAIL PROTECTED]> wrote:

> Loop through a <path> containing java source files (*.java) ,
> remembering their names (exluding ".java") and appending ".class" to
> build a new path which contains the resulting java classes as it
> will be generated by "javac".

And then use them inside a task of your own?  If so, look at FileSet
(just use one for each entry in yout path) and Mapper, they should be
usable in just this fashion.

Stefan

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

Reply via email to