Antcontrib <for> and <var unset="true"> in ant?
What versions of Antcontrib support <for> and also <var unset="true" /> in Antcontrib? (Or where can I go to find out that information?) ...
What versions of Antcontrib support <for> and also <var unset="true" /> in Antcontrib? (Or where can I go to find out that information?) ...
In our Ant build environment, I have to do the same task for a number of items. The AntContrib foreach task is useful for that. However, the list is in a parameter, where I actually have the list in a file. How can I iterate over items in a file in an foreach-like way in Ant? Something like (pseudo-code): <foreach target="compile-module...