From user-return-53051-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Nov 03 06:26:52 2005 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 91204 invoked from network); 3 Nov 2005 06:26:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 06:26:51 -0000 Received: (qmail 61957 invoked by uid 500); 3 Nov 2005 06:26:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 61050 invoked by uid 500); 3 Nov 2005 06:26:45 -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 61039 invoked by uid 99); 3 Nov 2005 06:26:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 22:26:45 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 22:26:40 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id jA36PeXH015563 for ; Thu, 3 Nov 2005 07:25:46 +0100 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Thu, 3 Nov 2005 07:25:43 +0100 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: Example Ant 1.6 build files for project with multiple WAR and JAR modules? Date: Thu, 3 Nov 2005 07:25:42 +0100 Message-ID: <3CD9A35A043C094EA8773DBB698E801B0376D395@z011134.bk.fin.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Example Ant 1.6 build files for project with multiple WAR and JAR modules? Thread-Index: AcXfzF7YFZEgziDTSi2A9DAKEhTqKgAcpmwg From: To: X-OriginalArrivalTime: 03 Nov 2005 06:25:43.0042 (UTC) FILETIME=[6ADDF620:01C5E03F] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N At JGuru was a thread on the same topic -=20 "Sample multi-project build files utilising Ant 1.6 features?" [1]. And I posted a link [2] to the user list, where are links and a = description of the Jakarta Commons. Jan [1] http://www.jguru.com/forums/view.jsp?EID=3D1269943=20 [2] http://marc.theaimsgroup.com/?l=3Dant-user&m=3D110291943827663&w=3D2 >-----Urspr=FCngliche Nachricht----- >Von: Lawrie Gallardo [mailto:lawriegallardo@hotmail.com]=20 >Gesendet: Mittwoch, 2. November 2005 17:42 >An: user@ant.apache.org >Betreff: Re: Example Ant 1.6 build files for project with=20 >multiple WAR and JAR modules? > >Hi Jan, > >The project structure you describe sounds very similar to what=20 >I have been thinking of. My problem is finding an open source=20 >project with this structure and which has Ant 1.6 build files=20 >(or a kindly sole who has done something similar on a=20 >commercial project and is willing to share their efforts)... > >I have had a look at the Jakarta Commons project but, unless=20 >I'm missing something, they don't seem to have this structure=20 >- each project seems to be built individually as a seperate=20 >Maven project? > >Do you have any ideas as to other open source projects that=20 >might have the kind of structure we're discussing, and which=20 >also have Ant 1.6 build files? > >Regards, >Lawrie > > >--- In apache-ant@yahoogroups.com, wrote: >> >>Hi Lawrie, >> >>having the Jakarta Commons in mind I would think about >>- one project (svn+Ant) per jar/war >> build.xml: import common/common.xml >>- one project per ear >> build.xml: import common/common.xml >> svn:external-->jar/war >>- one project for common files >> >>I=B4m not the svn-guru, so I stress to "think about" these :-) >> >> >>Jan >> >> >> >-----Urspr=FCngliche Nachricht----- >> >Von: Ron Wheeler [mailto:rwheeler@a...] >Gesendet: Mittwoch, 2.=20 >> >November >>2005 13:41 >> >An: Ant Users List >> >Betreff: Re: Example Ant 1.6 build files for project with >multiple=20 >> >WAR >>and JAR modules? >> > >> >Did you look at the Apache projects? >> >Many of them are using Maven which may be closer to what you want. >> >What about Ant itself? >> > >> >Ron >> > >> >Lawrie Gallardo wrote: >> > >> >> Hi, >> >> >> >> I need to put together Ant 1.6 build files for a project=20 >which will=20 >> >> >> >>have an EAR module and several WAR and JAR modules. I=20 >>ideally want to=20 >>>> make good use of Ant 1.6 features such as import, macrodef >and=20 >>subant >> tasks to produce a common build file (which each individual=20 >>module's >> build file can then import and override), a master build=20 >>file, and a >> release build file. To avoid re-inventing the wheel, I=20 >>have tried to >> find an open source project with suitable=20 >build files=20 >>to use as a >> starting block, but I have not been able to find=20 >>anything that fits >> the bill. >> >> >> >> Does anyone know of an open source project with build files >that=20 >> >> would be worth me taking a look at? >> >> >> >> Or has anybody already put together something along these >lines=20 >> >> for an existing project? If so, I'd be incredibly grateful if you=20 >> >> >could mail me a copy of these build files so that I=20 >could use them=20 >> >> as a >starting point to adapt and amend to fit my project's=20 >> >> requirements. I >know this sounds a bit cheeky, but I'd=20 >really like=20 >> >> to avoid the unproductive >> >>effort of starting completely from scratch and re-inventing=20 >>the wheel... >> >> >> >> Thanks in advance, >> >> >> >> Lawrie. >> >> eMail: lawriegallardo at hotmail dot com >> >> >> >> _________________________________________________________________ >> >> MSN Messenger 7.5 is now out. Download it for FREE here. >> >>http://messenger.msn.co.uk >> >> >> >> >> >>=20 >------------------------------------------------------------------- >> >> -- To unsubscribe, e-mail: user-unsubscribe@a... For=20 >>additional >> >>commands, e-mail: user-help@a... >> >> >> >> >> >> >> > >>=20 >>--------------------------------------------------------------------- >> >To unsubscribe, e-mail: user-unsubscribe@a... For >additional=20 >> >commands, >>e-mail: user-help@a... >> > >> > >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: user-unsubscribe@a... >>For additional commands, e-mail: user-help@a... >> > >_________________________________________________________________ >MSN Messenger 7.5 is now out. Download it for FREE here.=20 >http://messenger.msn.co.uk > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For=20 >additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org