You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2006/04/04 13:57:08 UTC

svn commit: r391277 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

Author: smishura
Date: Tue Apr  4 04:57:07 2006
New Revision: 391277

URL: http://svn.apache.org/viewcvs?rev=391277&view=rev
Log:
Pick up junit.jar from 'depends' directory not from CLASSPATH

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml?rev=391277&r1=391276&r2=391277&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml Tue Apr  4 04:57:07 2006
@@ -98,7 +98,7 @@
 			<!-- to pick up junit.jar               -->
 			<!-- FIXME: package access tests and    -->
 			<!-- public API tests must be separated -->
-			<jvmarg value="-Xbootclasspath/a:${hy.crypto.bin.test}${path.separator}${env.CLASSPATH}"/>
+			<jvmarg value="-Xbootclasspath/a:${hy.crypto.bin.test}${path.separator}../../../../depends/jars/junit_3.8.1/junit.jar"/>
 
 			<formatter type="xml" />