Hi Dims; It is very difficult for us to go with two build systems , so cant we move into one (I mean to mvn2)
Thanks Deepal [EMAIL PROTECTED] wrote: >Author: dims >Date: Mon Feb 5 02:20:42 2007 >New Revision: 503620 > >URL: http://svn.apache.org/viewvc?view=rev&rev=503620 >Log: >Amila, next time, please don't forget the pom.xml > >Modified: > webservices/axis2/trunk/java/modules/adb-codegen/pom.xml > >Modified: webservices/axis2/trunk/java/modules/adb-codegen/pom.xml >URL: >http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/pom.xml?view=diff&rev=503620&r1=503619&r2=503620 >============================================================================== >--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original) >+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Mon Feb 5 >02:20:42 2007 >@@ -256,6 +256,26 @@ > <arg file="${testsuite.source.dir}/extensions.xsd"/> > <arg file="${schema.generated.src.dir}"/> > </java> >+ <!-- >################################################################### --> >+ <!-- All simple derived types xsd --> >+ <echo>Compiling union.xsd</echo> >+ <java classname="org.apache.axis2.schema.XSD2Java" fork="true"> >+ <jvmarg line="${maven.junit.jvmargs}"/> >+ <classpath refid="maven.runtime.classpath"/> >+ <classpath location="${compiled.classes.dir}"/> >+ <arg file="${testsuite.source.dir}/union.xsd"/> >+ <arg file="${schema.generated.src.dir}"/> >+ </java> >+ <!-- >################################################################### --> >+ <!-- All simple derived types xsd --> >+ <echo>Compiling all.xsd</echo> >+ <java classname="org.apache.axis2.schema.XSD2Java" fork="true"> >+ <jvmarg line="${maven.junit.jvmargs}"/> >+ <classpath refid="maven.runtime.classpath"/> >+ <classpath location="${compiled.classes.dir}"/> >+ <arg file="${testsuite.source.dir}/all.xsd"/> >+ <arg file="${schema.generated.src.dir}"/> >+ </java> > </tasks> > </configuration> > <goals> > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
