[jbossws-commits] JBossWS SVN: r2912 - in trunk/build/hudson/hudson-home/jobs: JBWS-Trunk-Tests-AS-5.0 and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Apr 24 02:35:57 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-04-24 02:35:57 -0400 (Tue, 24 Apr 2007)
New Revision: 2912

Added:
   trunk/build/hudson/hudson-home/jobs/JBWS-Trunk-Tests-AS-5.0/
Modified:
   trunk/build/hudson/hudson-home/jobs/JBWS-Trunk-Tests-AS-5.0/config.xml
Log:
Add trunk tests

Copied: trunk/build/hudson/hudson-home/jobs/JBWS-Trunk-Tests-AS-5.0 (from rev 2911, trunk/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0)

Modified: trunk/build/hudson/hudson-home/jobs/JBWS-Trunk-Tests-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml	2007-04-23 21:48:37 UTC (rev 2911)
+++ trunk/build/hudson/hudson-home/jobs/JBWS-Trunk-Tests-AS-5.0/config.xml	2007-04-24 06:35:57 UTC (rev 2912)
@@ -6,10 +6,10 @@
 #
 # Module settings
 #
-MODULE=JBWS-Tests-AS-5.0
-SVNBASENAME=@svn.basename@
+MODULE=JBWS-Trunk-AS-5.0
+SVNBASENAME=trunk
 WORKSPACE=`pwd`
-SVNBASEDIR=$WORKSPACE/@svn.basename@
+SVNBASEDIR=$WORKSPACE/trunk
 JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/@hudson.jboss50.build@
 ENVIRONMENT="-Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
 
@@ -50,7 +50,7 @@
   </builders>
   <publishers class="vector">
     <hudson.tasks.junit.JUnitResultArchiver>
-      <testResults>@svn.basename@/jbossws-tests/output/reports/*.xml</testResults>
+      <testResults>trunk/jbossws-tests/output/reports/*.xml</testResults>
     </hudson.tasks.junit.JUnitResultArchiver>
     <hudson.tasks.Mailer>
       <recipients>@hudson.mail.recipients@</recipients>
@@ -62,8 +62,8 @@
   <scm class="hudson.scm.SubversionSCM">
     <locations>
       <hudson.scm.SubversionSCM-ModuleLocation>
-        <remote>@svn.url@</remote>
-        <local>@svn.basename@</local>
+        <remote>https://svn.jboss.org/repos/jbossws/trunk</remote>
+        <local>trunk</local>
       </hudson.scm.SubversionSCM-ModuleLocation>
     </locations>
     <useUpdate>true</useUpdate>
@@ -81,7 +81,7 @@
 */10 * * * *</spec>
     </hudson.triggers.SCMTrigger>
   </triggers>
-  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
+  <description>Build and test jbossws trunk against AS-5.0</description>
   <keepDependencies>false</keepDependencies>
   <properties/>
   <actions class="vector"/>




More information about the jbossws-commits mailing list