Re: Hi, Anybody know to to call another build.xml file within one build.xml ?
Posted By:
Robert_Lybarger
Posted On:
Wednesday, April 4, 2007 08:36 AM
There is a core ant task called "ant" which lets you run a build file. See the usual manual. There are a few limitations (IMO, long-standing bugs) with using it -- specifically a lot of your command line argument settings get thrown away in the sub-build. Still, if you aren't doing anything exotic, it should work okay.