Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 15783 invoked from network); 30 Jun 2005 20:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 20:15:24 -0000 Received: (qmail 6624 invoked by uid 500); 30 Jun 2005 20:15:24 -0000 Mailing-List: contact jdo-commits-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-commits@db.apache.org Received: (qmail 6611 invoked by uid 99); 30 Jun 2005 20:15:24 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 30 Jun 2005 13:15:24 -0700 Received: (qmail 15699 invoked by uid 65534); 30 Jun 2005 20:15:21 -0000 Message-ID: <20050630201521.15698.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r208675 - in /incubator/jdo/trunk/tck20: maven.xml project.properties test/conf/iut.properties Date: Thu, 30 Jun 2005 20:15:21 -0000 To: jdo-commits@db.apache.org From: mcaisse@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mcaisse Date: Thu Jun 30 13:15:19 2005 New Revision: 208675 URL: http://svn.apache.org/viewcvs?rev=208675&view=rev Log: Build PMF properties file on the fly in maven.xml Added: incubator/jdo/trunk/tck20/test/conf/iut.properties (with props) Modified: incubator/jdo/trunk/tck20/maven.xml incubator/jdo/trunk/tck20/project.properties Modified: incubator/jdo/trunk/tck20/maven.xml URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/maven.xml?rev=208675&r1=208674&r2=208675&view=diff ============================================================================== --- incubator/jdo/trunk/tck20/maven.xml (original) +++ incubator/jdo/trunk/tck20/maven.xml Thu Jun 30 13:15:19 2005 @@ -159,6 +159,9 @@ + + + @@ -184,6 +187,9 @@ + + + @@ -201,15 +207,26 @@ + value="org.apache.jdo.tck.util.BatchTestRunner"/> + + + ${PMFProps} + ### Properties below added by maven goal doRuntck.jdori + javax.jdo.option.Mapping=${jdo.tck.database}${jdo.tck.mapping} + org.jpox.identifier.defaultSchemaName=${schemaname} + - - + + @@ -223,11 +240,7 @@ value="${jdo.tck.cfg}"/> - - - + @@ -238,6 +251,15 @@ + + + ${PMFProps} + ### Properties below added by maven goal doRuntck.jdori + javax.jdo.option.Mapping=${jdo.tck.database}${jdo.tck.mapping} + org.jpox.identifier.defaultSchemaName=${schemaname} + + value="${jdo.tck.testclasses.dir}/${PMFProperties}"/> + value="${jdo.tck.testclasses.dir}/${PMFProperties}"/> @@ -263,10 +285,6 @@ value="${jdo.tck.cfg}"/> - - Modified: incubator/jdo/trunk/tck20/project.properties URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/project.properties?rev=208675&r1=208674&r2=208675&view=diff ============================================================================== --- incubator/jdo/trunk/tck20/project.properties (original) +++ incubator/jdo/trunk/tck20/project.properties Thu Jun 30 13:15:19 2005 @@ -17,7 +17,7 @@ jdo.tck.excludelist = ${basedir}/test/conf/exclude.list # iut properties file -iut.runtck.properties = ${basedir}/test/conf/jdori.properties +iut.runtck.properties = iut.properties iut.runtck.sysproperties = -Dderby.system.home=${jdo.tck.testdir}/database/${jdo.tck.database} -Dlog4j.configuration=file:${basedir}/test/conf/logging.properties # Flags indicating whether IUT supports application/datastore identity @@ -38,7 +38,7 @@ maven.junit.fork = yes maven.junit.dir = ${jdo.tck.testdir} maven.junit.sysproperties = PMFProperties -PMFProperties = ${basedir}/test/conf/jdori.properties +PMFProperties = jdori.properties # JDO TCK settings jdo.tck.dblist=derby Added: incubator/jdo/trunk/tck20/test/conf/iut.properties URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/conf/iut.properties?rev=208675&view=auto ============================================================================== --- incubator/jdo/trunk/tck20/test/conf/iut.properties (added) +++ incubator/jdo/trunk/tck20/test/conf/iut.properties Thu Jun 30 13:15:19 2005 @@ -0,0 +1,26 @@ +# ------------------------------------------------------------------- +# P R O J E C T P R O P E R T I E S +# ------------------------------------------------------------------- +# +# IUT Properties +# Edit these properties for the Implementation Under Test +javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl +javax.jdo.option.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver +javax.jdo.option.ConnectionURL=jdbc:derby:jdotckdb +javax.jdo.option.ConnectionUserName=tckuser +javax.jdo.option.ConnectionPassword=tckuser +javax.jdo.option.Optimistic=false +javax.jdo.option.RetainValues=false +javax.jdo.option.RestoreValues=false +javax.jdo.option.Mapping=derby + +org.jpox.validateTables=false +org.jpox.validateConstraints=false +org.jpox.autoCreateSchema=false +org.jpox.autoCreateTables=false +org.jpox.autoCreateConstraints=false +org.jpox.autoCreateColumns=false +org.jpox.rdbms.CheckExistTablesOrViews=false +org.jpox.autoStartMechanism=None +#org.jpox.connectionPoolingType=DBCP +org.jpox.connectionPoolingType=C3P0 Propchange: incubator/jdo/trunk/tck20/test/conf/iut.properties ------------------------------------------------------------------------------ svn:executable = *