I commented on the <apply> task: > Note that the first example given in the manual is sort of > stupid, as it is wasteful to call "ls -l" once for each file > in a list of possibly hundreds of files, spawning a new > process each time around.
You can have Ant execute the batch all at once by supplying: <apply parallel="true" ... That might be a useful addition to the first example in the documentation. http://ant.apache.org/manual/Tasks/apply.html Michael --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org