You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2012/05/19 03:48:14 UTC

svn commit: r1340332 - in /db/jdo/trunk: README.html exectck/pom.xml pom.xml tck/pom.xml

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 <i>jdo-api</i> artif
 <a name="tck"></a>
 <h2>Running the TCK</h2>
 <p>
-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.
+<DL>
+	<DT>asm-3.0.jar</DT>
+	<DT>c3p0-0.9.0.2.jar</DT>
+	<DT>datanucleus-api-jdo-3.0.7.jar</DT>
+	<DT>datanucleus-api-jpa-3.0.8.jar</DT>
+	<DT>datanucleus-core-3.0.9.jar</DT>
+	<DT>datanucleus-enhancer-3.0.1.jar</DT>
+	<DT>datanucleus-rdbms-3.0.8.jar</DT>
+	<DT>log4j-1.2.13.jar</DT>
+	<DT>log4j.properties</DT>
+</DL>
+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.
+<DL>
+<p>
+Then change to the "exectck" directory of the branch you are working in (or trunk) and run
 <pre>mvn clean install</pre> This builds and installs the "jdo-exectck" Maven plugin in your
 local Maven2 repository.
 </p>

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 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
         </dependency>
-        <dependency>
+<!--        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
         </dependency>
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>commons-pool</groupId>
             <artifactId>commons-pool</artifactId>
-        </dependency>
+        </dependency>-->
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>

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
         <artifactId>spring-beans</artifactId>
         <version>2.0</version>
       </dependency>
-      <dependency>
+<!--      <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.13</version>
@@ -145,7 +145,7 @@ Requests (JSR 12 and 243) under the ausp
         <groupId>commons-pool</groupId>
         <artifactId>commons-pool</artifactId>
         <version>1.3</version>
-      </dependency>
+      </dependency>-->
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>

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 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
-        <dependency>
+<!--        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-        </dependency>
+        </dependency>-->
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>