Index: exectck/pom.xml =================================================================== --- exectck/pom.xml (revision 1337984) +++ exectck/pom.xml (working copy) @@ -78,7 +78,7 @@ org.springframework spring-beans - + commons-collections commons-collections Index: pom.xml =================================================================== --- pom.xml (revision 1337984) +++ pom.xml (working copy) @@ -126,7 +126,7 @@ spring-beans 2.0 - + commons-collections commons-collections Index: README.html =================================================================== --- README.html (revision 1337926) +++ README.html (working copy) @@ -123,7 +123,26 @@

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
+
datanucleus-core-3.0.9.jar
+
c3p0-0.9.0.2.jar
+
datanucleus-enhancer-3.0.1.jar
+
commons-dbcp-1.2.1.jar
+
datanucleus-rdbms-3.0.8.jar
+
commons-pool-1.3.jar
+
datanucleus-api-jdo-3.0.7.jar
+
datanucleus-api-jpa-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.

Index: tck/pom.xml =================================================================== --- tck/pom.xml (revision 1337926) +++ tck/pom.xml (working copy) @@ -107,10 +107,10 @@ junit junit - + commons-logging commons-logging