I got the answer
--
View this message in context:
http://old.nabble.com/how-to-detect-a-file-while-looping-thru-a-list-of-directories-tp27775656p27798444
directories
--
View this message in context:
http://old.nabble.com/how-to-detect-a-file-while-looping-thru-a-list-of-directories-tp27775656p27783610.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To
Just describe the path with a fileset (or use the fileset directly as
this deprecated approach should still work):
or
if you're wanting to match test.xml at any point in that directory
structure...
HTH,
Matt
On Mar 4, 2010, at 5:09 AM, Michael Powe wrote:
On Wed, Mar 03, 2010 at 05
On Wed, Mar 03, 2010 at 05:08:06PM -0800, Andy2008 wrote:
> 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
>
>
>
>
>
>
>
> Do you have any ideas?
how-to-detect-a-file-while-looping-thru-a-list-of-directories-tp27775656p27775656.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional comm