seibert 2002/09/26 13:39:23
Modified: java build.xml
Log:
Need to pass the junit.present property down
Revision Changes Path
1.201 +4 -1 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- build.xml 26 Sep 2002 19:57:40 -0000 1.200
+++ build.xml 26 Sep 2002 20:39:22 -0000 1.201
@@ -254,7 +254,10 @@
</target>
<target name="functional-tests-secure-only" depends="buildFunctional"
description="secure functional tests">
- <ant inheritAll="${ant.inheritAll}" inheritRefs="${ant.inheritRefs}"
dir="${axis.home}" antfile="buildTest.xml" target="functional-tests-secure-only"/>
+ <ant inheritAll="${ant.inheritAll}" inheritRefs="${ant.inheritRefs}"
dir="${axis.home}" antfile="buildTest.xml" target="functional-tests-secure-only">
+ <property name="junit.present" value="${junit.present}"/>
+ </ant>
+
</target>
<!-- All tests -->