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 di...@apache.org on 2007/06/22 20:38:33 UTC

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

Author: dims
Date: Fri Jun 22 11:38:32 2007
New Revision: 549928

URL: http://svn.apache.org/viewvc?view=rev&rev=549928
Log:
copy over the codegen pieces from maven.xml for the new tests

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

Modified: webservices/axis2/trunk/java/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/pom.xml?view=diff&rev=549928&r1=549927&r2=549928
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/pom.xml Fri Jun 22 11:38:32 2007
@@ -344,6 +344,12 @@
 									<classpath location="${compiled.classes.dir}"/>
 									<arg line="-d ${schema.generated.src.dir} -quiet -wsdl ${wsdl.source.dir}/AddNumbersHandler.wsdl"/>
 								</java>
+								<echo>Generating java from rpclitstringarray.wsdl</echo>
+								<java classname="com.sun.tools.xjc.Driver" fork="true"> 
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg line="-d ${schema.generated.src.dir} -quiet -wsdl ${wsdl.source.dir}/rpclitstringarray.wsdl"/>
+								</java>
 							</tasks>
 						</configuration>
 						<goals>
@@ -757,6 +763,18 @@
 										<include name="org/apache/axis2/jaxws/server/**"/>
 									</fileset>
 								</copy>
+								<copy toDir="target/test-classes/services/RPCLitStringArrayService/">
+									<fileset dir="target/test-classes">
+									   <include name="org/apache/axis2/jaxws/rpclit/stringarray/**"/>
+									   <include name="org/test/rpclit/stringarray/**"/>
+									</fileset>
+									<fileset dir="test/org/apache/axis2/jaxws/rpclit/stringarray/">
+									   <include name="META-INF/**"/>
+									</fileset>
+									<fileset dir="target/classes">
+									   <include name="org/apache/axis2/jaxws/server/**"/>
+									</fileset>
+								</copy>	
 								<copy toDir="target/test-classes/">
 									<fileset dir="test-resources/">
 										<include name="**/*.properties"/>



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