Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 32594 invoked from network); 11 Oct 2005 13:57:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 13:57:55 -0000 Received: (qmail 88908 invoked by uid 500); 11 Oct 2005 13:57:54 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 88897 invoked by uid 99); 11 Oct 2005 13:57:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 06:57:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 06:57:56 -0700 Received: from fe-amer-09.sun.com ([192.18.108.183]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j9BDvW1L014409 for ; Tue, 11 Oct 2005 07:57:33 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005)) id <0IO70090180HNR00@mail-amer.sun.com> (original mail from Craig.Russell@Sun.COM) for jdo-dev@db.apache.org; Tue, 11 Oct 2005 07:57:32 -0600 (MDT) Received: from [192.168.0.10] ([24.6.172.77]) by mail-amer.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005)) with ESMTPSA id <0IO700IGC83VBRW1@mail-amer.sun.com> for jdo-dev@db.apache.org; Tue, 11 Oct 2005 07:57:32 -0600 (MDT) Date: Tue, 11 Oct 2005 06:57:29 -0700 From: Craig L Russell Subject: Re: Patch for review: multiproject build (was: Re: Minutes: JDO TCK Conference Call Friday, Oct 7, 9 am PDT) In-reply-to: <434AD3CB.2040708@spree.de> Sender: Craig.Russell@Sun.COM To: jdo-dev@db.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.734) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: <430E36B8.6010306@sun.com> <43176DF3.2020403@sun.com> <4320AAE9.5040806@sun.com> <4329A703.5050301@sun.com> <4332E540.8060604@sun.com> <433C47E2.3080409@sun.com> <434535ED.3050602@sun.com> <4346A92E.4000302@Sun.COM> <434AD3CB.2040708@spree.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Michael, Looks good Craig On Oct 10, 2005, at 1:49 PM, Michael Bouschen wrote: > Hi, > > >> Multiproject build - Michelle proposes that we should create a new >> multiproject goal that invokes the default goal of each TCK >> subproject. >> This will compile all code, but not install the schema or run >> tests for >> TCK20. >> >> > attached you find a patch for review adding goals jdo11.default, > jdo20.default and tck20.default to the maven.xml in trunk. The new > goals invoke the default goal on the corresponding subprojects. > > Regards Michael > > -- > Michael Bouschen Tech@Spree Engineering GmbH > mailto:mbo.tech@spree.de http://www.tech.spree.de/ > Tel.:++49/30/235 520-33 Buelowstr. 66 > Fax.:++49/30/2175 2012 D-10783 Berlin > > Index: maven.xml > =================================================================== > --- maven.xml (Revision 312493) > +++ maven.xml (Arbeitskopie) > @@ -27,12 +27,15 @@ > > > Custom goals for this project are: > - jdo11.build - builds all JDO1 projects > - jdo11.clean - cleans all JDO1 projects > - jdo20.build - builds all JDO2 projects > - jdo20.clean - cleans all JDO2 projects > - tck20.build - builds tck20 and dependent JDO2 > projects > - tck20.clean - cleans tck20 and dependent JDO2 > projects > + jdo11.build - builds all JDO1 projects > + jdo11.default - calls the default goal for all > JDO1 projects > + jdo11.clean - cleans all JDO1 projects > + jdo20.build - builds all JDO2 projects > + jdo20.default - calls the default goal for all > JDO2 projects > + jdo20.clean - cleans all JDO2 projects > + tck20.build - builds tck20 and dependent JDO2 > projects > + tck20.default - calls the default goal for tck20 > and dependent JDO2 projects > + tck20.clean - cleans tck20 and dependent JDO2 > projects > Please check README.txt for more details. > > > @@ -47,6 +50,13 @@ > > > > + + description="Calls the default goal for all JDO1 projects"> > + ${jdo11.projects} > > + default > + > + > + > description="Cleans all JDO1 projects"> > ${jdo11.projects} > > @@ -64,6 +74,13 @@ > > > > + + description="Calls the default goal for all JDO2 projects"> > + ${jdo20.projects} > > + default > + > + > + > description="Cleans all JDO2 projects"> > ${jdo20.projects} > > @@ -77,6 +94,13 @@ > > > > + + description="Calls the default goal for tck20 and > dependent JDO2 projects"> > + ${tck20.projects} > > + default > + > + > + > description="Cleans tck20 and dependent JDO2 projects"> > ${tck20.projects} > >