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/02/05 11:20:43 UTC

svn commit: r503620 - /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

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: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org


Re: svn commit: r503620 - /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Posted by Deepal Jayasinghe <de...@opensource.lk>.
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

dims@apache.org 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: axis-cvs-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



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


Re: svn commit: r503620 - /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Posted by Deepal Jayasinghe <de...@opensource.lk>.
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

dims@apache.org 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: axis-cvs-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



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


Re: svn commit: r503620 - /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Posted by Deepal Jayasinghe <de...@opensource.lk>.
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

dims@apache.org 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: axis-cvs-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



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