You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/10/03 19:05:09 UTC

svn commit: r452574 - /webservices/muse/trunk/samples/simple/build.xml

Author: danj
Date: Tue Oct  3 10:05:09 2006
New Revision: 452574

URL: http://svn.apache.org/viewvc?view=rev&rev=452574
Log:
updated classpath entry for WSDL4J so that it always uses /lib/common/wsdl4j.jar for compilation. Axis2 is using 
WSDL4J 1.6.1 now, which makes our simple test client fail compilation due to a new overloaded method.

Modified:
    webservices/muse/trunk/samples/simple/build.xml

Modified: webservices/muse/trunk/samples/simple/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/simple/build.xml?view=diff&rev=452574&r1=452573&r2=452574
==============================================================================
--- webservices/muse/trunk/samples/simple/build.xml (original)
+++ webservices/muse/trunk/samples/simple/build.xml Tue Oct  3 10:05:09 2006
@@ -22,7 +22,7 @@
             <fileset dir="${MUSE_HOME}/modules/core/">
                 <include name="*.jar"/>
             </fileset>
-            <fileset dir="${MUSE_TEMPLATE}/WEB-INF/lib">
+            <fileset dir="${MUSE_HOME}/lib/common/">
                 <include name="wsdl4j*.jar"/>
             </fileset>
         </path>



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