diff --git a/integration-test/build.xml b/integration-test/build.xml index 3ab727984b..08eb586c5a 100644 --- a/integration-test/build.xml +++ b/integration-test/build.xml @@ -30,24 +30,27 @@ - - - - - - - - - - - - - - - - - - + +${name} build file +------------------------------------------------------ + +Among the available targets are: + +clean --> deletes output directories +unzip --> unzips each container into file system +tests --> unzips each container and runs all tests +tests-jetty --> runs the integration tests with Jetty +tests-jboss --> runs the integration tests with JBoss +tests-catalina --> runs the integration tests with Catalina + (both 4.1 and 5.0) +tests-catalina-4.1--> runs the integration tests with Catalina 4.1 +tests-catalina-5 --> runs the integration tests with Catalina 5.0 + +Each tests-xxxx target assumes the container is unzipped + +BE SURE TO CHECK REPORTS DIRECTORY FOR RESULTS OF TESTS! + *** The script does NOT halt if a test errors or fails *** + @@ -84,8 +87,105 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Jetty ${jetty.version}: Run: ${jetty.run} Errored: ${jetty.errored} Failed: ${jetty.failed} +JBoss ${jboss.version}: Run: ${jboss.run} Errored: ${jboss.errored} Failed: ${jboss.failed} +Tomcat ${tomcat-4.1.version}: Run: ${jakarta-tomcat-4.1.run} Errored: ${jakarta-tomcat-4.1.errored} Failed: ${jakarta-tomcat-4.1.failed} +Tomcat ${tomcat-5.version}: Run: ${jakarta-tomcat-5.run} Errored: ${jakarta-tomcat-5.errored} Failed: ${jakarta-tomcat-5.failed} + + + ERRORS OCCURED DURING TESTING + Failures occured during testing + + + + + ${availablereports.paths} + + + + not is.windows: ${is.windows} + + ${availablereports.paths} @@ -104,16 +204,9 @@ - - - - - - - - - - + + + @@ -121,6 +214,7 @@ + @@ -170,16 +264,9 @@ - - - - - - - - - - + + + @@ -196,6 +283,7 @@ + @@ -217,16 +305,9 @@ - - - - - - - - - - + + + @@ -239,6 +320,7 @@ + @@ -290,4 +372,19 @@ + + + + + + + + + + + + +