I've been experimenting with ant and I would like to suggest a feature (maybe someone is working on it or have thoughts on it etc).
I would like to have an include tag (which references another generic xml build file) that gets included into the build file (this is the same with the include keyword for makefiles). I'm finding myself writing the exact same rules for a number of project with the name of the jar file being different. A question: where can I find an example of a more complex system using ant (eg having a top level build file with constructs subproject files and each subproject have build files that have dependencies between subprojects)? dino
