ANT: How to call target for all build.xml in subdirectories?
Posted
by Tazzy531
on Stack Overflow
See other posts from Stack Overflow
or by Tazzy531
Published on 2009-07-29T13:12:28Z
Indexed on
2010/03/19
18:21 UTC
Read the original article
Hit count: 168
ant
How do you call a specific target in all build.xml located in all subdirectories using wildcards (ie not hard coding the subdirectory names)? The below answer is hardcoded. Is there a way to do it without hardcode?
Similar to this question: Pass ant target to multiple build.xml files in subdirectories
© Stack Overflow or respective owner