At 05:05 12/3/01 +0100, Jon Brumfitt wrote: >I currently use a single makefile, with trivial (and consequently >easily maintainable) makefiles in sub-projects. The latter simply >define a couple of variables and include the common makefile. This >allows builds at any level, from the complete system, through major >sub-systems, down to simple Java packages. > >Is it possible to do something similar using ANT? > >A similar question, asked back in November, but there was apparently >no response.
If you have a look at the ant FAQ there is a section on this. It descibes how to use XML DTDs and external entities to get this funcitonality. Alternatively you could use ant/antcall tasks. Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
