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 an...@apache.org on 2007/11/19 18:55:14 UTC

svn commit: r596383 - /db/jdo/trunk/tck2/maven.xml

Author: andyj
Date: Mon Nov 19 09:55:07 2007
New Revision: 596383

URL: http://svn.apache.org/viewvc?rev=596383&view=rev
Log:
Reinstate hard to read scrolled version

Modified:
    db/jdo/trunk/tck2/maven.xml

Modified: db/jdo/trunk/tck2/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/maven.xml?rev=596383&r1=596382&r2=596383&view=diff
==============================================================================
--- db/jdo/trunk/tck2/maven.xml (original)
+++ db/jdo/trunk/tck2/maven.xml Mon Nov 19 09:55:07 2007
@@ -35,38 +35,44 @@
         <echo>Custom goals for this project are:</echo>
         <echo>  installSchema - installs the database schema</echo>
         <echo></echo>
-        <echo>  enhance.iut - enhances persistence capable classes with the implementation</echo>
-        <echo>       under test enhancer if enhancement is not up to date</echo>
-        <echo>  enhance.jdori - enhances persistence capable classes with the JDO Reference</echo>
-        <echo>       Implementation enhancer if enhancement is not up to date</echo>
+        <echo>  enhance.iut - enhances persistence capable classes</echo>
+        <echo>       with the implementation under test enhancer</echo>
+        <echo>       if enhancement is not up to date</echo>
+        <echo>  enhance.jdori - enhances persistence capable classes</echo>
+        <echo>       with the JDO Reference Implementation enhancer </echo>
+        <echo>       if enhancement is not up to date</echo>
         <echo></echo>
         <echo>  runtck.iut - runs the TCK on the implementation under test</echo>
         <echo>  runtck.jdori - runs the TCK on the JDO Reference Implementation</echo>
         <echo></echo>
-        <echo>  debugtck.jdori - waits for a debugger to attach and then runs the</echo>
-        <echo>      TCK on the JDO RI</echo>
-        <echo>  debugtck.iut - waits for a debugger to attachand then runs the</echo>
-        <echo>      TCK on the implementation under test</echo>
+        <echo>  debugtck.jdori - waits for a debugger to attach </echo>
+        <echo>      and then runs the TCK on the JDO RI</echo>
+        <echo>  debugtck.iut - waits for a debugger to attach</echo>
+        <echo>      and then runs the TCK on the implementation under test</echo>
         <echo></echo>
         <echo>  cleanClasses - deletes classes and enhanced classes</echo>
         <echo></echo>
         <echo></echo>
-        <echo>To run a single test, create a .conf file (copy an existing file) and edit</echo>
-        <echo>    the "jdo.tck.classes property" to include the name of the test class.</echo>
+        <echo>To run a single test, create a .conf file</echo>
+        <echo>    (copy an existing file) and edit the </echo>
+        <echo>    jdo.tck.classes property to include </echo>
+        <echo>    the name of the test class.  </echo>
         <echo></echo>
         <echo></echo>
         <echo>Options for this project are:</echo>
-        <echo>  -Djdo.tck.cfglist=xxx - a list of configuration files (must be in src/conf)</echo>
+        <echo>  -Djdo.tck.cfglist=xxx - a list of configuration files </echo>
+        <echo>       (must be in src/conf)</echo>
         <echo>  -Djdo.tck.dblist=xxx - a list of databases</echo>
         <echo>  -Djdo.tck.identitytypes=xxx - a list of identity types </echo>
         <echo>       (applicationidentity, datastoreidentity)</echo>
         <echo>  -Djdo.tck.cleanupaftertest=xxx - true/false. </echo>
-        <echo>       Setting it to false will retain data in database after test. This will</echo>
-        <echo>       allow inspection of data after test is run. Default is true</echo>
-        <echo>  -Djdo.tck.debug.port=##### - the port number the JVM should listen for a</echo>
-        <echo>       debugger on (default 8787)</echo>
+        <echo>       Setting it to false will retain data in database </echo>
+        <echo>       after test. This will allow inspection of data after</echo>
+        <echo>       test is run. Default is true</echo>
+        <echo>  -Djdo.tck.debug.port=##### - the port number the JVM </echo>
+        <echo>      should listen for a debugger on (default 8787)</echo>
         <echo>  -Djdo.tck.debug.jvmargs=xxx - the "-Xdebug ..." arguments</echo>
-        <echo>       in the event you want to supply your own debug directives</echo>
+        <echo>      in the event you want to supply your own debug directives</echo>
         <echo></echo>
         <echo>Examples:</echo>
         <echo>  maven -Djdo.tck.identitytypes=datastoreidentity installSchema</echo>
@@ -74,8 +80,9 @@
         <echo>      for all supported databases</echo>
         <echo></echo>
         <echo>  maven -Djdo.tck.cfglist="alltests.conf cfg1.conf" runtck.jdori</echo>
-        <echo>      Runs the test configurations specified in alltests.conf and cfg1.conf </echo>
-        <echo>      on the JDORI, using all supported identity types and databases. </echo>
+        <echo>      Runs the test configurations specified in</echo>
+        <echo>      alltests.conf and cfg1.conf on the JDORI, </echo>
+        <echo>      using all supported identity types and databases. </echo>
         <echo></echo>
         <echo>  maven -Djdo.tck.cfglist=detach.conf debugtck.jdori</echo>
         <echo>      Runs the test detach.conf configuration, waiting for </echo>
@@ -86,12 +93,13 @@
         <echo>      for a debugger to attach on port 9343</echo>
         <echo></echo>
         <echo>Note:</echo>
-        <echo>  By default, the database schema is NOT installed when the custom goals</echo>
-        <echo>      "runtck.iut" and "runtck.jdori" are run.</echo>
-        <echo>  "maven build" installs the database schema and runs the TCK on the </echo>
-        <echo>      JDO Reference Implementation.</echo>
-        <echo>  Enhancement is always done before running the TCK when the enhanced classes</echo>
-        <echo>      are not up to date.</echo>
+        <echo>  By default, the database schema is NOT installed</echo>
+        <echo>      when the custom goals </echo>
+        <echo>      runtck.iut and runtck.jdori are run.</echo>
+        <echo>  maven build installs the database schema and runs</echo>
+        <echo>      the TCK on the JDO Reference Implementation.</echo>
+        <echo>  Enhancement is always done before running the TCK </echo>
+        <echo>      when the enhanced classes are not up to date.</echo>
     </goal>
 
     <goal name="build">