1.) Created separate targets of 'test_all' for servlet 2.2 and 2.3
servlet engines to avoid name clashes.

2.) Please remove 'build-tests.xml' from the cvs, it was replaced by
'build-tests-22.xml' and 'build-tests-23.xml'.

Thanks.
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.96
diff -u -r1.96 build.xml
--- build.xml   2001/05/28 16:07:16     1.96
+++ build.xml   2001/05/30 08:43:18
@@ -464,9 +464,17 @@
     <!-- =================================================================== -->
     <!-- Run all Cactus tests for Servlet API 2.2                            -->
     <!-- =================================================================== -->
-    <target name="tests_all"
-        
depends="tests_resin_12,tests_tomcat_32,tests_orion_14,tests_weblogic_51,tests_resin_13,tests_tomcat_40"
-        description="Run all Cactus tests for Servlet API 2.2 and 2.3">
+    <target name="tests_all_22"
+        depends="tests_resin_12,tests_tomcat_32,tests_orion_14,tests_weblogic_51"
+        description="Run all Cactus tests for Servlet API 2.2">
+    </target>
+
+    <!-- =================================================================== -->
+    <!-- Run all Cactus tests for Servlet API 2.3                            -->
+    <!-- =================================================================== -->
+    <target name="tests_all_23"
+        depends="tests_resin_13,tests_tomcat_40"
+        description="Run all Cactus tests for Servlet API 2.3">
     </target>
 
     <!-- =================================================================== -->

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to