On Fri, 20 Apr 2001 [EMAIL PROTECTED] wrote:
> We use ANT in the way you described-- with a cascading model. We have a
> project that contains many sub-projects. We built a build_<projname>.xml
> file in the appropriate directories for each sub-project. Then, at the
> main root of the project, we use a build.xml file. This file uses the
> <ant> command. Consider this ficticious example:
And when you add a sub-project, you have to explicitly add it to its
parent's build.xml, not so?
How do you handle name spaces? Does every sub-project get its name added
to private variable names or what?
You DID consider sub-sub-projects?
//Mikko