There's submitted <subant> task in Ant's Bugzilla that does that and a bit
more. See if it meets your need, and possibly supply enhancements/fixes.

Thanks, --DD

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12368 
http://marc.theaimsgroup.com/?l=ant-user&m=104250005917677&w=2 

-----Original Message-----
From: David Green [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 17, 2003 1:44 PM
To: [EMAIL PROTECTED]
Subject: Fileset-based <ant> task

Has anyone had need for an ant task as follows:

<antdir target="all">
  <fileset dir="test">
     <include name="**/build.xml"/>
  </fileset>
</antdir>

The task would be similar to the <ant> task, although it would execute once
for every file in the fileset.

I've got source code to make it work that I'm happy to contribute, if any
one is interested.

David

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to