You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ga...@apache.org on 2008/07/09 18:07:55 UTC

svn commit: r675244 - /webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml

Author: gawor
Date: Wed Jul  9 09:07:54 2008
New Revision: 675244

URL: http://svn.apache.org/viewvc?rev=675244&view=rev
Log:
re-enable type_substitution test case as I'm unable to replicate any problems

Modified:
    webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml?rev=675244&r1=675243&r2=675244&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml Wed Jul  9 09:07:54 2008
@@ -883,7 +883,15 @@
                                         />
                                 <delete dir="target/test-classes/servicejars/AddressBookService"/>
 
-                                                                                            
+                                <copy toDir="target/test-classes/servicejars/AppleFinderService/">
+                                    <fileset dir="target/test-classes">
+                                        <include name="org/apache/axis2/jaxws/type_substitution/*"/>
+                                        <include name="org/apache/axis2/jaxws/type_substitution/jaxws/*"/>
+                                    </fileset>
+                                </copy>
+                                <zip destfile="target/test-classes/servicejars/AppleFinderService.jar"
+                                     basedir="${pom.basedir}/target/test-classes/servicejars/AppleFinderService"/>
+                                <delete dir="target/test-classes/servicejars/AppleFinderService"/>
 
                                 <copy toDir="target/test-classes/servicejars/MtomSampleService/">
                                     <fileset dir="target/test-classes">
@@ -1335,6 +1343,7 @@
                         <include>**/SWAMTOMTests.java</include>
                         <include>**/RuntimeExceptionsAsyncMepTest.java</include>
                         <include>**/AddressingProviderTests.java</include>
+                        <include>**/TypeSubstitutionTests.java</include>
                     </includes>
                     <systemProperties>
                         <property>