Has anyone figured out a way to get a build script to call another build
script further down in the directory tree without necessarily knowing
the directory structure.

For instance, if I have a build.xml in my src directory, is there a good
way to use the <ant> task (or something else) to find a build.xml in
src/com/mystuff/package/subpackage without knowing the directory
structure?

The goal is to allow the developers to add a new package and have the
root build.xml pick up the build.xml for the package without modifying
the original root build.xml.

Any ideas?

Thanks,

-Jeff
[EMAIL PROTECTED]

Reply via email to