You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2007/04/08 21:15:06 UTC

svn commit: r526595 - /incubator/openjpa/trunk/openjpa-integration/tck/pom.xml

Author: pcl
Date: Sun Apr  8 12:15:05 2007
New Revision: 526595

URL: http://svn.apache.org/viewvc?view=rev&rev=526595
Log:
more attempts at fixing things for the tck

Modified:
    incubator/openjpa/trunk/openjpa-integration/tck/pom.xml

Modified: incubator/openjpa/trunk/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-integration/tck/pom.xml?view=diff&rev=526595&r1=526594&r2=526595
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/tck/pom.xml Sun Apr  8 12:15:05 2007
@@ -148,8 +148,10 @@
 report.dir=${tck.dir}/../reports
 jpa.classes=${cp.property}
 database.classes=${jpa.classes}
-# Need to specify java.* classes, both in Windows/UNIX locations as well as Mac
-sigTestClasspath=$${JAVA_HOME}/lib/rt.jar:$${JAVA_HOME}/../Classes/classes.jar:$${jpa.classes}
+# Need to specify java.* classes, both in Windows/UNIX locations as well as Mac.
+# This includes a few different possible locations; only one of them needs to 
+# actually work for a given environment.
+sigTestClasspath=${JAVA_HOME}/lib/rt.jar:${JAVA_HOME}/jre/lib/rt.jar:${JAVA_HOME}/../Classes/classes.jar:$${jpa.classes}
 persistence.unit.properties.file.full.path=${openjpa.properties}
 database.user=${db.username}
 database.passwd=${db.password}