You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Marc Poulin <mc...@vindigo.com> on 2002/04/23 00:03:57 UTC

java task over a set of files

We are in the early stages of converting our build process to ant.  It has
gone well so far, but I have run into
 a bit of a snag.  Our Make process uses a java class to process a bunch of
files, namely:

atarget:
  $(javaprogram)  --arg --anotherarg *.gg

I have been unable to figure out how to "antify" this, since the java task
won't accept fileset nested elements.  Is there a way to run a java class
against a bunch of input files in an inexpensive (jvm/processor-wise) way?
Thanks in advance,
Marc

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>