Re: How do I iterate thorugh a directory and subdirectories looking for build.xml scripts and executing them
Posted By:
Erik_Hatcher
Posted On:
Wednesday, October 10, 2001 05:42 PM
There are no 'easy' ways to do this that I know of, but here are a few pointers: find the ForEach task in the ant-user/ant-dev e-mail list archives (it allows iteration over a fileset and calls a specified target for each entry in the fileset), or try out some