I have a project that is made up of "sub-projects". I used the Tomcat build
scripts as a template and all works pretty well. The users can build and test
the entire project or individual sub-projects.

Some sub-projects have a dependency on other sub-projects. Is it possible using
declaratives in Ant to show this relationship? This is necessary if the
dependencies are not built before attempting to build the subproject. Is there
anything similar to:

<project name="subA" basedir="." depends="../subB/build.xml">


thanks,
jim

Reply via email to