[jbossws-commits] JBossWS SVN: r8107 - in stack/native/branches/jbossws-native-2.0.1.SP2_CP: ant-import-tests and 2 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Aug 14 12:25:01 EDT 2008


Author: darran.lofthouse at jboss.com
Date: 2008-08-14 12:25:00 -0400 (Thu, 14 Aug 2008)
New Revision: 8107

Added:
   stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813/
   stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813/
Modified:
   stack/native/branches/jbossws-native-2.0.1.SP2_CP/.classpath
   stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml
   stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
Log:
[JBPAPP-1080] context-root in jboss.xml is ignored - Test Case

Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/.classpath
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/.classpath	2008-08-14 16:09:56 UTC (rev 8106)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/.classpath	2008-08-14 16:25:00 UTC (rev 8107)
@@ -3,6 +3,7 @@
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="output/tests/wsconsume/java"/>
 	<classpathentry kind="src" path="src/test/java"/>
+	<classpathentry kind="src" path="src/test-framework/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="thirdparty/activation.jar"/>
 	<classpathentry kind="lib" path="thirdparty/getopt.jar"/>

Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml	2008-08-14 16:09:56 UTC (rev 8106)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml	2008-08-14 16:25:00 UTC (rev 8107)
@@ -436,6 +436,24 @@
       </webinf>
     </war>    	
   	
+    <!-- jaxws-jbws1813 -->
+    <jar destfile="${tests.output.dir}/libs/jaxws-jbws1813.jar">
+      <fileset dir="${tests.output.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.class"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/resources/jaxws/jbws1813/META-INF">
+        <include name="jboss.xml"/>
+      </metainf>
+    </jar>
+    <jar destfile="${tests.output.dir}/libs/jaxws-jbws1813.ear">
+      <fileset dir="${tests.output.dir}/libs">
+        <include name="jaxws-jbws1813.jar"/>
+      </fileset>
+      <metainf dir="${tests.output.dir}/resources/jaxws/jbws1813/META-INF">
+        <include name="application.xml"/>
+      </metainf>
+    </jar>    
+    
     <!-- jaxws-jbws1854 -->
     <war destfile="${tests.output.dir}/libs/jaxws-jbws1854.war" webxml="${tests.output.dir}/resources/jaxws/jbws1854/WEB-INF/web.xml">
       <classes dir="${tests.output.dir}/classes">

Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813 (from rev 7975, framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1813)

Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813 (from rev 7975, framework/trunk/testsuite/test/resources/jaxws/jbws1813)

Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties	2008-08-14 16:09:56 UTC (rev 8106)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties	2008-08-14 16:25:00 UTC (rev 8107)
@@ -5,8 +5,8 @@
 specification.vendor=JBoss (http://www.jboss.org)
 specification.version=jbossws-2.0
 
-version.id=2.0.1.SP2_CP
-repository.id=2.0.1.SP2_CP
+version.id=2.0.1.SP2_CP-SNAPSHOT
+repository.id=2.0.1.SP2_CP-SNAPSHOT
 
 implementation.title=JBoss Web Services - Native
 implementation.url=http://www.jboss.org/products/jbossws




More information about the jbossws-commits mailing list