You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2006/04/28 21:33:54 UTC

svn commit: r397989 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/testScript.xml

Author: rhillegas
Date: Fri Apr 28 12:33:53 2006
New Revision: 397989

URL: http://svn.apache.org/viewcvs?rev=397989&view=rev
Log:
DERBY-1129: Add encryption jar to classpaths so that compatibility tests run on jdk1.3.1.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/testScript.xml

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/testScript.xml
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/testScript.xml?rev=397989&r1=397988&r2=397989&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/testScript.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/testScript.xml Fri Apr 28 12:33:53 2006
@@ -81,10 +81,12 @@
   <property name="properties.dir" value="tools/ant/properties"/>
   <property file="${properties.dir}/dirs.properties"/>
   <property file="${properties.dir}/extrapath.properties"/>
+  <property file="${properties.dir}/compilepath.properties"/>
   <property name="summaryFile" value="${outDir}/SUMMARY_COMPAT.txt"/>
   <property name="databaseName" value="compatDB"/>
 
-  <property name="TEST_JARS" value="${trunk_lib}/derbyTesting.jar;${junit}"/>
+  <property name="JCE_JAR" value="${jce1_2_1}"/>
+  <property name="TEST_JARS" value="${trunk_lib}/derbyTesting.jar;${junit};${JCE_JAR}"/>
 
   <!-- legal values of serverVM and clientVM -->
   <property name="VM_1.3" value="${j13lib}/../bin/java"/>
@@ -105,7 +107,7 @@
 
   <property name="FULL_TRUNK" value="${SERVER_TRUNK};${CLIENT_TRUNK}"/>
 
-  <property name="CLASSPATH_TRUNK" value="${basedir}/classes;${compile.classpath}"/>
+  <property name="CLASSPATH_TRUNK" value="${basedir}/classes;${compile.classpath};${jce1_2_1}"/>
 
   <property name="VM_DEFAULT" value="${VM_1.4}"/>