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 cl...@apache.org on 2005/07/08 04:30:51 UTC

svn commit: r209695 - /incubator/jdo/trunk/tck20/maven.xml

Author: clr
Date: Thu Jul  7 19:30:50 2005
New Revision: 209695

URL: http://svn.apache.org/viewcvs?rev=209695&view=rev
Log:
added information on overriding maven command line parameters for configurations, identity type, and databases

Modified:
    incubator/jdo/trunk/tck20/maven.xml

Modified: incubator/jdo/trunk/tck20/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/maven.xml?rev=209695&r1=209694&r2=209695&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/maven.xml (original)
+++ incubator/jdo/trunk/tck20/maven.xml Thu Jul  7 19:30:50 2005
@@ -62,17 +62,17 @@
             <u:properties file="${basedir}/test/conf/configurations.list"/>
         </j:if>
 
-        <echo>Configurations for this run are ${jdo.tck.cfglist}</echo>
+        <echo>Configurations for this run are "${jdo.tck.cfglist}". To override this, use -Djdo.tck.cfglist=xxx on the maven command line.</echo>
         <u:tokenize var="jdo.tck.cfglist" delim=" ">
             ${jdo.tck.cfglist}
         </u:tokenize>
 
-        <echo>Databases for this run are ${jdo.tck.dblist}</echo>
+        <echo>Databases for this run are "${jdo.tck.dblist}". To override this, use -Djdo.tck.dblist=xxx on the maven command line.</echo>
         <u:tokenize var="jdo.tck.dblist" delim=" ">
             ${jdo.tck.dblist}
         </u:tokenize>
 
-        <echo>Identity types for this run are ${jdo.tck.identitytypes}</echo>
+        <echo>Identity types for this run are "${jdo.tck.identitytypes}". To override this, use -Djdo.tck.identitytypes=xxx on the maven command line.</echo>
         <u:tokenize var="jdo.tck.identitytypes" delim=" ">
             ${jdo.tck.identitytypes}
         </u:tokenize>