I somehow missed the reply to the original question

you can accomplish the objective with <ant antfile illustrated here
http://ant.apache.org/manual/CoreTasks/ant.html

if however you wanted to pull from multiple repositories use maven

Viel Gluck
Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Stephen McConnell" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[email protected]>
Sent: Saturday, September 23, 2006 3:13 AM
Subject: RE: Building multiple projects from one ant build.xml


> 
> 
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
>> Sent: Friday, 22 September 2006 11:42 PM
>> To: [email protected]
>> 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]
> 
>

Reply via email to