[jbossws-commits] JBossWS SVN: r6553 - in stack/cxf/branches/tdiesler/trunk: modules/testsuite and 9 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Apr 19 16:49:42 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-19 16:49:41 -0400 (Sat, 19 Apr 2008)
New Revision: 6553

Added:
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-jars-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-samples-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/jndi.properties
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/log4j.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/tst.policy
Removed:
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/ant/
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-jars-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-samples-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/ant/
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/jndi.properties
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/log4j.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/tst.policy
Modified:
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/pom.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/pom.xml
   stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml
   stack/cxf/branches/tdiesler/trunk/pom.xml
   stack/cxf/branches/tdiesler/trunk/src/
Log:
More framework tetst

Modified: stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/pom.xml	2008-04-19 20:39:56 UTC (rev 6552)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/pom.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -2,8 +2,8 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
-  <name>JBoss Web Services - Stack CXF Tests</name>
-  <artifactId>jbossws-cxf-tests</artifactId>
+  <name>JBoss Web Services - Stack CXF Specific Tests</name>
+  <artifactId>jbossws-cxf-specific-tests</artifactId>
   <packaging>jar</packaging>
   
   <!-- Parent -->
@@ -26,8 +26,8 @@
             <configuration>
               <tasks>
                 <property name="tests.output.dir" value="${project.build.directory}"/>
-                <ant antfile="src/ant/cxf-jars-jaxws.xml" target="build-jars-jaxws"/>
-                <ant antfile="src/ant/cxf-samples-jaxws.xml" target="build-samples-jaxws"/>
+                <ant antfile="src/scripts/cxf-jars-jaxws.xml" target="build-jars-jaxws"/>
+                <ant antfile="src/scripts/cxf-samples-jaxws.xml" target="build-samples-jaxws"/>
               </tasks>
             </configuration>
           </execution>
@@ -51,13 +51,13 @@
       <build>
         <plugins>
           <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
+            <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
-              <excludes>
+              <testExcludes>
                 <!-- [JBWS-2097] Unlock WS-ReliableMessaging in all stacks -->
                 <exclude>org/jboss/test/ws/jaxws/samples/wsrm/**</exclude>
                 <exclude>org/jboss/test/ws/jaxws/cxf/wsrm/**</exclude>
-              </excludes>
+              </testExcludes>
             </configuration>
           </plugin>
         </plugins>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts (from rev 6548, stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/ant)

Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-jars-jaxws.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/ant/cxf-jars-jaxws.xml	2008-04-19 11:25:20 UTC (rev 6548)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-jars-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ============================================================ -->
-<!--  JBoss, the OpenSource J2EE webOS                            -->
-<!--  Distributable under LGPL license.                           -->
-<!--  See terms of license at http://www.gnu.org.                 -->
-<!-- ============================================================ -->
-
-<!-- $Id$ -->
-
-<project>
-  
-  <description>JBossWS test archive builder</description>
-  
-  <!-- ============================================================================== -->
-  <!-- Building                                                                       -->
-  <!--                                                                                -->
-  <!-- Where to create your tests                                                     -->
-  <!-- http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144172#4144172       -->
-  <!--                                                                                -->
-  <!-- ============================================================================== -->
-  
-  <target name="build-jars-jaxws" description="Build the deployments.">
-    
-    <mkdir dir="${tests.output.dir}/test-libs"/>
-    
-    <!-- jaxws-cxf-descriptor -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-descriptor.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/cxf/descriptor/DescriptorEndpointImpl.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF">
-        <include name="jbossws-cxf.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-cxf-wsrm-basic-doc -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-doc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpoint.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF">
-        <include name="jbossws-cxf.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-cxf-wsrm-basic-rpc -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-rpc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpoint.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF">
-        <include name="jbossws-cxf.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- Please add alphabetically -->
-    
-  </target>
-  
-</project>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-jars-jaxws.xml (from rev 6552, stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/ant/cxf-jars-jaxws.xml)
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-jars-jaxws.xml	                        (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-jars-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!--  JBoss, the OpenSource J2EE webOS                            -->
+<!--  Distributable under LGPL license.                           -->
+<!--  See terms of license at http://www.gnu.org.                 -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+  
+  <description>JBossWS test archive builder</description>
+  
+  <!-- ============================================================================== -->
+  <!-- Building                                                                       -->
+  <!--                                                                                -->
+  <!-- Where to create your tests                                                     -->
+  <!-- http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144172#4144172       -->
+  <!--                                                                                -->
+  <!-- ============================================================================== -->
+  
+  <target name="build-jars-jaxws" description="Build the deployments.">
+    
+    <mkdir dir="${tests.output.dir}/test-libs"/>
+    
+    <!-- jaxws-cxf-descriptor -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-descriptor.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/cxf/descriptor/DescriptorEndpointImpl.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF">
+        <include name="jbossws-cxf.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-cxf-wsrm-basic-doc -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-doc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpoint.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF">
+        <include name="jbossws-cxf.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-cxf-wsrm-basic-rpc -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-rpc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpoint.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF">
+        <include name="jbossws-cxf.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- Please add alphabetically -->
+    
+  </target>
+  
+</project>

Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-samples-jaxws.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/ant/cxf-samples-jaxws.xml	2008-04-19 11:25:20 UTC (rev 6548)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-samples-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ============================================================ -->
-<!--  JBoss, the OpenSource J2EE webOS                            -->
-<!--  Distributable under LGPL license.                           -->
-<!--  See terms of license at http://www.gnu.org.                 -->
-<!-- ============================================================ -->
-
-<!-- $Id$ -->
-
-<project>
-  
-  <!-- ================================================================== -->
-  <!-- Building                                                           -->
-  <!-- ================================================================== -->
-  
-  <target name="build-samples-jaxws" description="Build the jaxws samples deployments">
-    
-    <mkdir dir="${tests.output.dir}/test-libs"/>
-  	
-    <!-- jaxws-samples-wsrm -->
-    <war
-       warfile="${tests.output.dir}/test-libs/jaxws-samples-wsrm.war"
-       webxml="${tests.output.dir}/test-resources/jaxws/samples/wsrm/WEB-INF/web.xml">
-       <classes dir="${tests.output.dir}/test-classes">
-          <include name="org/jboss/test/ws/jaxws/samples/wsrm/service/**"/>
-       </classes>
-       <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wsrm/WEB-INF">
-          <include name="jbossws-cxf.xml"/>
-       </webinf>
-       <zipfileset
-          dir="${tests.output.dir}/test-resources/jaxws/samples/wsrm/WEB-INF/wsdl" 
-          prefix="WEB-INF/wsdl"/>
-    </war>
-
-    <!-- Please add alphabetically -->
-    
-  </target>
-  
-</project>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-samples-jaxws.xml (from rev 6552, stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/ant/cxf-samples-jaxws.xml)
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-samples-jaxws.xml	                        (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/scripts/cxf-samples-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!--  JBoss, the OpenSource J2EE webOS                            -->
+<!--  Distributable under LGPL license.                           -->
+<!--  See terms of license at http://www.gnu.org.                 -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+  
+  <!-- ================================================================== -->
+  <!-- Building                                                           -->
+  <!-- ================================================================== -->
+  
+  <target name="build-samples-jaxws" description="Build the jaxws samples deployments">
+    
+    <mkdir dir="${tests.output.dir}/test-libs"/>
+  	
+    <!-- jaxws-samples-wsrm -->
+    <war
+       warfile="${tests.output.dir}/test-libs/jaxws-samples-wsrm.war"
+       webxml="${tests.output.dir}/test-resources/jaxws/samples/wsrm/WEB-INF/web.xml">
+       <classes dir="${tests.output.dir}/test-classes">
+          <include name="org/jboss/test/ws/jaxws/samples/wsrm/service/**"/>
+       </classes>
+       <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wsrm/WEB-INF">
+          <include name="jbossws-cxf.xml"/>
+       </webinf>
+       <zipfileset
+          dir="${tests.output.dir}/test-resources/jaxws/samples/wsrm/WEB-INF/wsdl" 
+          prefix="WEB-INF/wsdl"/>
+    </war>
+
+    <!-- Please add alphabetically -->
+    
+  </target>
+  
+</project>

Modified: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/pom.xml	2008-04-19 20:39:56 UTC (rev 6552)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/pom.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -26,8 +26,8 @@
             <configuration>
               <tasks>
                 <property name="tests.output.dir" value="${project.build.directory}"/>
-                <ant antfile="src/ant/framework-jars-jaxws.xml" target="build-jars-jaxws"/>
-                <ant antfile="src/ant/framework-samples-jaxws.xml" target="build-samples-jaxws"/>
+                <ant antfile="src/scripts/framework-jars-jaxws.xml" target="build-jars-jaxws"/>
+                <ant antfile="src/scripts/framework-samples-jaxws.xml" target="build-samples-jaxws"/>
               </tasks>
             </configuration>
           </execution>
@@ -38,7 +38,7 @@
   
   <profiles>
     <!--
-    mvn -Denv=jboss422 test
+      mvn -Denv=jboss422 test
     -->
     <profile>
       <id>jboss422-cxf-tests-profile</id>
@@ -51,9 +51,9 @@
       <build>
         <plugins>
           <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
+            <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
-              <excludes>
+              <testExcludes>
                 <!--  Won't Fix: [CXF-1261] Handler does not see XOP message properly -->
                 <exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
                 
@@ -144,7 +144,7 @@
                 
                 <!--  [CXF-1522] NPE in ServiceUtils -->
                 <exclude>org/jboss/test/ws/jaxws/jbws1566/**</exclude>
-              </excludes>
+              </testExcludes>
             </configuration>
           </plugin>
         </plugins>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts (from rev 6548, stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/ant)

Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/ant/framework-jars-jaxws.xml	2008-04-19 11:25:20 UTC (rev 6548)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -1,560 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ============================================================ -->
-<!--  JBoss, the OpenSource J2EE webOS                            -->
-<!--  Distributable under LGPL license.                           -->
-<!--  See terms of license at http://www.gnu.org.                 -->
-<!-- ============================================================ -->
-
-<!-- $Id$ -->
-
-<project>
-
-  <description>JBossWS test archive builder</description>
-
-  <!-- ================================================================== -->
-  <!-- Building                                                           -->
-  <!-- ================================================================== -->
-
-  <target name="build-jars-jaxws" description="Build the deployments.">
-    
-    <mkdir dir="${tests.output.dir}/test-libs"/>
-    
-    <!-- jaxws-anonymous -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-anonymous.war" webxml="${tests.output.dir}/test-resources/jaxws/anonymous/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/anonymous/Anonymous.class"/>
-        <include name="org/jboss/test/ws/jaxws/anonymous/AnonymousRequest.class"/>
-        <include name="org/jboss/test/ws/jaxws/anonymous/AnonymousResponse.class"/>
-        <include name="org/jboss/test/ws/jaxws/anonymous/AnonymousImpl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-binding -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-binding.war" webxml="${tests.output.dir}/test-resources/jaxws/binding/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/binding/SOAPEndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/binding/SOAPEndpoint.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-classloading-service -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-classloading-service.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/HelloWorld.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-classloading-types -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-classloading-types.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/Message.class"/>
-        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/Echo.class"/>
-        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/EchoResponse.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-complex -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-complex.war" webxml="${tests.output.dir}/test-resources/jaxws/complex/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/complex/*.class"/>
-        <include name="org/jboss/test/ws/jaxws/complex/extra/*.class"/>
-        <include name="org/jboss/test/ws/jaxws/complex/types/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/complex/*TestCase.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-endpoint-servlet -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-endpoint-servlet.war" webxml="${tests.output.dir}/test-resources/jaxws/endpoint/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointServlet.class"/>
-        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointInterface.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/endpoint/WEB-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-handlerscope -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-handlerscope.war" webxml="${tests.output.dir}/test-resources/jaxws/handlerscope/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/handlerscope/ProtocolHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/handlerscope/jaxws-server-handlers.xml"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-holder -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-holder.war" webxml="${tests.output.dir}/test-resources/jaxws/holder/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/holder/HolderServiceImpl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-jbws860 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws860.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws860/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws860/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws860/*TestCase.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws860/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-jbws944 -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws944.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3RemoteBusinessInterface.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3RemoteHome.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws981 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws981.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws981/EJB3Bean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws981/EJB3RemoteInterface.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws981/EndpointInterface.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1178 -->
-    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1178.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1178/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1178/TestEndpointImpl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-jbws1190 -->
-    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1190.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1190/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1190/ConfidentialEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1190/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1190/TestEndpointImpl*.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1190/JBWS1190Exception.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-jbws1283 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1283.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1283/*.*"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1357 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1357.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1357/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1357/JBWS1357.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1357/JBWS1357Impl.class"/>
-      </classes>
-      <fileset dir="${tests.output.dir}/test-resources/jaxws/jbws1357">
-        <include name="hello.jsp"/>
-      </fileset>
-    </war>
-    
-    <!-- jaxws-jbws1422 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1422.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1422/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1422/*TestCase.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1446 -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1446.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1446/EJB3Bean.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1505 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1505.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1505/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1505/*TestCase.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1529 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1529.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1529/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1529/UserException.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1529/JBWS1529.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1529/JBWS1529Impl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-jbws1556 -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1556.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1556/EJB3Bean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1556/UserType.class"/>
-      </fileset>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1556.ear">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-jbws1556.jar"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1556/META-INF">
-        <include name="application.xml"/>
-        <include name="jboss-app.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jaxws-jbws1566-->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1566.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1566/**/*.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1581 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1581.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1581/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1581/EndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1581/EndpointInterface.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1581/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1581.ear">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-jbws1581.war"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1581/META-INF">
-        <include name="application.xml"/>
-        <include name="jboss-app.xml"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1581.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1581/EJB3Bean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1581/EJB3Remote.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1581/EndpointInterface.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1581/META-INF">
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jaxws-jbws1611 -->
-    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1611.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1611/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1611/PingEndpointImpl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-jbws1694 -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1694.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1694/**/*.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1702 -->
-    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1702.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1702/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1702/**/*.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1702/WEB-INF"/>
-    </war>
-    
-    <!-- jaxws-jbws1733 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1733.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1733/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1733/JBWS1733.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1733/JBWS1733Impl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-jbws1762 -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1762/services/EJB3Bean.class"/>
-      </fileset>
-    </jar>
-    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.jar"/>
-    <unjar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.jar" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.jar"/>
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1762/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1762/services/POJOBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1762/services/POJOIface.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1762/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.war"/>
-    <unwar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.war"/>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.sar">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-jbws1762-packaged.war"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF">
-        <include name="jboss-service.xml"/>
-      </metainf>
-    </jar>
-    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar"/>
-    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar/META-INF"/>
-    <copy file="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF/jboss-service.xml" todir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar/META-INF"/>
-    <unwar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar/jaxws-jbws1762-exploded.war"/>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.ear">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-jbws1762-packaged.jar"/>
-        <include name="jaxws-jbws1762-packaged.war"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF/packaged">
-        <include name="application.xml"/>
-      </metainf>
-    </jar>
-    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear"/>
-    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/META-INF"/>
-    <copy file="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF/exploded/application.xml" todir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/META-INF"/>
-    <unwar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.war"/>
-    <unjar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.jar" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.jar"/>
-    
-    <!-- jaxws-jbws1797 -->
-    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1797.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1797/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1797/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1797/*TestCase.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-jbws1798 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1798.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1798/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1798/**/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1798/*TestCase.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1798/WEB-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-jbws1799 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1799.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1799/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1799/*TestCase.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1807 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1807.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1807/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1807/ProviderImpl.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1807/WEB-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-jbws1813 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1813.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1813/META-INF">
-        <include name="jboss.xml"/>
-      </metainf>
-    </jar>
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1813.ear">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-jbws1813.jar"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1813/META-INF">
-        <include name="application.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jaxws-jbws1815 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1815.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1815/ProviderImpl.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1815/META-INF">
-        <include name="wsdl/my-service.wsdl"/>
-      </metainf>
-    </jar>
-    
-    <!-- jaxws-jbws1822 -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-shared.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
-      </fileset>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-one-ejb3-inside.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
-      </fileset>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb3-inside.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
-        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
-      </fileset>
-    </jar>
-    <ear appxml="${tests.output.dir}/test-resources/jaxws/jbws1822/two-ejb-modules/META-INF/application.xml"
-      earfile="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb-modules.ear">
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1822/two-ejb-modules/META-INF">
-        <include name="jboss-app.xml"/><!-- this fixes the problem -->
-      </metainf>
-      <fileset file="${tests.output.dir}/test-libs/jaxws-jbws1822-shared.jar"/>
-      <fileset file="${tests.output.dir}/test-libs/jaxws-jbws1822-one-ejb3-inside.jar"/>
-    </ear>
-    <ear appxml="${tests.output.dir}/test-resources/jaxws/jbws1822/one-ejb-module/META-INF/application.xml"
-      earfile="${tests.output.dir}/test-libs/jaxws-jbws1822-one-ejb-module.ear">
-      <fileset file="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb3-inside.jar"/>
-    </ear>
-    
-    <!-- jaxws-jbws1840 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1840.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1840/SecureEndpointImpl.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1841 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1841.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1841/*.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1841/META-INF">
-        <include name="wsdl/*"/>
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jaxws-jbws1843 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1843.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1843/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1843/**/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1843/*TestCase.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1843/WEB-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-jbws1845 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1845.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1845/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1845/*TestCase.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1854 -->
-    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1854.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1854/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1854/TestEndpointImpl.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1854/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1854.sar">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-jbws1854.war"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1854/META-INF">
-        <include name="jboss-service.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jaxws-jbws1872 -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1872.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1872/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1872/*TestCase.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1872/Client*.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1904 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1904.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1904/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1904/*TestCase.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws1969 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1969.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws1969/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws1969/*TestCase.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1969/META-INF">
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jaxws-jbws2000 -->
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws2000.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws2000/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws2000/*TestCase.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jaxws-jbws2009 -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws2009.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws2009/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/jbws2009/**/*.class"/>
-        <exclude name="org/jboss/test/ws/jaxws/jbws2009/*TestCase.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws2009/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="schema/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws namespace -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-namespace.war" webxml="${tests.output.dir}/test-resources/jaxws/namespace/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/namespace/EndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/namespace/EndpointInterface.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/namespace/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jaxws-webfault -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-webfault.war" webxml="${tests.output.dir}/test-resources/jaxws/webfault/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/webfault/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/webfault/TestEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/webfault/CustomException.class"/>
-        <include name="org/jboss/test/ws/jaxws/webfault/SimpleException.class"/>
-      </classes>
-    </war>
-    
-    <!-- jaxws-wrapped-accessor -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-wrapped-accessor.war" webxml="${tests.output.dir}/test-resources/jaxws/wrapped/accessor/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/wrapped/accessor/Accessor.class"/>
-        <include name="org/jboss/test/ws/jaxws/wrapped/accessor/AccessorImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/wrapped/accessor/jaxws/*"/>
-      </classes>
-    </war>
-    
-    <!-- Please add alphabetically -->
-
-  </target>
-
-</project>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml (from rev 6552, stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/ant/framework-jars-jaxws.xml)
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml	                        (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -0,0 +1,560 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!--  JBoss, the OpenSource J2EE webOS                            -->
+<!--  Distributable under LGPL license.                           -->
+<!--  See terms of license at http://www.gnu.org.                 -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+  <description>JBossWS test archive builder</description>
+
+  <!-- ================================================================== -->
+  <!-- Building                                                           -->
+  <!-- ================================================================== -->
+
+  <target name="build-jars-jaxws" description="Build the deployments.">
+    
+    <mkdir dir="${tests.output.dir}/test-libs"/>
+    
+    <!-- jaxws-anonymous -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-anonymous.war" webxml="${tests.output.dir}/test-resources/jaxws/anonymous/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/anonymous/Anonymous.class"/>
+        <include name="org/jboss/test/ws/jaxws/anonymous/AnonymousRequest.class"/>
+        <include name="org/jboss/test/ws/jaxws/anonymous/AnonymousResponse.class"/>
+        <include name="org/jboss/test/ws/jaxws/anonymous/AnonymousImpl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-binding -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-binding.war" webxml="${tests.output.dir}/test-resources/jaxws/binding/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/binding/SOAPEndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/binding/SOAPEndpoint.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-classloading-service -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-classloading-service.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/HelloWorld.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-classloading-types -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-classloading-types.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/Message.class"/>
+        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/Echo.class"/>
+        <include name="org/jboss/test/ws/jaxws/smoke/tools/service/EchoResponse.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-complex -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-complex.war" webxml="${tests.output.dir}/test-resources/jaxws/complex/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/complex/*.class"/>
+        <include name="org/jboss/test/ws/jaxws/complex/extra/*.class"/>
+        <include name="org/jboss/test/ws/jaxws/complex/types/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/complex/*TestCase.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-endpoint-servlet -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-endpoint-servlet.war" webxml="${tests.output.dir}/test-resources/jaxws/endpoint/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointServlet.class"/>
+        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointInterface.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/endpoint/WEB-INF">
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-handlerscope -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-handlerscope.war" webxml="${tests.output.dir}/test-resources/jaxws/handlerscope/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/handlerscope/ProtocolHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/handlerscope/jaxws-server-handlers.xml"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-holder -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-holder.war" webxml="${tests.output.dir}/test-resources/jaxws/holder/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/holder/HolderServiceImpl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jbws860 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws860.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws860/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws860/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws860/*TestCase.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws860/WEB-INF">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-jbws944 -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws944.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3RemoteBusinessInterface.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3RemoteHome.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws981 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws981.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws981/EJB3Bean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws981/EJB3RemoteInterface.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws981/EndpointInterface.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1178 -->
+    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1178.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1178/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1178/TestEndpointImpl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jbws1190 -->
+    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1190.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1190/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1190/ConfidentialEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1190/TestEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1190/TestEndpointImpl*.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1190/JBWS1190Exception.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jbws1283 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1283.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1283/*.*"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1357 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1357.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1357/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1357/JBWS1357.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1357/JBWS1357Impl.class"/>
+      </classes>
+      <fileset dir="${tests.output.dir}/test-resources/jaxws/jbws1357">
+        <include name="hello.jsp"/>
+      </fileset>
+    </war>
+    
+    <!-- jaxws-jbws1422 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1422.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1422/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1422/*TestCase.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1446 -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1446.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1446/EJB3Bean.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1505 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1505.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1505/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1505/*TestCase.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1529 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1529.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1529/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1529/UserException.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1529/JBWS1529.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1529/JBWS1529Impl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jbws1556 -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1556.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1556/EJB3Bean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1556/UserType.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1556.ear">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-jbws1556.jar"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1556/META-INF">
+        <include name="application.xml"/>
+        <include name="jboss-app.xml"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws1566-->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1566.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1566/**/*.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1581 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1581.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1581/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1581/EndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1581/EndpointInterface.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1581/WEB-INF">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1581.ear">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-jbws1581.war"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1581/META-INF">
+        <include name="application.xml"/>
+        <include name="jboss-app.xml"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1581.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1581/EJB3Bean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1581/EJB3Remote.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1581/EndpointInterface.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1581/META-INF">
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws1611 -->
+    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1611.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1611/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1611/PingEndpointImpl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jbws1694 -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1694.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1694/**/*.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1702 -->
+    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1702.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1702/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1702/**/*.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1702/WEB-INF"/>
+    </war>
+    
+    <!-- jaxws-jbws1733 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1733.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1733/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1733/JBWS1733.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1733/JBWS1733Impl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jbws1762 -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1762/services/EJB3Bean.class"/>
+      </fileset>
+    </jar>
+    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.jar"/>
+    <unjar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.jar" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.jar"/>
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1762/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1762/services/POJOBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1762/services/POJOIface.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1762/WEB-INF">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.war"/>
+    <unwar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.war"/>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.sar">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-jbws1762-packaged.war"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF">
+        <include name="jboss-service.xml"/>
+      </metainf>
+    </jar>
+    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar"/>
+    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar/META-INF"/>
+    <copy file="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF/jboss-service.xml" todir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar/META-INF"/>
+    <unwar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.sar/jaxws-jbws1762-exploded.war"/>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.ear">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-jbws1762-packaged.jar"/>
+        <include name="jaxws-jbws1762-packaged.war"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF/packaged">
+        <include name="application.xml"/>
+      </metainf>
+    </jar>
+    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear"/>
+    <mkdir dir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/META-INF"/>
+    <copy file="${tests.output.dir}/test-resources/jaxws/jbws1762/META-INF/exploded/application.xml" todir="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/META-INF"/>
+    <unwar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.war" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.war"/>
+    <unjar src="${tests.output.dir}/test-libs/jaxws-jbws1762-packaged.jar" dest="${tests.output.dir}/test-libs/jaxws-jbws1762-exploded.ear/jaxws-jbws1762-exploded.jar"/>
+    
+    <!-- jaxws-jbws1797 -->
+    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1797.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1797/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1797/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1797/*TestCase.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jbws1798 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1798.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1798/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1798/**/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1798/*TestCase.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1798/WEB-INF">
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-jbws1799 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1799.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1799/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1799/*TestCase.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1807 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1807.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1807/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1807/ProviderImpl.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1807/WEB-INF">
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-jbws1813 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1813.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1813/META-INF">
+        <include name="jboss.xml"/>
+      </metainf>
+    </jar>
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1813.ear">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-jbws1813.jar"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1813/META-INF">
+        <include name="application.xml"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws1815 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1815.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1815/ProviderImpl.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1815/META-INF">
+        <include name="wsdl/my-service.wsdl"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws1822 -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-shared.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-one-ejb3-inside.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb3-inside.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
+      </fileset>
+    </jar>
+    <ear appxml="${tests.output.dir}/test-resources/jaxws/jbws1822/two-ejb-modules/META-INF/application.xml"
+      earfile="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb-modules.ear">
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1822/two-ejb-modules/META-INF">
+        <include name="jboss-app.xml"/><!-- this fixes the problem -->
+      </metainf>
+      <fileset file="${tests.output.dir}/test-libs/jaxws-jbws1822-shared.jar"/>
+      <fileset file="${tests.output.dir}/test-libs/jaxws-jbws1822-one-ejb3-inside.jar"/>
+    </ear>
+    <ear appxml="${tests.output.dir}/test-resources/jaxws/jbws1822/one-ejb-module/META-INF/application.xml"
+      earfile="${tests.output.dir}/test-libs/jaxws-jbws1822-one-ejb-module.ear">
+      <fileset file="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb3-inside.jar"/>
+    </ear>
+    
+    <!-- jaxws-jbws1840 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1840.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1840/SecureEndpointImpl.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1841 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1841.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1841/*.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1841/META-INF">
+        <include name="wsdl/*"/>
+        <include name="ejb-jar.xml"/>
+        <include name="jboss.xml"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws1843 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws1843.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1843/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1843/**/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1843/*TestCase.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1843/WEB-INF">
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-jbws1845 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1845.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1845/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1845/*TestCase.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1854 -->
+    <war destfile="${tests.output.dir}/test-libs/jaxws-jbws1854.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws1854/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1854/TestEndpointImpl.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws1854/WEB-INF">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1854.sar">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-jbws1854.war"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1854/META-INF">
+        <include name="jboss-service.xml"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws1872 -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws1872.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1872/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1872/*TestCase.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1872/Client*.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1904 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1904.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1904/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1904/*TestCase.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws1969 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1969.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1969/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws1969/*TestCase.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1969/META-INF">
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws2000 -->
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws2000.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws2000/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws2000/*TestCase.class"/>
+      </fileset>
+    </jar>
+    
+    <!-- jaxws-jbws2009 -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-jbws2009.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws2009/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/jbws2009/**/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws2009/*TestCase.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/jbws2009/WEB-INF">
+        <include name="wsdl/**"/>
+        <include name="schema/**"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws namespace -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-namespace.war" webxml="${tests.output.dir}/test-resources/jaxws/namespace/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/namespace/EndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/namespace/EndpointInterface.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/namespace/WEB-INF">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-webfault -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-webfault.war" webxml="${tests.output.dir}/test-resources/jaxws/webfault/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/webfault/TestEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/webfault/TestEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/webfault/CustomException.class"/>
+        <include name="org/jboss/test/ws/jaxws/webfault/SimpleException.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-wrapped-accessor -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-wrapped-accessor.war" webxml="${tests.output.dir}/test-resources/jaxws/wrapped/accessor/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/wrapped/accessor/Accessor.class"/>
+        <include name="org/jboss/test/ws/jaxws/wrapped/accessor/AccessorImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/wrapped/accessor/jaxws/*"/>
+      </classes>
+    </war>
+    
+    <!-- Please add alphabetically -->
+
+  </target>
+
+</project>

Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/ant/framework-samples-jaxws.xml	2008-04-19 11:25:20 UTC (rev 6548)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -1,418 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ============================================================ -->
-<!--  JBoss, the OpenSource J2EE webOS                            -->
-<!--  Distributable under LGPL license.                           -->
-<!--  See terms of license at http://www.gnu.org.                 -->
-<!-- ============================================================ -->
-
-<!-- $Id$ -->
-
-<project>
-
-  <description>JBossWS test archive builder</description>
-
-  <!-- ================================================================== -->
-  <!-- Building                                                           -->
-  <!-- ================================================================== -->
-
-  <target name="build-samples-jaxws" description="Build the deployments.">
-
-    <mkdir dir="${tests.output.dir}/test-libs"/>
-
-    <!-- jaxws-samples-asynchronous -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-asynchronous.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/asynchronous/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/asynchronous/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/asynchronous/TestEndpointBean.class"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-context -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-context.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/context/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/context/EndpointJSE.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/context/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-context.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/context/EndpointEJB.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/context/META-INF">
-        <include name="jboss.xml"/>
-      </metainf>
-    </jar>
-
-    <!-- jaxws-samples-eardeployment -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/eardeployment/JSEBean.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/eardeployment/EJB3Bean.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/WEB-INF">
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment.ear">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-samples-eardeployment.jar"/>
-        <include name="jaxws-samples-eardeployment.war"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/META-INF">
-        <include name="jboss-app.xml"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment42.ear">
-      <fileset dir="${tests.output.dir}/test-libs">
-        <include name="jaxws-samples-eardeployment.jar"/>
-        <include name="jaxws-samples-eardeployment.war"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/META-INF">
-        <include name="application.xml"/>
-      </metainf>
-    </jar>
-
-    <!-- jaxws-samples-exception -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-exception.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/exception/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/exception/server/jaxws/**"/>
-        <include name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/exception/server/UserException.class"/>
-      	<include name="org/jboss/test/ws/jaxws/samples/exception/server/TestHandler.class"/>
-      	<include name="org/jboss/test/ws/jaxws/samples/exception/server/jaxws-handlers-server.xml"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-handlerchain -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-handlerchain.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/handlerchain/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/EndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/Endpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/*Handler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/jaxws-handlers-server.xml"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-httpbinding -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-httpbinding-jaxb.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/jaxb/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/ProviderBeanJAXB.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/WebServiceEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/UserType.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/shared">
-        <include name="wsdl/HttpBinding.wsdl"/>
-      </webinf>
-    </war>
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-httpbinding-payload.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/payload/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/ProviderBeanPayload.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/LogicalSourceHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/httpbinding-handlers.xml"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/shared">
-        <include name="wsdl/HttpBinding.wsdl"/>
-      </webinf>
-    </war>
-
-    <!-- jaxws-samples-logicalhandler -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-logicalhandler-source.war"
-      webxml="${tests.output.dir}/test-resources/jaxws/samples/logicalhandler/WEB-INF/web-source.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointSourceDocImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointSourceRpcImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalSourceHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/PortHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/Echo.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/EchoResponse.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/jaxws-server-source-handlers.xml"/>
-      </classes>
-    </war>
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-logicalhandler-jaxb.war"
-      webxml="${tests.output.dir}/test-resources/jaxws/samples/logicalhandler/WEB-INF/web-jaxb.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointJAXBImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointJAXB.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalJAXBHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/PortHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/Echo.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/EchoResponse.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/ObjectFactory.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/jaxws-server-jaxb-handlers.xml"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-oneway -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-oneway.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/oneway/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/oneway/PingEndpointImpl.class"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-provider -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-provider-jaxb.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/provider/jaxb/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/provider/ProviderBeanJAXB.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/provider/WebServiceEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/provider/UserType.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/provider/jaxb/WEB-INF">
-        <include name="wsdl/Provider.wsdl"/>
-      </webinf>
-    </war>
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-provider-message.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/provider/message/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/provider/ProviderBeanMessage.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/provider/message/WEB-INF">
-        <include name="wsdl/Provider.wsdl"/>
-      </webinf>
-    </war>
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-provider-payload.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/provider/payload/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/provider/ProviderBeanPayload.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/provider/LogicalSourceHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/provider/provider-handlers.xml"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/provider/payload/WEB-INF">
-        <include name="wsdl/Provider.wsdl"/>
-      </webinf>
-    </war>
-
-    <!-- jaxws-samples-retail -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-retail.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/advanced/retail/**/*.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/advanced/retail/jaxws-handler.xml"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/advanced/retail/META-INF">
-        <include name="wsdl/*"/>
-      </metainf>
-    </jar>
-
-     <!-- jaxws-samples-serviceref -->
-     <war warfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/serviceref/WEB-INF/web.xml">
-        <classes dir="${tests.output.dir}/test-classes">
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointImpl.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
-        </classes>
-     </war>
-     <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-client.jar">
-        <fileset dir="${tests.output.dir}/test-classes">
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/ApplicationClient.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
-        </fileset>
-        <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
-           <include name="application-client.xml"/>
-           <include name="jboss-client.xml"/>
-           <include name="wsdl/**"/>
-        </metainf>
-     </jar>
-     <war destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-servlet-client.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/serviceref/servlet-client/WEB-INF/web.xml">
-        <classes dir="${tests.output.dir}/test-classes">
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/ServletClient.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
-        </classes>
-        <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
-           <include name="wsdl/**"/>
-        </webinf>
-        <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/servlet-client/WEB-INF">
-           <include name="jboss-web.xml"/>
-        </webinf>
-     </war>
-     <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-ejb-client.jar">
-        <fileset dir="${tests.output.dir}/test-classes">
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/EJBClient.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/EJBRemote.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
-           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
-        </fileset>
-        <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
-           <include name="ejb-jar.xml"/>
-           <include name="jboss.xml"/>
-           <include name="wsdl/**"/>
-        </metainf>
-     </jar>
-
-    <!-- jaxws-samples-soapbinding -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-soapbinding.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/soapbinding/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/jaxws/**"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocBare.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocWrapped.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/ExampleSEI.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocBareServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocWrappedServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/ExampleServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/SubmitBareRequest.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/SubmitBareResponse.class"/>
-      </classes>
-    </war>
-
-     <!-- jaxws-samples-swaref -->
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-swaref.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/jaxws/**"/>
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/BareEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/BareEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/RpcLitEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/RpcLitEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/WrappedEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/WrappedEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/swaref/DocumentPayload*.class"/>
-      </fileset>
-    </jar>
-
-    <!-- jaxws-samples-webmethod -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webmethod.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webmethod/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webmethod/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webmethod/TestEndpointImpl.class"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-webparam -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webparam.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webparam/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webparam/PingServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webparam/PingDocument.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webparam/SecurityHeader.class"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-webresult -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webresult.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webresult/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webresult/CustomerServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webresult/CustomerRecord.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webresult/USAddress.class"/>
-      </classes>
-    </war>
-
-    <!-- jaxws-samples-webservice -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webservice01-jse.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF01/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/JSEBean01.class"/>
-      </classes>
-    </war>
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webservice02-jse.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF02/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/JSEBean02.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF02">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webservice03-jse.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF03/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/JSEBean03.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface03.class"/>
-      </classes>
-    </war>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-webservice01-ejb3.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3Bean01.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3RemoteInterface.class"/>
-      </fileset>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-webservice02-ejb3.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3Bean02.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3RemoteInterface.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/webservice/META-INF02">
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-webservice03-ejb3.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3Bean03.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3RemoteInterface.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface03.class"/>
-      </fileset>
-    </jar>
-
-     <!-- jaxws-samples-webserviceref -->
-    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointImpl.class"/>
-      </classes>
-    </war>
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref-client.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientOne.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <manifest>
-        <attribute name="main-class" value="org.jboss.test.ws.jaxws.samples.webserviceref.TestEndpointClientOne"/>
-      </manifest>
-    </jar>
-    <war destfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref-servlet-client.war"
-      webxml="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF-client/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/ServletClient.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EchoResponse.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/Echo.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/META-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF-client">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref-ejb3-client.jar">
-      <fileset dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EJB3Client.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EJB3Remote.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EchoResponse.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/Echo.class"/>
-      </fileset>
-      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/META-INF">
-        <include name="jboss.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-
-    <!-- jaxws-samples-xop-doclit -->
-    <war jarfile="${tests.output.dir}/test-libs/jaxws-samples-xop-doclit.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/xop/doclit/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxws/samples/xop/doclit/*.class"/>
-        <include name="org/jboss/test/ws/jaxws/samples/xop/doclit/jaxws/**"/>
-        <include name="org/jboss/test/ws/jaxws/samples/xop/doclit/jaxws-handlers-server.xml"/>
-        <exclude name="org/jboss/test/ws/jaxws/samples/xop/doclit/*TestCase.class"/>
-      </classes>
-    </war>
-    
-    <!-- Please add alphabetically -->
-
-  </target>
-
-</project>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml (from rev 6552, stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/ant/framework-samples-jaxws.xml)
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml	                        (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -0,0 +1,418 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!--  JBoss, the OpenSource J2EE webOS                            -->
+<!--  Distributable under LGPL license.                           -->
+<!--  See terms of license at http://www.gnu.org.                 -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+  <description>JBossWS test archive builder</description>
+
+  <!-- ================================================================== -->
+  <!-- Building                                                           -->
+  <!-- ================================================================== -->
+
+  <target name="build-samples-jaxws" description="Build the deployments.">
+
+    <mkdir dir="${tests.output.dir}/test-libs"/>
+
+    <!-- jaxws-samples-asynchronous -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-asynchronous.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/asynchronous/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/asynchronous/TestEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/asynchronous/TestEndpointBean.class"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-context -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-context.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/context/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/context/EndpointJSE.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/context/WEB-INF">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-context.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/context/EndpointEJB.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/context/META-INF">
+        <include name="jboss.xml"/>
+      </metainf>
+    </jar>
+
+    <!-- jaxws-samples-eardeployment -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/eardeployment/JSEBean.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/WEB-INF">
+        <include name="jboss-web.xml"/>
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/eardeployment/EJB3Bean.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/WEB-INF">
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment.ear">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-samples-eardeployment.jar"/>
+        <include name="jaxws-samples-eardeployment.war"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/META-INF">
+        <include name="jboss-app.xml"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment42.ear">
+      <fileset dir="${tests.output.dir}/test-libs">
+        <include name="jaxws-samples-eardeployment.jar"/>
+        <include name="jaxws-samples-eardeployment.war"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/META-INF">
+        <include name="application.xml"/>
+      </metainf>
+    </jar>
+
+    <!-- jaxws-samples-exception -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-exception.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/exception/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/exception/server/jaxws/**"/>
+        <include name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/exception/server/UserException.class"/>
+      	<include name="org/jboss/test/ws/jaxws/samples/exception/server/TestHandler.class"/>
+      	<include name="org/jboss/test/ws/jaxws/samples/exception/server/jaxws-handlers-server.xml"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-handlerchain -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-handlerchain.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/handlerchain/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/EndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/Endpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/*Handler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/handlerchain/jaxws-handlers-server.xml"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-httpbinding -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-httpbinding-jaxb.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/jaxb/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/ProviderBeanJAXB.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/WebServiceEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/UserType.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/shared">
+        <include name="wsdl/HttpBinding.wsdl"/>
+      </webinf>
+    </war>
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-httpbinding-payload.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/payload/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/ProviderBeanPayload.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/LogicalSourceHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/httpbinding/httpbinding-handlers.xml"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/httpbinding/shared">
+        <include name="wsdl/HttpBinding.wsdl"/>
+      </webinf>
+    </war>
+
+    <!-- jaxws-samples-logicalhandler -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-logicalhandler-source.war"
+      webxml="${tests.output.dir}/test-resources/jaxws/samples/logicalhandler/WEB-INF/web-source.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointSourceDocImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointSourceRpcImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalSourceHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/PortHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/Echo.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/EchoResponse.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/jaxws-server-source-handlers.xml"/>
+      </classes>
+    </war>
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-logicalhandler-jaxb.war"
+      webxml="${tests.output.dir}/test-resources/jaxws/samples/logicalhandler/WEB-INF/web-jaxb.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointJAXBImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/SOAPEndpointJAXB.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalJAXBHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/ProtocolHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/PortHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/Echo.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/EchoResponse.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/ObjectFactory.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/logicalhandler/jaxws-server-jaxb-handlers.xml"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-oneway -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-oneway.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/oneway/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/oneway/PingEndpointImpl.class"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-provider -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-provider-jaxb.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/provider/jaxb/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/provider/ProviderBeanJAXB.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/provider/WebServiceEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/provider/UserType.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/provider/jaxb/WEB-INF">
+        <include name="wsdl/Provider.wsdl"/>
+      </webinf>
+    </war>
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-provider-message.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/provider/message/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/provider/ProviderBeanMessage.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/provider/message/WEB-INF">
+        <include name="wsdl/Provider.wsdl"/>
+      </webinf>
+    </war>
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-provider-payload.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/provider/payload/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/provider/ProviderBeanPayload.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/provider/LogicalSourceHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/provider/provider-handlers.xml"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/provider/payload/WEB-INF">
+        <include name="wsdl/Provider.wsdl"/>
+      </webinf>
+    </war>
+
+    <!-- jaxws-samples-retail -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-retail.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/advanced/retail/**/*.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/advanced/retail/jaxws-handler.xml"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/advanced/retail/META-INF">
+        <include name="wsdl/*"/>
+      </metainf>
+    </jar>
+
+     <!-- jaxws-samples-serviceref -->
+     <war warfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/serviceref/WEB-INF/web.xml">
+        <classes dir="${tests.output.dir}/test-classes">
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointImpl.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
+        </classes>
+     </war>
+     <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-client.jar">
+        <fileset dir="${tests.output.dir}/test-classes">
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/ApplicationClient.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
+        </fileset>
+        <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
+           <include name="application-client.xml"/>
+           <include name="jboss-client.xml"/>
+           <include name="wsdl/**"/>
+        </metainf>
+     </jar>
+     <war destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-servlet-client.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/serviceref/servlet-client/WEB-INF/web.xml">
+        <classes dir="${tests.output.dir}/test-classes">
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/ServletClient.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
+        </classes>
+        <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
+           <include name="wsdl/**"/>
+        </webinf>
+        <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/servlet-client/WEB-INF">
+           <include name="jboss-web.xml"/>
+        </webinf>
+     </war>
+     <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-ejb-client.jar">
+        <fileset dir="${tests.output.dir}/test-classes">
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/EJBClient.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/EJBRemote.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
+           <include name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
+        </fileset>
+        <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
+           <include name="ejb-jar.xml"/>
+           <include name="jboss.xml"/>
+           <include name="wsdl/**"/>
+        </metainf>
+     </jar>
+
+    <!-- jaxws-samples-soapbinding -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-soapbinding.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/soapbinding/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/jaxws/**"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocBare.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocWrapped.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/ExampleSEI.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocBareServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/DocWrappedServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/ExampleServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/SubmitBareRequest.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/soapbinding/SubmitBareResponse.class"/>
+      </classes>
+    </war>
+
+     <!-- jaxws-samples-swaref -->
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-swaref.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/jaxws/**"/>
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/BareEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/BareEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/RpcLitEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/RpcLitEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/WrappedEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/WrappedEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/swaref/DocumentPayload*.class"/>
+      </fileset>
+    </jar>
+
+    <!-- jaxws-samples-webmethod -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webmethod.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webmethod/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webmethod/TestEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webmethod/TestEndpointImpl.class"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-webparam -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webparam.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webparam/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webparam/PingServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webparam/PingDocument.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webparam/SecurityHeader.class"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-webresult -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webresult.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webresult/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webresult/CustomerServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webresult/CustomerRecord.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webresult/USAddress.class"/>
+      </classes>
+    </war>
+
+    <!-- jaxws-samples-webservice -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webservice01-jse.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF01/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/JSEBean01.class"/>
+      </classes>
+    </war>
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webservice02-jse.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF02/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/JSEBean02.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF02">
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webservice03-jse.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webservice/WEB-INF03/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/JSEBean03.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface03.class"/>
+      </classes>
+    </war>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-webservice01-ejb3.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3Bean01.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3RemoteInterface.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-webservice02-ejb3.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3Bean02.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3RemoteInterface.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/webservice/META-INF02">
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-webservice03-ejb3.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3Bean03.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EJB3RemoteInterface.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface03.class"/>
+      </fileset>
+    </jar>
+
+     <!-- jaxws-samples-webserviceref -->
+    <war warfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointImpl.class"/>
+      </classes>
+    </war>
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref-client.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientOne.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+      <manifest>
+        <attribute name="main-class" value="org.jboss.test.ws.jaxws.samples.webserviceref.TestEndpointClientOne"/>
+      </manifest>
+    </jar>
+    <war destfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref-servlet-client.war"
+      webxml="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF-client/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/ServletClient.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EchoResponse.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/Echo.class"/>
+      </classes>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/META-INF">
+        <include name="wsdl/**"/>
+      </webinf>
+      <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF-client">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref-ejb3-client.jar">
+      <fileset dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EJB3Client.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EJB3Remote.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/EchoResponse.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/webserviceref/Echo.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/META-INF">
+        <include name="jboss.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+
+    <!-- jaxws-samples-xop-doclit -->
+    <war jarfile="${tests.output.dir}/test-libs/jaxws-samples-xop-doclit.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/xop/doclit/WEB-INF/web.xml">
+      <classes dir="${tests.output.dir}/test-classes">
+        <include name="org/jboss/test/ws/jaxws/samples/xop/doclit/*.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/xop/doclit/jaxws/**"/>
+        <include name="org/jboss/test/ws/jaxws/samples/xop/doclit/jaxws-handlers-server.xml"/>
+        <exclude name="org/jboss/test/ws/jaxws/samples/xop/doclit/*TestCase.class"/>
+      </classes>
+    </war>
+    
+    <!-- Please add alphabetically -->
+
+  </target>
+
+</project>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc (from rev 6548, stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/test/etc)

Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/jndi.properties
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/test/etc/jndi.properties	2008-04-19 11:25:20 UTC (rev 6548)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/jndi.properties	2008-04-19 20:49:41 UTC (rev 6553)
@@ -1,3 +0,0 @@
-java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
-java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
-java.naming.provider.url=jnp://@jboss.bind.address@:1099
\ No newline at end of file

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/jndi.properties (from rev 6552, stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/test/etc/jndi.properties)
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/jndi.properties	                        (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/jndi.properties	2008-04-19 20:49:41 UTC (rev 6553)
@@ -0,0 +1,3 @@
+java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
+java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
+java.naming.provider.url=jnp://@jboss.bind.address@:1099
\ No newline at end of file

Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/log4j.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/test/etc/log4j.xml	2008-04-19 11:25:20 UTC (rev 6548)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/log4j.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
-
-<!-- ===================================================================== -->
-<!--                                                                       -->
-<!--  Log4j Configuration                                                  -->
-<!--                                                                       -->
-<!-- ===================================================================== -->
-
-<!-- $Id$ -->
-
-<!--
-| For more configuration infromation and examples see the Jakarta Log4j
-| owebsite: http://jakarta.apache.org/log4j
--->
-
-<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
-
-  <!-- ================================= -->
-  <!-- Preserve messages in a local file -->
-  <!-- ================================= -->
-
-  <!-- A time/date based rolling appender -->
-  <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
-    <param name="File" value="${jbossws.test.log}/test.log"/>
-    <param name="Append" value="true"/>
-
-    <!-- Rollover at midnight each day -->
-    <param name="DatePattern" value="'.'yyyy-MM-dd"/>
-
-    <layout class="org.apache.log4j.PatternLayout">
-      <!-- The default pattern: Date Priority [Category] Message\n -->
-      <param name="ConversionPattern" value="%d %-5p [%c:%L] %m%n"/>
-    </layout>
-  </appender>
-
-  <!-- ============================== -->
-  <!-- Append messages to the console -->
-  <!-- ============================== -->
-
-  <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
-    <param name="Threshold" value="INFO"/>
-    <param name="Target" value="System.out"/>
-
-    <layout class="org.apache.log4j.PatternLayout">
-      <!-- The default pattern: Date Priority [Category] Message\n -->
-      <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
-    </layout>
-  </appender>
-
-  <!-- ================ -->
-  <!-- Limit categories -->
-  <!-- ================ -->
-
-  <category name="org.jboss.ws">
-    <priority value="DEBUG"/>
-  </category>
-
-  <category name="org.jboss.test.ws">
-    <priority value="TRACE"/>
-  </category>
-
-  <category name="org.apache.cxf">
-    <priority value="TRACE"/>
-  </category>
-  
-  <!-- Apache security is verbose --> 
-  <category name="org.apache.xml.security">
-    <priority value="INFO"/>
-  </category>
-
-  <!-- ======================= -->
-  <!-- Setup the Root category -->
-  <!-- ======================= -->
-
-  <root>
-    <!--appender-ref ref="CONSOLE"/-->
-    <appender-ref ref="FILE"/>
-  </root>
-
-</log4j:configuration>

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/log4j.xml (from rev 6552, stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/test/etc/log4j.xml)
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/log4j.xml	                        (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/log4j.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  Log4j Configuration                                                  -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id$ -->
+
+<!--
+| For more configuration infromation and examples see the Jakarta Log4j
+| owebsite: http://jakarta.apache.org/log4j
+-->
+
+<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
+
+  <!-- ================================= -->
+  <!-- Preserve messages in a local file -->
+  <!-- ================================= -->
+
+  <!-- A time/date based rolling appender -->
+  <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
+    <param name="File" value="${jbossws.test.log}/test.log"/>
+    <param name="Append" value="true"/>
+
+    <!-- Rollover at midnight each day -->
+    <param name="DatePattern" value="'.'yyyy-MM-dd"/>
+
+    <layout class="org.apache.log4j.PatternLayout">
+      <!-- The default pattern: Date Priority [Category] Message\n -->
+      <param name="ConversionPattern" value="%d %-5p [%c:%L] %m%n"/>
+    </layout>
+  </appender>
+
+  <!-- ============================== -->
+  <!-- Append messages to the console -->
+  <!-- ============================== -->
+
+  <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
+    <param name="Threshold" value="INFO"/>
+    <param name="Target" value="System.out"/>
+
+    <layout class="org.apache.log4j.PatternLayout">
+      <!-- The default pattern: Date Priority [Category] Message\n -->
+      <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
+    </layout>
+  </appender>
+
+  <!-- ================ -->
+  <!-- Limit categories -->
+  <!-- ================ -->
+
+  <category name="org.jboss.ws">
+    <priority value="DEBUG"/>
+  </category>
+
+  <category name="org.jboss.test.ws">
+    <priority value="TRACE"/>
+  </category>
+
+  <category name="org.apache.cxf">
+    <priority value="TRACE"/>
+  </category>
+  
+  <!-- Apache security is verbose --> 
+  <category name="org.apache.xml.security">
+    <priority value="INFO"/>
+  </category>
+
+  <!-- ======================= -->
+  <!-- Setup the Root category -->
+  <!-- ======================= -->
+
+  <root>
+    <!--appender-ref ref="CONSOLE"/-->
+    <appender-ref ref="FILE"/>
+  </root>
+
+</log4j:configuration>

Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/tst.policy
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/test/etc/tst.policy	2008-04-19 11:25:20 UTC (rev 6548)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/tst.policy	2008-04-19 20:49:41 UTC (rev 6553)
@@ -1,4 +0,0 @@
-grant {
-	permission java.security.AllPermission;
-};
-

Copied: stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/tst.policy (from rev 6552, stack/cxf/branches/tdiesler/trunk/modules/testsuite/cxf-tests/src/test/etc/tst.policy)
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/tst.policy	                        (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/test/etc/tst.policy	2008-04-19 20:49:41 UTC (rev 6553)
@@ -0,0 +1,4 @@
+grant {
+	permission java.security.AllPermission;
+};
+

Modified: stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml	2008-04-19 20:39:56 UTC (rev 6552)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -23,7 +23,7 @@
   <!-- Modules -->
   <modules>
     <module>cxf-tests</module>
-    <!--module>framework-tests</module-->
+    <module>framework-tests</module>
   </modules>
   
   <!-- Build -->
@@ -77,7 +77,7 @@
   
   <profiles>
     <!--
-      mvn -Denv=jboss422 test
+    mvn -Denv=jboss422 test
     -->
     <profile>
       <id>jboss422-cxf-testsuite-profile</id>
@@ -128,6 +128,42 @@
         </dependency>
       </dependencies>
     </profile>
+    
+    <!--
+      No test environment specified
+    -->
+    <profile>
+      <id>no-env-profile</id>
+      <activation>
+        <property>
+          <name>!env</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>validate</phase>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+                <configuration>
+                  <tasks>
+                    <echo message="************************************"/>
+                    <echo message="* No test environment specified    *"/>
+                    <echo message="* Run: mvn -Denv=jboss??? test     *"/>
+                    <echo message="************************************"/>
+                    <fail/>
+                  </tasks>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
   
 </project>

Modified: stack/cxf/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/pom.xml	2008-04-19 20:39:56 UTC (rev 6552)
+++ stack/cxf/branches/tdiesler/trunk/pom.xml	2008-04-19 20:49:41 UTC (rev 6553)
@@ -149,31 +149,6 @@
     </dependencies>
   </dependencyManagement>
   
-  <!-- Plugins -->
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <manifest>
-              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-            </manifest>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
   <!-- Repositories -->
   <repositories>
     <repository>


Property changes on: stack/cxf/branches/tdiesler/trunk/src
___________________________________________________________________
Name: svn:externals
   - test-framework	http://anonsvn.jboss.org/repos/jbossws/framework/trunk/testsuite/test





More information about the jbossws-commits mailing list