Author Login
Post Reply
I want to loop thru a list of directories and only call a target called "ABC"
if a directory contains a "test.xml" file. below is my initial code
<foreach target="ABC" param="ABCParam">
<path>
<dirset dir="c:\temp"/>
</path>
</foreach>
Do you have any ideas?
Thanks
--
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)