Author: mwringe
Date: 2009-01-13 01:57:04 -0500 (Tue, 13 Jan 2009)
New Revision: 12478
Modified:
modules/web/trunk/web/src/test/build.xml
Log:
Temporarily remove JBoss AS5 testing
Modified: modules/web/trunk/web/src/test/build.xml
===================================================================
--- modules/web/trunk/web/src/test/build.xml 2009-01-13 06:40:24 UTC (rev 12477)
+++ modules/web/trunk/web/src/test/build.xml 2009-01-13 06:57:04 UTC (rev 12478)
@@ -25,7 +25,7 @@
</target>
<target name="tests.call.all" unless="tests">
- <antcall target="tests.jboss5"/>
+<!-- <antcall target="tests.jboss5"/> -->
<antcall target="tests.jboss"/>
<antcall target="tests.tomcat"/>
<!-- <antcall target="tests.jetty"/> -->
@@ -100,14 +100,14 @@
</not>
</and>
</condition>
- <condition property="JBOSS_5_0_HOME"
value="${env.JBOSS_5_0_HOME}">
+<!-- <condition property="JBOSS_5_0_HOME"
value="${env.JBOSS_5_0_HOME}">
<and>
<isset property="env.JBOSS_5_0_HOME"/>
<not>
<isset property="JBOSS_5_0_HOME"/>
</not>
</and>
- </condition>
+ </condition> -->
<condition property="TOMCAT_6_0_HOME"
value="${env.TOMCAT_6_0_HOME}">
<and>
<isset property="env.TOMCAT_6_0_HOME"/>
@@ -147,7 +147,7 @@
</condition>
</fail>
- <fail message="Please set the environment variable JBOSS_5_0_HOME or use
-Dtest.specified.containers to only run tests for containers specified with a HOME
variable">
+<!-- <fail message="Please set the environment variable JBOSS_5_0_HOME or
use -Dtest.specified.containers to only run tests for containers specified with a HOME
variable">
<condition>
<and>
<not>
@@ -158,7 +158,7 @@
</not>
</and>
</condition>
- </fail>
+ </fail> -->
<fail message="Please set the environment variable TOMCAT_6_0_HOME or use
-Dtest.specified.containers to only run tests for containers specified with a HOME
variable">
<condition>
Show replies by date