> From: michael sorens [mailto:[EMAIL PROTECTED] > > I want to run a java task with a specific list of file names as command- > line arguments (typically <arg value="..."> for each file), but I also > want to run a <uptodate> check with a fileset that is precisely the same > list of files. How can this be done without having to enumerate the same > list in two places?
If your <arg value="..."> is in fact <arg value="filename">, as opposed to <arg value="-someoption filename">, then <apply parallel="true"> should do the trick. If you'd post a short example with say three files of the Ant code where you'd like to avoid duplication you describe, maybe you'd get a more definite answer as to whether it's easy or possible to achieve ;-) --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
