Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 2413 invoked from network); 6 Apr 2005 20:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2005 20:09:05 -0000 Received: (qmail 39558 invoked by uid 500); 6 Apr 2005 20:09:05 -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 39544 invoked by uid 99); 6 Apr 2005 20:09:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.spree.de (HELO miraculix.spree.de) (62.154.194.149) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 13:09:03 -0700 Received: from [172.16.2.80] (vpn-server [192.168.16.104]) by miraculix.spree.de (8.11.6/8.11.6) with ESMTP id j36K8td04289 for ; Wed, 6 Apr 2005 22:08:56 +0200 Message-ID: <425441D9.9010508@spree.de> Date: Wed, 06 Apr 2005 22:08:57 +0200 From: Michael Bouschen Organization: Tech@Spree Engineering User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jdo-dev@db.apache.org Subject: Re: svn commit: r160318 - in incubator/jdo/trunk: api11/project.properties api20/project.properties btree/project.properties ri11/maven.xml ri11/project.properties ri11/test/fsuid2/build.xml References: <20050406191030.83756.qmail@minotaur.apache.org> In-Reply-To: <20050406191030.83756.qmail@minotaur.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Brian, I just saw you added some properties to the project.properties in the subprojects, e.g. maven.compile.source in api11 etc. There is a global project.properties under trunk that is (AFAIK) automatically used by all the subprojects. It already has this entry. Would it be an idea to add the other property maven.compile.target to the global project.properties? There is another change in ri11/maven.xml which just inserts a newline within a variable access: I guess this is a typo, am I right? Regards Michael >Author: btopping >Date: Wed Apr 6 12:10:28 2005 >New Revision: 160318 > >URL: http://svn.apache.org/viewcvs?view=rev&rev=160318 >Log: >Update build to work with JDK 1.5 > >Added: > incubator/jdo/trunk/api11/project.properties > incubator/jdo/trunk/api20/project.properties >Modified: > incubator/jdo/trunk/btree/project.properties > incubator/jdo/trunk/ri11/maven.xml > incubator/jdo/trunk/ri11/project.properties > incubator/jdo/trunk/ri11/test/fsuid2/build.xml > >Added: incubator/jdo/trunk/api11/project.properties >URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/project.properties?view=auto&rev=160318 >============================================================================== >--- incubator/jdo/trunk/api11/project.properties (added) >+++ incubator/jdo/trunk/api11/project.properties Wed Apr 6 12:10:28 2005 >@@ -0,0 +1,2 @@ >+maven.compile.source=1.3 >+maven.compile.target=1.3 > >Added: incubator/jdo/trunk/api20/project.properties >URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/api20/project.properties?view=auto&rev=160318 >============================================================================== >--- incubator/jdo/trunk/api20/project.properties (added) >+++ incubator/jdo/trunk/api20/project.properties Wed Apr 6 12:10:28 2005 >@@ -0,0 +1,2 @@ >+maven.compile.source=1.3 >+maven.compile.target=1.3 > >Modified: incubator/jdo/trunk/btree/project.properties >URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/btree/project.properties?view=diff&r1=160317&r2=160318 >============================================================================== >--- incubator/jdo/trunk/btree/project.properties (original) >+++ incubator/jdo/trunk/btree/project.properties Wed Apr 6 12:10:28 2005 >@@ -28,3 +28,5 @@ > # so use a specific btree version > netbeans.cvs.tag=-r release36-BLD200409100900 > >+maven.compile.source=1.3 >+maven.compile.target=1.3 > >Modified: incubator/jdo/trunk/ri11/maven.xml >URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/maven.xml?view=diff&r1=160317&r2=160318 >============================================================================== >--- incubator/jdo/trunk/ri11/maven.xml (original) >+++ incubator/jdo/trunk/ri11/maven.xml Wed Apr 6 12:10:28 2005 >@@ -362,7 +362,8 @@ > > > >- >+ > > > > >Modified: incubator/jdo/trunk/ri11/project.properties >URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/project.properties?view=diff&r1=160317&r2=160318 >============================================================================== >--- incubator/jdo/trunk/ri11/project.properties (original) >+++ incubator/jdo/trunk/ri11/project.properties Wed Apr 6 12:10:28 2005 >@@ -202,3 +202,6 @@ > > jdo.pawareclasses.test.files= \ > ${jdo.testclasses.dir}/org/apache/jdo/test/Test_PCDerived.class >+ >+maven.compile.source=1.3 >+maven.compile.target=1.3 > >Modified: incubator/jdo/trunk/ri11/test/fsuid2/build.xml >URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/test/fsuid2/build.xml?view=diff&r1=160317&r2=160318 >============================================================================== >--- incubator/jdo/trunk/ri11/test/fsuid2/build.xml (original) >+++ incubator/jdo/trunk/ri11/test/fsuid2/build.xml Wed Apr 6 12:10:28 2005 >@@ -35,12 +35,12 @@ > > > >- >+ > > > classname="${enhancer}" >- classpath="${jdoapi};${jdori};${xerces};${antlr};${logging}"> >+ classpath="${maven.build.dest}:${jdoapi};${jdori};${xerces};${antlr};${logging}"> > > > >@@ -52,7 +52,7 @@ > > classname="org.apache.jdo.impl.enhancer.util.AugmentationTest" >- classpath=".;${jdoapi};${jdori}"> >+ classpath=".;${maven.build.dest}:${jdoapi};${jdori}"> > > > >@@ -60,7 +60,7 @@ > > classname="org.apache.jdo.impl.enhancer.util.AnnotationTest" >- classpath="${jdori}"> >+ classpath="${maven.build.dest}:${jdori}"> > > > > > > -- 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