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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
