Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 02:55:14 -0400 (Wed, 07 May 2008)
New Revision: 6923
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml
Log:
Fix AS-5.0.1 test
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml 2008-05-06
19:02:34 UTC (rev 6922)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml 2008-05-07
06:55:14 UTC (rev 6923)
@@ -25,7 +25,7 @@
#
cd $STACKNATIVE
cp profiles.xml.example profiles.xml
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss421
+ant $ENVIRONMENT clean deploy-jboss421
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2008-05-06
19:02:34 UTC (rev 6922)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2008-05-07
06:55:14 UTC (rev 6923)
@@ -25,7 +25,7 @@
#
cd $STACKNATIVE
cp profiles.xml.example profiles.xml
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+ant $ENVIRONMENT clean deploy-jboss422
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml 2008-05-06
19:02:34 UTC (rev 6922)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml 2008-05-07
06:55:14 UTC (rev 6923)
@@ -25,7 +25,7 @@
#
cd $STACKNATIVE
cp profiles.xml.example profiles.xml
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss423
+ant $ENVIRONMENT clean deploy-jboss423
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2008-05-06
19:02:34 UTC (rev 6922)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2008-05-07
06:55:14 UTC (rev 6923)
@@ -25,7 +25,7 @@
#
cd $STACKNATIVE
cp profiles.xml.example profiles.xml
-ant $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss500
+ant $ENVIRONMENT clean deploy-jboss500
#
# start jbossas
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml 2008-05-06
19:02:34 UTC (rev 6922)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml 2008-05-07
06:55:14 UTC (rev 6923)
@@ -25,9 +25,7 @@
#
cd $STACKNATIVE
cp profiles.xml.example profiles.xml
-ant $ENVIRONMENT clean
-ant $ENVIRONMENT -Dforce.thirdparty.get=true thirdparty-get
-ant $ENVIRONMENT deploy-jboss501
+ant $ENVIRONMENT clean deploy-jboss500
#
# start jbossas
Show replies by date