Author: mwringe
Date: 2009-01-13 01:40:24 -0500 (Tue, 13 Jan 2009)
New Revision: 12477
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
Temporarily remove JBoss AS5 testing
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2009-01-13 00:52:19 UTC (rev 12476)
+++ modules/portlet/trunk/test/src/test/build.xml 2009-01-13 06:40:24 UTC (rev 12477)
@@ -218,14 +218,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"/>
@@ -259,7 +259,7 @@
</condition>
</fail>
- <fail message="Please set the environment variable
JBOSS_5_0_HOME">
+<!-- <fail message="Please set the environment variable
JBOSS_5_0_HOME">
<condition>
<and>
<not>
@@ -267,7 +267,7 @@
</not>
</and>
</condition>
- </fail>
+ </fail> -->
<fail message="Please set the environment variable
TOMCAT_6_0_HOME">
<condition>
@@ -735,7 +735,7 @@
<target name="tests.jboss">
<antcall target="tests.jboss-4.2"/>
- <antcall target="tests.jboss-5.0"/>
+ <!-- <antcall target="tests.jboss-5.0"/> -->
</target>
<target name="cargo.tomcat-6.start" depends="cargo.setup">
Show replies by date