[jbossws-commits] JBossWS SVN: r4208 - in framework/trunk/hudson/hudson-home/jobs: AS-Tests-AS-5.0 and 17 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Aug 4 14:53:28 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-04 14:53:28 -0400 (Sat, 04 Aug 2007)
New Revision: 4208

Modified:
   framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
   framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
   framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
   framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
   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
   framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
   framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
   framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
   framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
   framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
   framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
   framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
Log:
Fix hudson for metro, cxf

Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
 
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
         
 #
-# deploy to jboss
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
 
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
         
 #
-# deploy to jboss
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,7 +23,7 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# deploy to jboss
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
 
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
         
 #
-# deploy to jboss
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -33,21 +33,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
 
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
         
 #
-# deploy to jboss
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
         
 #
-# deploy to jboss
+# build and deploy
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

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 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -33,14 +33,14 @@
 ./build.sh $ENVIRONMENT clean build-bin-dist
 
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties

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 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -33,14 +33,14 @@
 ./build.sh $ENVIRONMENT clean build-bin-dist
 
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -25,14 +25,14 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-native
+# undeploy stack-native
 #
-cd $STACKMETRO
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -25,27 +25,27 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Build distro
+# undeploy stack-native
 #
-cd $STACKMETRO
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT clean build-bin-dist
-
-#
-# Undeploy stack-native
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
         
 #
+# Build distro
+#
+cd $STACKMETRO
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
+
+#
 # Deploy distro
 #
 cd output/jbossws-sunri- at version.id@

Modified: framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -25,14 +25,14 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-native
+# undeploy stack-native
 #
-cd $STACKCXF
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -25,27 +25,27 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Build distro
+# undeploy stack-native
 #
-cd $STACKCXF
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT clean build-bin-dist
-
-#
-# Undeploy stack-native
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
         
 #
+# Build distro
+#
+cd $STACKCXF
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT clean build-bin-dist
+
+#
 # Deploy distro
 #
 cd output/jbossws-xfire- at version.id@

Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,7 +23,7 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Build jbws-jboss40
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
         
 #
-# Build jbws-jboss42
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
  
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
         
 #
-# Build deploy-jboss50
+# build and deploy 
 #
 cd $STACKNATIVE
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-native
+# undeploy stack-native
 #
-cd $STACKMETRO
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
         
 #
-# Build sunri
+# build and deploy 
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-native
+# undeploy stack-native
 #
-cd $STACKMETRO
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-cxf
+# undeploy stack-cxf
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
         
 #
-# Build sunri-jboss50
+# build and deploy 
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-native
+# undeploy stack-native
 #
-cd $STACKCXF
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
                
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss42
         
 #
-# Build xfire
+# build and deploy 
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties

Modified: framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml	2007-08-04 15:55:26 UTC (rev 4207)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml	2007-08-04 18:53:28 UTC (rev 4208)
@@ -23,21 +23,21 @@
 $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
         
 #
-# Undeploy stack-native
+# undeploy stack-native
 #
-cd $STACKCXF
+cd $STACKNATIVE
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
                
 #
-# Undeploy stack-metro
+# undeploy stack-metro
 #
 cd $STACKMETRO
 cp ant.properties.example ant.properties
 ./build.sh $ENVIRONMENT undeploy-jboss50
         
 #
-# Build xfire
+# build and deploy 
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties




More information about the jbossws-commits mailing list