[jbossws-commits] JBossWS SVN: r3067 - in trunk/build/hudson/hudson-home: jobs and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat May 12 21:28:31 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-05-12 21:28:31 -0400 (Sat, 12 May 2007)
New Revision: 3067

Added:
   trunk/build/hudson/hudson-home/jobs/JBWS-Integration-AS-4.0/
Modified:
   trunk/build/hudson/hudson-home/config.xml
   trunk/build/hudson/hudson-home/jobs/JBWS-Integration-AS-4.0/config.xml
Log:
Add jbws-jboss40

Modified: trunk/build/hudson/hudson-home/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/config.xml	2007-05-13 01:25:19 UTC (rev 3066)
+++ trunk/build/hudson/hudson-home/config.xml	2007-05-13 01:28:31 UTC (rev 3067)
@@ -51,8 +51,9 @@
       <owner reference="../../.."/>
       <jobNames class="tree-set">
         <no-comparator/>
+        <string>JBWS-Integration-AS-5.0</string>
         <string>JBWS-Integration-AS-4.2</string>
-        <string>JBWS-Integration-AS-5.0</string>
+        <string>JBWS-Integration-AS-4.0</string>
       </jobNames>
       <name>JBossWS Integration</name>
       <description>

Copied: trunk/build/hudson/hudson-home/jobs/JBWS-Integration-AS-4.0 (from rev 3064, trunk/build/hudson/hudson-home/jobs/JBWS-Integration-AS-4.2)

Modified: trunk/build/hudson/hudson-home/jobs/JBWS-Integration-AS-4.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/JBWS-Integration-AS-4.2/config.xml	2007-05-12 22:32:35 UTC (rev 3064)
+++ trunk/build/hudson/hudson-home/jobs/JBWS-Integration-AS-4.0/config.xml	2007-05-13 01:28:31 UTC (rev 3067)
@@ -6,12 +6,12 @@
 #
 # Module settings
 #
-MODULE=JBWS-Integration-AS-4.2
+MODULE=JBWS-Integration-AS-4.0
 
 WORKSPACE=`pwd`
 JBWSDIR=$WORKSPACE/jbossws
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/Branch_4_2/build/output/@hudson.jboss42.build@
-ENVIRONMENT=&quot;-Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE&quot;
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/Branch_4_0/build/output/@hudson.jboss40.build@
+ENVIRONMENT=&quot;-Djbossws.integration.target=jboss40 -Djboss40.home=$JBOSS_INSTANCE&quot;
 
 #
 # copy ant.properties
@@ -20,9 +20,9 @@
 cp ant.properties.example ant.properties
         
 #
-# Build jbws-jboss42
+# Build jbws-jboss40
 #
-cd $JBWSDIR/jbws-jboss42
+cd $JBWSDIR/jbws-jboss40
 ant $ENVIRONMENT clean deploy
 
 #
@@ -51,7 +51,7 @@
   </builders>
   <publishers class="vector">
     <hudson.tasks.junit.JUnitResultArchiver>
-      <testResults>jbossws/jbws-jboss42/output-tests/reports/*.xml</testResults>
+      <testResults>jbossws/jbws-jboss40/output-tests/reports/*.xml</testResults>
     </hudson.tasks.junit.JUnitResultArchiver>
     <hudson.tasks.Mailer>
       <recipients>@hudson.mail.recipients@</recipients>




More information about the jbossws-commits mailing list