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 02:32:30 UTC

svn commit: r549651 - in /webservices/axis2/trunk/java/modules/integration: itest-build.xml pom.xml

Author: dims
Date: Thu Jun 21 17:32:29 2007
New Revision: 549651

URL: http://svn.apache.org/viewvc?view=rev&rev=549651
Log:
try to get both m1 and m2 happy

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

Modified: webservices/axis2/trunk/java/modules/integration/itest-build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/itest-build.xml?view=diff&rev=549651&r1=549650&r2=549651
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-build.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-build.xml Thu Jun 21 17:32:29 2007
@@ -236,7 +236,7 @@
                   tofile="target/sample/groovy/GroovyRcv.groovy"/>
         
         <javac fork="true" destdir="target/classes" debug="on">
-            <classpath refid="maven.runtime.classpath"/>
+            <classpath refid="maven.dependency.classpath"/>
             <src path="../samples/deprecated/groovy/src/sample/groovy"/>
         </javac>
         <copy file="target/classes/sample/groovy/GroovyReceiver.class"

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=549651&r1=549650&r2=549651
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Thu Jun 21 17:32:29 2007
@@ -504,7 +504,11 @@
                             <property name="addressing_version" value="${version}"/>
                             <property name="groovy.all.version" value="${groovy.all.version}"/>
                             <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
-								<ant antfile="itest-build.xml" inheritall="true" inheritrefs="true"
+                                <path id="maven.dependency.classpath">
+                                    <path refid="maven.compile.classpath"/>
+                                    <path refid="maven.runtime.classpath"/>
+                                </path>
+                                <ant antfile="itest-build.xml" inheritall="true" inheritrefs="true"
         	                         dir="." target="build-repos"/>
                             </tasks>
                         </configuration>



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