[jbossws-commits] JBossWS SVN: r13944 - in hudson/trunk/hudson-home: jobs and 10 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 25 12:15:15 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-03-25 12:15:14 -0400 (Fri, 25 Mar 2011)
New Revision: 13944

Added:
   hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6/
   hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml
   hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6/
   hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6/config.xml
   hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6/
   hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml
   hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SUN-JDK-6/
   hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml
   hudson/trunk/hudson-home/jobs/NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6/
   hudson/trunk/hudson-home/jobs/NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6/config.xml
   hudson/trunk/hudson-home/jobs/NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6/
   hudson/trunk/hudson-home/jobs/NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml
Modified:
   hudson/trunk/hudson-home/config.xml
   hudson/trunk/hudson-home/jobs/CXF-ALL/config.xml
   hudson/trunk/hudson-home/jobs/CXF-LIGHT/config.xml
   hudson/trunk/hudson-home/jobs/NATIVE-ALL/config.xml
   hudson/trunk/hudson-home/jobs/NATIVE-LIGHT/config.xml
Log:
[JBWS-3208] Adding AS7 jobs


Modified: hudson/trunk/hudson-home/config.xml
===================================================================
--- hudson/trunk/hudson-home/config.xml	2011-03-25 15:57:05 UTC (rev 13943)
+++ hudson/trunk/hudson-home/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -54,6 +54,7 @@
         <no-comparator/>
         <string>AS-ALL</string>
         <string>AS-6.0.0</string>
+        <string>AS-7.0.0</string>
       </jobNames>
       <name>AS Builds</name>
       <description>
@@ -91,7 +92,9 @@
         <string>NATIVE-CORE-AS-6.0.0-SUN-JDK-6</string>
         <string>NATIVE-CORE-AS-7.0.0-SUN-JDK-6</string>
         <string>NATIVE-BINDIST-AS-6.0.0-SUN-JDK-6</string>
+        <string>NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6</string>
         <string>NATIVE-SRCDIST-AS-6.0.0-SUN-JDK-6</string>
+        <string>NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6</string>
       </jobNames>
       <name>Native Tests</name>
       <description>
@@ -113,10 +116,15 @@
         <string>CXF-CORE-AS-6.0.0-SUN-JDK-6</string>
         <string>CXF-CORE-AS-7.0.0-SUN-JDK-6</string>
         <string>CXF-CORE-AS-6.0.0-SPRING-SUN-JDK-6</string>
+        <string>CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6</string>
         <string>CXF-BINDIST-AS-6.0.0-SUN-JDK-6</string>
+        <string>CXF-BINDIST-AS-7.0.0-SUN-JDK-6</string>
         <string>CXF-BINDIST-AS-6.0.0-SPRING-SUN-JDK-6</string>
+        <string>CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6</string>
         <string>CXF-SRCDIST-AS-6.0.0-SUN-JDK-6</string>
+        <string>CXF-SRCDIST-AS-7.0.0-SUN-JDK-6</string>
         <string>CXF-SRCDIST-AS-6.0.0-SPRING-SUN-JDK-6</string>
+        <string>CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6</string>
       </jobNames>
       <name>CXF Tests</name>
       <description>
@@ -137,12 +145,16 @@
         <string>CXF-CORE-AS-6.0.0-SUN-JDK-6</string>
         <string>CXF-CORE-AS-7.0.0-SUN-JDK-6</string>
         <string>CXF-CORE-AS-6.0.0-SPRING-SUN-JDK-6</string>
+        <string>CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6</string>
         <string>CXF-BINDIST-AS-6.0.0-SUN-JDK-6</string>
+        <string>CXF-BINDIST-AS-7.0.0-SUN-JDK-6</string>
         <string>CXF-BINDIST-AS-6.0.0-SPRING-SUN-JDK-6</string>
+        <string>CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6</string>
         <string>NATIVE-LIGHT</string>
         <string>NATIVE-CORE-AS-6.0.0-SUN-JDK-6</string>
         <string>NATIVE-CORE-AS-7.0.0-SUN-JDK-6</string>
         <string>NATIVE-BINDIST-AS-6.0.0-SUN-JDK-6</string>
+        <string>NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6</string>
       </jobNames>
       <name>Working Days Tests</name>
       <description>

Modified: hudson/trunk/hudson-home/jobs/CXF-ALL/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-ALL/config.xml	2011-03-25 15:57:05 UTC (rev 13943)
+++ hudson/trunk/hudson-home/jobs/CXF-ALL/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -10,6 +10,8 @@
 
 , CXF-CORE-AS-7.0.0-SUN-JDK-6
 
+, CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6
+
 , CXF-BINDIST-AS-6.0.0-SUN-JDK-6
 
 , CXF-BINDIST-AS-6.0.0-SPRING-SUN-JDK-6
@@ -19,6 +21,12 @@
 , CXF-SRCDIST-AS-6.0.0-SPRING-SUN-JDK-6
 
 , CXF-BINDIST-AS-7.0.0-SUN-JDK-6
+
+, CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6
+
+, CXF-SRCDIST-AS-7.0.0-SUN-JDK-6
+
+, CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6
       </childProjects>
       <threshold>
         <name>UNSTABLE</name>

Added: hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml	                        (rev 0)
+++ hudson/trunk/hudson-home/jobs/CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -0,0 +1,75 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=@java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss700
+JBOSS_BIND_ADDRESS=@jboss.bind.address@
+JBOSS_CONFIG=@jboss.server.instance@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.0.0/workspace/build/target/@hudson.jboss700.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute binary distribution tests
+#
+binaryDistributionTestWithSpring
+
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>stack-cxf/target/jbossws-cxf-bin-dist/output/test-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@jbossws.hudson.url@/scripts</remote>
+        <local>hudson-scripts</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.cxf.url@</remote>
+        <local>stack-cxf</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <logRotator>
+    <daysToKeep>14</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <description>Build and test jbossws-cxf- at version.id@ binary distribution against AS-7.0.0 with SpringFramework libraries available and Sun JDK 6</description>
+  <actions class="vector"/>
+</project>

Added: hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6/config.xml	                        (rev 0)
+++ hudson/trunk/hudson-home/jobs/CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -0,0 +1,75 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=@java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss700
+JBOSS_BIND_ADDRESS=@jboss.bind.address@
+JBOSS_CONFIG=@jboss.server.instance@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.0.0/workspace/build/target/@hudson.jboss700.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute core tests
+#
+coreTestWithSpring
+
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>stack-cxf/**/target/surefire-reports/*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@jbossws.hudson.url@/scripts</remote>
+        <local>hudson-scripts</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.cxf.url@</remote>
+        <local>stack-cxf</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <logRotator>
+    <daysToKeep>14</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <description>Build and test jbossws-cxf- at version.id@ against @hudson.jboss700.build@ with SpringFramework libraires available and Sun JDK 6</description>
+  <actions class="vector"/>
+</project>

Modified: hudson/trunk/hudson-home/jobs/CXF-LIGHT/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-LIGHT/config.xml	2011-03-25 15:57:05 UTC (rev 13943)
+++ hudson/trunk/hudson-home/jobs/CXF-LIGHT/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -10,11 +10,15 @@
 
 , CXF-CORE-AS-7.0.0-SUN-JDK-6
 
+, CXF-CORE-AS-7.0.0-SPRING-SUN-JDK-6
+
 , CXF-BINDIST-AS-6.0.0-SUN-JDK-6
 
 , CXF-BINDIST-AS-6.0.0-SPRING-SUN-JDK-6
 
 , CXF-BINDIST-AS-7.0.0-SUN-JDK-6
+
+, CXF-BINDIST-AS-7.0.0-SPRING-SUN-JDK-6
       </childProjects>
       <threshold>
         <name>UNSTABLE</name>

Added: hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml	                        (rev 0)
+++ hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -0,0 +1,75 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=CXF-SRCDIST-AS-7.0.0-SPRING-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=@java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss700
+JBOSS_BIND_ADDRESS=@jboss.bind.address@
+JBOSS_CONFIG=@jboss.server.instance@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.0.0/workspace/build/target/@hudson.jboss700.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute source distribution tests
+#
+sourceDistributionTestWithSpring
+
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>stack-cxf/target/jbossws-cxf-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@jbossws.hudson.url@/scripts</remote>
+        <local>hudson-scripts</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.cxf.url@</remote>
+        <local>stack-cxf</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <logRotator>
+    <daysToKeep>14</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <description>Build and test jbossws-cxf- at version.id@ source distribution against AS-7.0.0 with SpringFramework libraries available and Sun JDK 6</description>
+  <actions class="vector"/>
+</project>

Added: hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml	                        (rev 0)
+++ hudson/trunk/hudson-home/jobs/CXF-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -0,0 +1,75 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=CXF-SRCDIST-AS-7.0.0-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=cxf
+JAVA_HOME=@java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-cxf
+TEST_OPTS=
+JBOSS_TARGET=jboss700
+JBOSS_BIND_ADDRESS=@jboss.bind.address@
+JBOSS_CONFIG=@jboss.server.instance@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.0.0/workspace/build/target/@hudson.jboss700.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute source distribution tests
+#
+sourceDistributionTest
+
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>stack-cxf/target/jbossws-cxf-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@jbossws.hudson.url@/scripts</remote>
+        <local>hudson-scripts</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.cxf.url@</remote>
+        <local>stack-cxf</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <logRotator>
+    <daysToKeep>14</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <description>Build and test jbossws-cxf- at version.id@ source distribution against AS-7.0.0 with Sun JDK 6</description>
+  <actions class="vector"/>
+</project>

Modified: hudson/trunk/hudson-home/jobs/NATIVE-ALL/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/NATIVE-ALL/config.xml	2011-03-25 15:57:05 UTC (rev 13943)
+++ hudson/trunk/hudson-home/jobs/NATIVE-ALL/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -11,6 +11,10 @@
 , NATIVE-SRCDIST-AS-6.0.0-SUN-JDK-6
 
 , NATIVE-CORE-AS-7.0.0-SUN-JDK-6
+
+, NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6
+
+, NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6
       </childProjects>
       <threshold>
         <name>UNSTABLE</name>

Added: hudson/trunk/hudson-home/jobs/NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6/config.xml	                        (rev 0)
+++ hudson/trunk/hudson-home/jobs/NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -0,0 +1,75 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=native
+JAVA_HOME=@java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-native
+TEST_OPTS=
+JBOSS_TARGET=jboss700
+JBOSS_BIND_ADDRESS=@jboss.bind.address@
+JBOSS_CONFIG=@jboss.server.instance@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.0.0/workspace/build/target/@hudson.jboss700.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute binary distribution tests
+#
+binaryDistributionTest
+
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>stack-native/target/jbossws-native-bin-dist/output/test-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@jbossws.hudson.url@/scripts</remote>
+        <local>hudson-scripts</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.native.url@</remote>
+        <local>stack-native</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <logRotator>
+    <daysToKeep>14</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <description>Build and test jbossws-native- at version.id@ binary distribution against AS-7.0.0 with Sun JDK 6</description>
+  <actions class="vector"/>
+</project>

Modified: hudson/trunk/hudson-home/jobs/NATIVE-LIGHT/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/NATIVE-LIGHT/config.xml	2011-03-25 15:57:05 UTC (rev 13943)
+++ hudson/trunk/hudson-home/jobs/NATIVE-LIGHT/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -9,6 +9,8 @@
 , NATIVE-BINDIST-AS-6.0.0-SUN-JDK-6
 
 , NATIVE-CORE-AS-7.0.0-SUN-JDK-6
+
+, NATIVE-BINDIST-AS-7.0.0-SUN-JDK-6
       </childProjects>
       <threshold>
         <name>UNSTABLE</name>

Added: hudson/trunk/hudson-home/jobs/NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml	                        (rev 0)
+++ hudson/trunk/hudson-home/jobs/NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6/config.xml	2011-03-25 16:15:14 UTC (rev 13944)
@@ -0,0 +1,75 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=NATIVE-SRCDIST-AS-7.0.0-SUN-JDK-6
+
+WORKSPACE=`pwd`
+STACK_ID=native
+JAVA_HOME=@java.home.sun.jdk6@
+SCRIPTS_DIR=$WORKSPACE/hudson-scripts
+STACK_DIR=$WORKSPACE/stack-native
+TEST_OPTS=
+JBOSS_TARGET=jboss700
+JBOSS_BIND_ADDRESS=@jboss.bind.address@
+JBOSS_CONFIG=@jboss.server.instance@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-7.0.0/workspace/build/target/@hudson.jboss700.build@
+
+#
+# load test functions
+#
+. $SCRIPTS_DIR/jbossws-qa.sh
+
+#
+# execute source distribution tests
+#
+sourceDistributionTest
+
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>stack-native/target/jbossws-native-src-dist/modules/testsuite/**/target/surefire-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@jbossws.hudson.url@/scripts</remote>
+        <local>hudson-scripts</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.native.url@</remote>
+        <local>stack-native</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <logRotator>
+    <daysToKeep>14</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <description>Build and test jbossws-native- at version.id@ source distribution against AS-7.0.0 with Sun JDK 6</description>
+  <actions class="vector"/>
+</project>



More information about the jbossws-commits mailing list