[jbossws-commits] JBossWS SVN: r6782 - in framework/trunk/hudson/hudson-home/jobs: Metro-Distro-AS-5.0.0 and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 30 09:38:59 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-30 09:38:59 -0400 (Wed, 30 Apr 2008)
New Revision: 6782

Modified:
   framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml
   framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.1/config.xml
Log:
Fix metro bin-dist runs

Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml	2008-04-30 13:27:04 UTC (rev 6781)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-4.2.3/config.xml	2008-04-30 13:38:59 UTC (rev 6782)
@@ -26,14 +26,13 @@
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+ant $ENVIRONMENT clean build-bin-dist
 
 #
 # Deploy distro
 #
-cd output/jbossws-metro-dist
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT deploy-jboss423
+cd target/jbossws-metro-dist
+ant $ENVIRONMENT deploy-jboss423
 
 #
 # start jbossas

Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml	2008-04-30 13:27:04 UTC (rev 6781)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.0/config.xml	2008-04-30 13:38:59 UTC (rev 6782)
@@ -26,14 +26,13 @@
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+ant $ENVIRONMENT clean build-bin-dist
 
 #
 # Deploy distro
 #
-cd output/jbossws-metro-dist
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT deploy-jboss500
+cd target/jbossws-metro-dist
+ant $ENVIRONMENT deploy-jboss500
 
 #
 # start jbossas

Modified: framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.1/config.xml	2008-04-30 13:27:04 UTC (rev 6781)
+++ framework/trunk/hudson/hudson-home/jobs/Metro-Distro-AS-5.0.1/config.xml	2008-04-30 13:38:59 UTC (rev 6782)
@@ -26,14 +26,13 @@
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean build-bin-dist
+ant $ENVIRONMENT clean build-bin-dist
 
 #
 # Deploy distro
 #
-cd output/jbossws-metro-dist
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT deploy-jboss501
+cd target/jbossws-metro-dist
+ant $ENVIRONMENT deploy-jboss501
 
 #
 # start jbossas




More information about the jbossws-commits mailing list