Author: mcaisse
Date: Thu Apr  7 20:12:22 2005
New Revision: 160511

URL: http://svn.apache.org/viewcvs?view=rev&rev=160511
Log:
Added info on running tck20

Modified:
    incubator/jdo/trunk/README.txt

Modified: incubator/jdo/trunk/README.txt
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/README.txt?view=diff&r1=160510&r2=160511
==============================================================================
--- incubator/jdo/trunk/README.txt (original)
+++ incubator/jdo/trunk/README.txt Thu Apr  7 20:12:22 2005
@@ -128,9 +128,11 @@
 
 - Select test configuration (application or datastore) in project.properties, 
as described above.
 
+- Copy derby.jar and derbytools.jar to test/iut_jars.
+
 - Edit tck20/test/sql/derby/createdb.sh to select the schema corresponding to 
the configuration you selected and edit DBPATH and BASEPATH.  Then run 
createdb.sh to create a Derby database.
 
-- Run "maven build" to build the tck.  This will run all the tests.
+- Run "maven build" to build the tck.  This will run all the tests. [Currently 
not implemented. Proceed to next step to run the tests.]
 
 - Run "maven runtck" to run all tests or "maven -Dtest=<test name> 
runtck.single to run one test, e.g. transactions.Commit.
 


Reply via email to