You could use a common buildfile and <import> that.
Also a master buildfile building several projects could be done via <subant>.

Jan 

>-----Ursprüngliche Nachricht-----
>Von: Martin Gainty [mailto:[EMAIL PROTECTED] 
>Gesendet: Samstag, 23. September 2006 15:05
>An: Ant Users List
>Betreff: Re: Building multiple projects from one ant build.xml
>
>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'" <user@ant.apache.org>
>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: 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]
>> 
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to