Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 12:07:00 -0400 (Fri, 03 Aug 2007)
New Revision: 4194
Modified:
framework/trunk/hudson/hudson-home/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/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-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/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -7,24 +7,12 @@
<h2>JBossWS-(a)version.id@ QA Environment</h2>
<table>
- <tr><th
align=left>JBossWS:</th><td>@hudson.framework.url@</td></tr>
- </table>
- <p/>
-
- <b>Web Service Stack</b>
- <p/>
-
- <table>
- <tr><th
align=left>Native:</th><td>@hudson.native.url@</td></tr>
- <tr><th
align=left>Metro:</th><td>@hudson.metro.url@</td></tr>
- <tr><th
align=left>CXF:</th><td>@hudson.cxf.url@</td></tr>
- </table>
- <p/>
-
- <b>Target Container</b>
- <p/>
-
- <table>
+ <tr><th
align=left>Framework:</th><td>@hudson.framework.url@</td></tr>
+ <tr><td colspan=2></td></tr>
+ <tr><th
align=left>Stack-Native:</th><td>@hudson.native.url@</td></tr>
+ <tr><th
align=left>Stack-Metro:</th><td>@hudson.metro.url@</td></tr>
+ <tr><th
align=left>Stack-CXF:</th><td>@hudson.cxf.url@</td></tr>
+ <tr><td colspan=2></td></tr>
<tr><th
align=left>@hudson.jboss50.build@</th><td>-r(a)hudson.jboss50.rev@
@hudson.jboss50.url@</td></tr>
<tr><th
align=left>@hudson.jboss42.build@</th><td>-r(a)hudson.jboss42.rev@
@hudson.jboss42.url@</td></tr>
<tr><th
align=left>@hudson.jboss40.build@</th><td>-r(a)hudson.jboss40.rev@
@hudson.jboss40.url@</td></tr>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -23,7 +23,7 @@
exit 1
else
JAVA_HOME="@jdk6.home(a)"
- cp $JBWSDIR/build/build.conf.example $JBWSDIR/build/build.conf
+ cp $STACKDIR/build/build.conf.example $STACKDIR/build/build.conf
fi
#
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/sunri/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
+
<testResults>stack-metro/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/sunri/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
+
<testResults>stack-metro/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/xfire/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
+
<testResults>stack-cxf/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/xfire/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
+
<testResults>stack-cxf/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build sunri
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss42
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/sunri/output/tests/reports/*.xml</testResults>
+ <testResults>stack-metro/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build sunri-jboss50
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss50
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/sunri/output/tests/reports/*.xml</testResults>
+ <testResults>stack-metro/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build xfire
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss42
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/xfire/output/tests/reports/*.xml</testResults>
+ <testResults>stack-cxf/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
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-03
15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-08-03
16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true
-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build xfire
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss50
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>jbossws/integration/xfire/output/tests/reports/*.xml</testResults>
+ <testResults>stack-cxf/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url(a)</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url(a)</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>