Arghhh!

make it stop

>From below:
 -Xbootclasspath/a:${build.path}/tests${path.separator}${env.CLASSPATH}


putting the CLASSPATH onto the bootclasspath.  What are you smokin' ?!


[ I know you are fixing this stuff, but I needed to vent ]


-------- Original Message --------
Subject: svn commit: r376144 -
/incubator/harmony/enhanced/classlib/trunk/modules/security2/make/build.xml
Date: Thu, 09 Feb 2006 01:44:21 -0000
From: [EMAIL PROTECTED]
Reply-To: harmony-dev@incubator.apache.org
To: [EMAIL PROTECTED]

Author: geirm
Date: Wed Feb  8 17:44:19 2006
New Revision: 376144

URL: http://svn.apache.org/viewcvs?rev=376144&view=rev
Log:
put the bootclasspath stuff back for classlib tests
because as I'm renaming some tests, it appears that
when things reordered, tests broke.  On a lark, I put
it back, and things work.  Scary.

Will investigate further, but wanted to fix so tests run

Also, changed one of the exclusion lists due to renaming.


Modified:

incubator/harmony/enhanced/classlib/trunk/modules/security2/make/build.xml

Modified:
incubator/harmony/enhanced/classlib/trunk/modules/security2/make/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/security2/make/build.xml?rev=376144&r1=376143&r2=376144&view=diff
==============================================================================
---
incubator/harmony/enhanced/classlib/trunk/modules/security2/make/build.xml
(original)
+++
incubator/harmony/enhanced/classlib/trunk/modules/security2/make/build.xml
Wed Feb  8 17:44:19 2006
@@ -499,6 +499,8 @@
                <env key="JAVA_HOME" value="${vm.home}"/>

                <!-- to pick up junit.jar and bouncycastle.jar -->
+            <jvmarg
value="-Xbootclasspath/p:${build.jars.path}/crypto.jar${path.separator}${build.jars.path}/x_net.jar"/>
+
             <jvmarg
value="-Xbootclasspath/a:${build.path}/tests${path.separator}${env.CLASSPATH}"/>

                <jvmarg
value="-Djava.security.properties==${build.lib.path}/security/java.security"/>
@@ -518,7 +520,7 @@
                     <exclude name="org/apache/harmony/security/test/**"/>
                        
                        <!-- Harmony exclude list -->
-                       <exclude
name="java/security/AlgorithmParameterGeneratorTest1.java"/>
+                       <exclude
name="java/security/AlgorithmParameterGenerator1Test.java"/>
                        <exclude name="java/security/KSBuilderTest.java"/>
                        <exclude 
name="java/security/KeyPairGeneratorTest1.java"/>
                        <exclude 
name="java/security/KeyPairGeneratorTest3.java"/>




-- 

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.

Reply via email to