Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76681 invoked from network); 25 Sep 2006 12:09:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 12:09:49 -0000 Received: (qmail 63652 invoked by uid 500); 25 Sep 2006 12:09:44 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 63615 invoked by uid 500); 25 Sep 2006 12:09:44 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 63604 invoked by uid 99); 25 Sep 2006 12:09:44 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 05:09:44 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=Jan.Materne@rzf.fin-nrw.de; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain rzf.fin-nrw.de from 193.109.238.66 cause and error) Received: from [193.109.238.66] ([193.109.238.66:37601] helo=dnsinet.rzf-nrw.de) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 38/15-13750-DF6C7154 for ; Mon, 25 Sep 2006 05:09:35 -0700 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.13.8/8.13.8) with ESMTP id k8PC9QIU005673; Mon, 25 Sep 2006 14:09:26 +0200 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Mon, 25 Sep 2006 14:09:28 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: AW: Building multiple projects from one ant build.xml Date: Mon, 25 Sep 2006 14:09:27 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Building multiple projects from one ant build.xml Thread-Index: AcbfENaWGcd1mSshQumodNYYyMJdBABiokQg From: To: , X-OriginalArrivalTime: 25 Sep 2006 12:09:28.0080 (UTC) FILETIME=[73038100:01C6E09B] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You could use a common buildfile and that. Also a master buildfile building several projects could be done via = . Jan=20 >-----Urspr=FCngliche Nachricht----- >Von: Martin Gainty [mailto:mgainty@hotmail.com]=20 >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 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=20 >confidential information intended only for the person(s) to=20 >whom this email message is addressed. If you have received=20 >this email message in error, please notify the sender=20 >immediately by telephone or email and destroy the original=20 >message without making a copy. Thank you. > > > >----- Original Message ----- >From: "Stephen McConnell" >To: "'Ant Users List'" >Sent: Saturday, September 23, 2006 3:13 AM >Subject: RE: Building multiple projects from one ant build.xml > > >>=20 >>=20 >>> -----Original Message----- >>> From: lars.mattsson@sungard.com [mailto:lars.mattsson@sungard.com]=20 >>> Sent: Friday, 22 September 2006 11:42 PM >>> To: user@ant.apache.org >>> Subject: Building multiple projects from one ant build.xml >>>=20 >>> Hello, is there any possibility to several projects from one=20 >>> build.xml. >>=20 >> Yes - but in general I think it is fair to say that Ant does=20 >not excel in >> this area. Ant is great when the focus is on building a=20 >single codebase and >> generating a collection of artifacts (jar files, etc.) from=20 >that codebase. >> When you attempt to use Ant as a vehicle for multi-project=20 >builds things get >> very complicated very quickly. A better solution is to use=20 >tools dedicated >> to multi-project build management. >>=20 >> Cheers, Steve. >>=20 >> -------------------------- >> Stephen McConnell >> mailto:mcconnell@dpml.net >> http://www.dpml.net >>=20 >>=20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >> For additional commands, e-mail: user-help@ant.apache.org >>=20 >> > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org