Tagged Questions

4
votes
8answers
2k views

Cross platform build environment

As good developers we keep our code as standard compliant as possible to help in porting between platforms. But what tools are available that help us build the code in a uniform way across multiple ...
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 ...