Tagged Questions

0
votes
1answer
310 views

ant large project. How to enforce common output directory structure - include,import and inhertAll=false?

I have a toplevel ant project and many subprojects under it. ./build.xml ./datamodel_src/src/build.xml ./datamodel_src/src/module1/build.xml ./datamodel_src/src/module2/build.xml ...