bodewig 02/01/21 01:47:24
Modified: . build.xml
Log:
yet another property needs to be passed down to the tests.
Revision Changes Path
1.230 +3 -1 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- build.xml 21 Jan 2002 09:18:56 -0000 1.229
+++ build.xml 21 Jan 2002 09:47:24 -0000 1.230
@@ -870,7 +870,8 @@
<sysproperty key="ant.home" value="${ant.home}" />
<sysproperty key="build.tests" value="${build.tests}"/>
-
+ <sysproperty key="java.home" value="${java.home}" />
+
<formatter type="brief" usefile="false" />
<batchtest>
@@ -944,6 +945,7 @@
<!-- <jvmarg value="-classic"/> -->
<sysproperty key="ant.home" value="${ant.home}" />
<sysproperty key="build.tests" value="${build.tests}"/>
+ <sysproperty key="java.home" value="${java.home}" />
<classpath location="${java.home}/lib/classes.zip" />
<classpath refid="tests-classpath"/>
<formatter type="plain" usefile="false" />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>