Author: thomas.diesler(a)jboss.com
Date: 2007-08-04 16:14:19 -0400 (Sat, 04 Aug 2007)
New Revision: 4214
Modified:
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
Log:
Fix hudson distro native
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml 2007-08-04
20:04:48 UTC (rev 4213)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml 2007-08-04
20:14:19 UTC (rev 4214)
@@ -26,13 +26,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# Build distro
-#
-cd $STACKNATIVE
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT clean build-bin-dist
-
-#
# undeploy stack-metro
#
cd $STACKMETRO
@@ -47,6 +40,13 @@
./build.sh $ENVIRONMENT undeploy-jboss42
#
+# Build distro
+#
+cd $STACKNATIVE
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
+
+#
# Deploy distro
#
cd output/jbossws-native-(a)version.id@
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml 2007-08-04
20:04:48 UTC (rev 4213)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml 2007-08-04
20:14:19 UTC (rev 4214)
@@ -26,13 +26,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# Build distro
-#
-cd $STACKNATIVE
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT clean build-bin-dist
-
-#
# undeploy stack-metro
#
cd $STACKMETRO
@@ -47,6 +40,13 @@
./build.sh $ENVIRONMENT undeploy-jboss50
#
+# Build distro
+#
+cd $STACKNATIVE
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
+
+#
# Deploy distro
#
cd output/jbossws-native-(a)version.id@
Show replies by date