Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

Re: how to detect a file while looping thru a list of directories

Andy2008

2010-03-05

Replies: Find Java Web Hosting

Author LoginPost Reply

I got the answer

<foreach target="ABC" param="ABCparam">
   <path>
       <dirset dir="c:\temp">
     <present targetdir="c:\temp">
         <mapper type="glob" from="*" to="*/test.xml" />
       </present>
       </dirset>
     </path>
  </foreach>
--
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)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.