I need to complete a task for all subdirectories with a specific name in Ant. For each sub-dir I need to execute the exec task
How can i do this? In the examples, I found a set of files for copy tasks, which I cannot use with the exec task, or use a for loop, which I cannot get to work.
I also tried Javascript, but I can't get FSO to work at all.
source share