[jbossws-commits] JBossWS SVN: r3987 - in trunk: build/hudson/hudson-home/jobs/Core-Tests-AS-4.2 and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jul 25 05:47:55 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-07-25 05:47:55 -0400 (Wed, 25 Jul 2007)
New Revision: 3987

Modified:
   trunk/build/ant-import/build-testsuite.xml
   trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
   trunk/jbossws-core/ant-import-tests/build-testsuite.xml
Log:
decouple core test build from deploy

Modified: trunk/build/ant-import/build-testsuite.xml
===================================================================
--- trunk/build/ant-import/build-testsuite.xml	2007-07-25 08:15:11 UTC (rev 3986)
+++ trunk/build/ant-import/build-testsuite.xml	2007-07-25 09:47:55 UTC (rev 3987)
@@ -121,7 +121,7 @@
       There jars apply to all supported stacks. It MUST NOT contains jars from a local thirdparty dir.
       
       The 'ws.stack.classpath' contains jars that come with a specific stack distribution.
-      The 'tests.extra.classpath' contains stack specific jars that are needed for ...
+      The 'tests.extra.classpath' contains stack specific jars that are needed to run the stack specific tests.
     -->
     <path id="tests.client.classpath">
       <path refid="ws.stack.classpath"/>
@@ -177,7 +177,7 @@
       There jars apply to all supported stacks. It MUST NOT contains jars from a local thirdparty dir.
       
       The 'ws.stack.classpath' contains jars that come with a specific stack distribution.
-      The 'tests.extra.classpath' contains stack specific jars that are needed for 
+      The 'tests.extra.classpath' contains stack specific jars that are needed to run the stack specific tests.
     -->
     <path id="tests.client.classpath">
       <path refid="ws.stack.classpath"/>
@@ -231,7 +231,7 @@
       There jars apply to all supported stacks. It MUST NOT contains jars from a local thirdparty dir.
       
       The 'ws.stack.classpath' contains jars that come with a specific stack distribution.
-      The 'tests.extra.classpath' contains stack specific jars that are needed for 
+      The 'tests.extra.classpath' contains stack specific jars that are needed to run the stack specific tests.
     -->
     <path id="tests.client.classpath">
       <path refid="ws.stack.classpath"/>

Modified: trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml	2007-07-25 08:15:11 UTC (rev 3986)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml	2007-07-25 09:47:55 UTC (rev 3987)
@@ -85,12 +85,7 @@
   <canRoam>true</canRoam>
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
-  <triggers class="vector">
-    <hudson.triggers.SCMTrigger>
-      <spec># Every 30 minutes after the hour&#x0D;
-30 * * * *</spec>
-    </hudson.triggers.SCMTrigger>
-  </triggers>
+  <triggers class="vector"/>
   <logRotator>
     <daysToKeep>-1</daysToKeep>
     <numToKeep>20</numToKeep>

Modified: trunk/jbossws-core/ant-import-tests/build-testsuite.xml
===================================================================
--- trunk/jbossws-core/ant-import-tests/build-testsuite.xml	2007-07-25 08:15:11 UTC (rev 3986)
+++ trunk/jbossws-core/ant-import-tests/build-testsuite.xml	2007-07-25 09:47:55 UTC (rev 3987)
@@ -33,13 +33,12 @@
 			<pathelement location="${core.dir}/output/lib/jboss-saaj.jar"/>
 			<pathelement location="${core.dir}/output/lib/jbossws-core.jar"/>
 			<pathelement location="${core.dir}/output/lib/jbossws-client.jar"/>
+			<pathelement location="${core.dir}/thirdparty/policy.jar"/>
+			<pathelement location="${core.dir}/thirdparty/wsdl4j.jar"/>
+      <pathelement location="${core.dir}/thirdparty/wstx.jar"/>
 		</path>
 
 		<path id="tests.extra.classpath">
-			<pathelement location="${jboss.client}/jboss-ejb3-client.jar"/>
-			<pathelement location="${jboss.client}/policy.jar"/>
-			<pathelement location="${jboss.client}/wsdl4j.jar"/>
-      <pathelement location="${jboss.client}/wstx.jar"/>
       <pathelement location="${core.dir}/thirdparty/qdox.jar"/>
       <pathelement location="${core.dir}/thirdparty/xmlunit.jar"/>
     </path>




More information about the jbossws-commits mailing list