You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/06/27 00:26:45 UTC

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

Author: dims
Date: Tue Jun 26 15:26:43 2007
New Revision: 550975

URL: http://svn.apache.org/viewvc?view=rev&rev=550975
Log:
fix m2 build break

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

Modified: webservices/axis2/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/pom.xml?view=diff&rev=550975&r1=550974&r2=550975
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Tue Jun 26 15:26:43 2007
@@ -473,6 +473,21 @@
                                 <ant antfile="build.xml" inheritall="true" inheritrefs="true"
                                      dir="target/wsdl/rpcunwrapping"/>
 
+								<echo>Compiling ComplexDataTypesDocLitBare.wsdl</echo>
+								<mkdir dir="${wsdl.output.base.dir}/complexdatatypebare"/>
+								<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg line="-o target/wsdl/complexdatatypebare -s -uri test-resources/ComplexDataTypesDocLitBare/ComplexDataTypesDocLitBare.wsdl"/>
+								</java>
+                                <ant antfile="build.xml" inheritall="true" inheritrefs="true"
+                                     dir="target/wsdl/complexdatatypebare"/>
+								<copy toDir="target/classes" failonerror="false">
+									<fileset dir="target/wsdl/complexdatatypebare/build/classes">
+										<include name="**/*.class"/>
+									</fileset>
+								</copy>
+
                                 <!-- compile the schema for XMLbeans -->
                                 <java classname="org.apache.xmlbeans.impl.tool.SchemaCompiler" fork="true">
                                     <classpath refid="maven.runtime.classpath"/>



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