Return-Path: X-Original-To: apmail-db-jdo-commits-archive@www.apache.org Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13D45C4A4 for ; Sat, 19 May 2012 01:48:37 +0000 (UTC) Received: (qmail 35995 invoked by uid 500); 19 May 2012 01:48:36 -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 35984 invoked by uid 99); 19 May 2012 01:48:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2012 01:48:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2012 01:48:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 153622388860; Sat, 19 May 2012 01:48:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1340332 - in /db/jdo/trunk: README.html exectck/pom.xml pom.xml tck/pom.xml Date: Sat, 19 May 2012 01:48:14 -0000 To: jdo-commits@db.apache.org From: mcaisse@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120519014815.153622388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mcaisse Date: Sat May 19 01:48:13 2012 New Revision: 1340332 URL: http://svn.apache.org/viewvc?rev=1340332&view=rev Log: jdo-706 - Remove connection pooling jars from maven dependencies, update README.html with instructions for copying jars. No commons logging jars needed. Alphabetized list of files in README.html. Modified: db/jdo/trunk/README.html db/jdo/trunk/exectck/pom.xml db/jdo/trunk/pom.xml db/jdo/trunk/tck/pom.xml Modified: db/jdo/trunk/README.html URL: http://svn.apache.org/viewvc/db/jdo/trunk/README.html?rev=1340332&r1=1340331&r2=1340332&view=diff ============================================================================== --- db/jdo/trunk/README.html (original) +++ db/jdo/trunk/README.html Sat May 19 01:48:13 2012 @@ -123,7 +123,24 @@ This will build the jdo-api artif

Running the TCK

-Change to the "exectck" directory of the branch you are working in (or trunk) and run +To run the JDO TCK on the Reference Implementation, copy the following files to the top-level +lib/jdori directory. Copy log4j.properties from tck/src/conf. The others may be downloaded from the maven repository. +

+
asm-3.0.jar
+
c3p0-0.9.0.2.jar
+
datanucleus-api-jdo-3.0.7.jar
+
datanucleus-api-jpa-3.0.8.jar
+
datanucleus-core-3.0.9.jar
+
datanucleus-enhancer-3.0.1.jar
+
datanucleus-rdbms-3.0.8.jar
+
log4j-1.2.13.jar
+
log4j.properties
+
+To run the JDO TCK on an Implementation Under Test, copy the jars needed by the implementation +to the top-level lib/jdori directory, as well as log4j.properties and log4j-1.2.13.jar. +
+

+Then change to the "exectck" directory of the branch you are working in (or trunk) and run

mvn clean install
This builds and installs the "jdo-exectck" Maven plugin in your local Maven2 repository.

Modified: db/jdo/trunk/exectck/pom.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/exectck/pom.xml?rev=1340332&r1=1340331&r2=1340332&view=diff ============================================================================== --- db/jdo/trunk/exectck/pom.xml (original) +++ db/jdo/trunk/exectck/pom.xml Sat May 19 01:48:13 2012 @@ -78,7 +78,7 @@ org.springframework spring-beans - + commons-collections commons-collections Modified: db/jdo/trunk/pom.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/pom.xml?rev=1340332&r1=1340331&r2=1340332&view=diff ============================================================================== --- db/jdo/trunk/pom.xml (original) +++ db/jdo/trunk/pom.xml Sat May 19 01:48:13 2012 @@ -126,7 +126,7 @@ Requests (JSR 12 and 243) under the ausp spring-beans 2.0 - + commons-collections commons-collections Modified: db/jdo/trunk/tck/pom.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1340332&r1=1340331&r2=1340332&view=diff ============================================================================== --- db/jdo/trunk/tck/pom.xml (original) +++ db/jdo/trunk/tck/pom.xml Sat May 19 01:48:13 2012 @@ -107,10 +107,10 @@ junit junit - + commons-logging commons-logging