[jbossws-commits] JBossWS SVN: r7512 - in framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs: AS-Tests-AS-4.2.2 and 3 other directories.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Fri Jun 13 03:08:54 EDT 2008
Author: thomas.diesler at jboss.com
Date: 2008-06-13 03:08:54 -0400 (Fri, 13 Jun 2008)
New Revision: 7512
Modified:
framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml
framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml
framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml
Log:
Fix missing JBOSS_TARGET
Modified: framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml
===================================================================
--- framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml 2008-06-12 19:24:10 UTC (rev 7511)
+++ framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.1/config.xml 2008-06-13 07:08:54 UTC (rev 7512)
@@ -11,9 +11,10 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKDIR=$WORKSPACE/stack-native
+JBOSS_TARGET=jboss421
JBOSS_BINDADDR=@jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.1/workspace/JBossAS-4.2.1/build/output/@hudson.jboss421.build@
-ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=jboss421 -Djboss421.home=$JBOSS_INSTANCE"
+ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=$JBOSS_TARGET -Djboss421.home=$JBOSS_INSTANCE"
#
# stop jbossas
Modified: framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
===================================================================
--- framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2008-06-12 19:24:10 UTC (rev 7511)
+++ framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2008-06-13 07:08:54 UTC (rev 7512)
@@ -11,9 +11,10 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKDIR=$WORKSPACE/stack-native
+JBOSS_TARGET=jboss422
JBOSS_BINDADDR=@jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/@hudson.jboss422.build@
-ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=jboss422 -Djboss422.home=$JBOSS_INSTANCE"
+ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=$JBOSS_TARGET -Djboss422.home=$JBOSS_INSTANCE"
#
# stop jbossas
Modified: framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml
===================================================================
--- framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml 2008-06-12 19:24:10 UTC (rev 7511)
+++ framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.3/config.xml 2008-06-13 07:08:54 UTC (rev 7512)
@@ -11,9 +11,10 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKDIR=$WORKSPACE/stack-native
+JBOSS_TARGET=jboss423
JBOSS_BINDADDR=@jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.3/workspace/JBossAS-4.2.3/build/output/@hudson.jboss423.build@
-ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=jboss423 -Djboss423.home=$JBOSS_INSTANCE"
+ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=$JBOSS_TARGET -Djboss423.home=$JBOSS_INSTANCE"
#
# stop jbossas
Modified: framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
===================================================================
--- framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2008-06-12 19:24:10 UTC (rev 7511)
+++ framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2008-06-13 07:08:54 UTC (rev 7512)
@@ -11,9 +11,10 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKDIR=$WORKSPACE/stack-native
+JBOSS_TARGET=jboss500
JBOSS_BINDADDR=@jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/@hudson.jboss500.build@
-ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=jboss500 -Djboss500.home=$JBOSS_INSTANCE"
+ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=$JBOSS_TARGET -Djboss500.home=$JBOSS_INSTANCE"
#
# stop jbossas
Modified: framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml
===================================================================
--- framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml 2008-06-12 19:24:10 UTC (rev 7511)
+++ framework/branches/jbossws-framework-3.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.1/config.xml 2008-06-13 07:08:54 UTC (rev 7512)
@@ -11,9 +11,10 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKDIR=$WORKSPACE/stack-native
+JBOSS_TARGET=jboss501
JBOSS_BINDADDR=@jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0.1/workspace/JBossAS-5.0.1/build/output/@hudson.jboss501.build@
-ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=jboss501 -Djboss501.home=$JBOSS_INSTANCE"
+ENVIRONMENT="-Dmaven.opts=-U -Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=$JBOSS_TARGET -Djboss501.home=$JBOSS_INSTANCE"
#
# stop jbossas
More information about the jbossws-commits
mailing list