rlubke 02/01/28 15:16:22
Modified: src/conf build.xml
Log:
- Added the ability to call individual jsp tests.
ex.
ant -Djtest="negativeCloseTest" jsp
-or-
ant -Djtest="negativeClostTest" jsp-xml
Revision Changes Path
1.4 +3 -2 jakarta-watchdog-4.0/src/conf/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/src/conf/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 11 Jan 2002 23:12:01 -0000 1.3
+++ build.xml 28 Jan 2002 23:16:22 -0000 1.4
@@ -6,6 +6,7 @@
<property name="host" value="localhost" />
<property name="port" value="8080" />
<property name="stest" value="gtestservlet-test" />
+ <property name="jtest" value="jsp-test" />
<!-- ================= Create Execution Classpath ===================== -->
@@ -24,7 +25,7 @@
description="JSP-syntax tests">
<antcall target="execute">
<param name="execute.build" value="conf/jsp-gtest.xml"/>
- <param name="execute.target" value="jsp-test"/>
+ <param name="execute.target" value="${jtest}"/>
</antcall>
</target>
@@ -38,7 +39,7 @@
description="XML-syntax tests">
<antcall target="execute">
<param name="execute.build" value="conf/jsp-gtest-xml.xml"/>
- <param name="execute.target" value="jsp-test"/>
+ <param name="execute.target" value="${jtest}"/>
</antcall>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>