> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, 22 September 2006 11:42 PM > To: user@ant.apache.org > Subject: Building multiple projects from one ant build.xml > > Hello, is there any possibility to several projects from one > build.xml.
Yes - but in general I think it is fair to say that Ant does not excel in this area. Ant is great when the focus is on building a single codebase and generating a collection of artifacts (jar files, etc.) from that codebase. When you attempt to use Ant as a vehicle for multi-project builds things get very complicated very quickly. A better solution is to use tools dedicated to multi-project build management. Cheers, Steve. -------------------------- Stephen McConnell mailto:[EMAIL PROTECTED] http://www.dpml.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]