I know ant-contrib has a for loop, but I'd rather avoid adding it to my project unless necessary. It feels like I'm missing something obvious here. I just want to execute a task for a lot of files.
+1
A:
If you are trying to run an external program on a bunch of files take a look at Ant's apply task.
ChrisH
2010-03-05 03:40:20
Worked perfectly. Thanks.
swampsjohn
2010-03-06 00:57:58