[portal-commits] JBoss Portal SVN: r11891 - modules/web/tags/JBP_WEB_1_2_1/web/src/test.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Sep 11 16:19:10 EDT 2008


Author: thomas.heute at jboss.com
Date: 2008-09-11 16:19:10 -0400 (Thu, 11 Sep 2008)
New Revision: 11891

Modified:
   modules/web/tags/JBP_WEB_1_2_1/web/src/test/build.xml
Log:
Do not force JBoss 5 and Jetty tests



Modified: modules/web/tags/JBP_WEB_1_2_1/web/src/test/build.xml
===================================================================
--- modules/web/tags/JBP_WEB_1_2_1/web/src/test/build.xml	2008-09-11 19:56:10 UTC (rev 11890)
+++ modules/web/tags/JBP_WEB_1_2_1/web/src/test/build.xml	2008-09-11 20:19:10 UTC (rev 11891)
@@ -112,7 +112,6 @@
             </not>
          </and>
       </condition>
-
       <fail message="Please set the environment variable JBOSS_4_2_0_HOME or JBOSS_4_2_1_HOME or JBOSS_4_2_2_HOME">
          <condition>
             <and>
@@ -131,7 +130,7 @@
             </and>
          </condition>
       </fail>
-
+<!--
       <fail message="Please set the environment variable JBOSS_5_0_HOME">
          <condition>
             <and>
@@ -144,7 +143,7 @@
             </and>
          </condition>
       </fail>
-
+-->
       <fail message="Please set the environment variable TOMCAT_6_0_HOME">
          <condition>
             <and>
@@ -157,7 +156,7 @@
             </and>
          </condition>
       </fail>
-
+<!--
       <fail message="Please set the environment variable JETTY_6_1_HOME">
          <condition>
             <and>
@@ -170,8 +169,8 @@
             </and>
          </condition>
       </fail>
+-->
 
-
    </target>
 
    <target name="package-tests">




More information about the portal-commits mailing list