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 aj...@apache.org on 2006/07/13 21:56:29 UTC

svn commit: r421697 - /webservices/axis2/trunk/java/modules/integration/maven.xml

Author: ajith
Date: Thu Jul 13 12:56:29 2006
New Revision: 421697

URL: http://svn.apache.org/viewvc?rev=421697&view=rev
Log:
1. Added two more tests that generate and compile unwrapped code using XMLBeans

Modified:
    webservices/axis2/trunk/java/modules/integration/maven.xml

Modified: webservices/axis2/trunk/java/modules/integration/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/maven.xml?rev=421697&r1=421696&r2=421697&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/maven.xml Thu Jul 13 12:56:29 2006
@@ -84,7 +84,6 @@
 	  <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="target/rpc-test1"
 						 target="jar.client"/>
           
-          <!--  to be  uncommented - currently the tests fail due to a prob with the toOM method-->
           <ant:echo>Running codegen RPC WSDLs - take 2</ant:echo>
 	  <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
 		<classpath refid="maven.dependency.classpath"/>
@@ -93,6 +92,22 @@
 	  <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="target/rpc-test2"
 						 target="jar.client"/>
           
+	  
+          <ant:echo>Running codegen RPC WSDLs - take 3</ant:echo>
+	  <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+		<classpath refid="maven.dependency.classpath"/>
+		<arg line="-o target/rpc-test3 -uri test-resources/rpc/test-rpc-2.wsdl -uw -d xmlbeans"/>
+	   </java>
+	  <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="target/rpc-test3"
+						 target="jar.client"/>
+          
+           <ant:echo>Running codegen RPC WSDLs - take 4</ant:echo>
+	  <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+		<classpath refid="maven.dependency.classpath"/>
+		<arg line="-o target/rpc-test4 -uri test-resources/rpc/test-rpc-2.wsdl -uw -d xmlbeans -ss -sd"/>
+	   </java>
+	  <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="target/rpc-test4"
+						 target="jar.server"/>
 
         <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
 		<j:if test="${context.getVariable('skip.enterprise.tests') != 'true'}">



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org