[jbossws-commits] JBossWS SVN: r5691 - framework/trunk/hudson/hudson-home.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Feb 15 06:01:35 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-02-15 06:01:35 -0500 (Fri, 15 Feb 2008)
New Revision: 5691

Modified:
   framework/trunk/hudson/hudson-home/config.xml
Log:
Define Native TCK view

Modified: framework/trunk/hudson/hudson-home/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/config.xml	2008-02-15 10:59:38 UTC (rev 5690)
+++ framework/trunk/hudson/hudson-home/config.xml	2008-02-15 11:01:35 UTC (rev 5691)
@@ -46,7 +46,7 @@
 <![CDATA[
   Run the JBossAS webservice testsuite.
   <p/>
-  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a> and TCK 14
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
 ]]>        
   </description>
     </view>
@@ -76,17 +76,33 @@
         <string>Native-Integration-AS-4.2.3</string>
         <string>Native-Integration-AS-5.0.0</string>
         <string>Native-Integration-AS-5.0.1</string>
+      </jobNames>
+      <name>Native Tests</name>
+      <description>
+<![CDATA[
+  Run the JBossWS testsuite.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+    
+    <!-- Native TCK Tests -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
         <string>Native-Tck14-Jaxr-AS-4.2.3</string>
         <string>Native-Tck14-Jaxrpc-AS-4.2.3</string>
         <string>Native-Tck14-Saaj-AS-4.2.3</string>
         <string>Native-Tck14-Webservices-AS-4.2.3</string>
       </jobNames>
-      <name>Native Tests</name>
+      <name>Native TCK Tests</name>
       <description>
 <![CDATA[
-  Run the JBossWS testsuite.
+  Run the WebService TCK.
   <p/>
-  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a> and <a href="/hudson/job/TCK-1.4">TCK-1.4</a>
 ]]>        
       </description>
     </view>




More information about the jbossws-commits mailing list