Author: chris.laprun(a)jboss.com
Date: 2009-01-12 17:10:25 -0500 (Mon, 12 Jan 2009)
New Revision: 12467
Modified:
modules/web/trunk/build/pom.xml
modules/web/trunk/web/src/test/build.xml
Log:
Updated web to be built with 1.0.0 version of parent instead of 1-SNAPSHOT, which
doesn't exist in repository...
Modified: modules/web/trunk/build/pom.xml
===================================================================
--- modules/web/trunk/build/pom.xml 2009-01-12 18:23:49 UTC (rev 12466)
+++ modules/web/trunk/build/pom.xml 2009-01-12 22:10:25 UTC (rev 12467)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.portal</groupId>
<artifactId>jboss-portal-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.web</groupId>
Modified: modules/web/trunk/web/src/test/build.xml
===================================================================
--- modules/web/trunk/web/src/test/build.xml 2009-01-12 18:23:49 UTC (rev 12466)
+++ modules/web/trunk/web/src/test/build.xml 2009-01-12 22:10:25 UTC (rev 12467)
@@ -125,7 +125,7 @@
</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 or JBOSS_4_2_3_HOME">
+ <fail message="Please set the environment variable JBOSS_4_2_0_HOME or
JBOSS_4_2_1_HOME or JBOSS_4_2_2_HOME or JBOSS_4_2_3_HOME or use
-Dtest.specified.containers to only run tests for containers specified with a HOME
variable">
<condition>
<and>
<not>
@@ -147,7 +147,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 or use
-Dtest.specified.containers to only run tests for containers specified with a HOME
variable">
<condition>
<and>
<not>
@@ -160,7 +160,7 @@
</condition>
</fail>
- <fail message="Please set the environment variable
TOMCAT_6_0_HOME">
+ <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>
<and>
<not>
@@ -173,7 +173,7 @@
</condition>
</fail>
-<!-- <fail message="Please set the environment variable
JETTY_6_1_HOME">
+<!-- <fail message="Please set the environment variable JETTY_6_1_HOME or
use -Dtest.specified.containers to only run tests for containers specified with a HOME
variable">
<condition>
<and>
<not>
Show replies by date