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]>
