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 2008/04/19 15:43:14 UTC

svn commit: r649811 - /webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml

Author: dims
Date: Sat Apr 19 06:43:12 2008
New Revision: 649811

URL: http://svn.apache.org/viewvc?rev=649811&view=rev
Log:
revert changes for overriding jaxb/jaxws/jws api jars. when the local repo has spaces (say win32) the build breaks. need to find another way

Modified:
    webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml

Modified: webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml?rev=649811&r1=649810&r2=649811&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml Sat Apr 19 06:43:12 2008
@@ -277,7 +277,7 @@
                 <configuration>
                     <skip>false</skip>
                     <forkMode>once</forkMode>
-                    <argLine>-Xbootclasspath/p:${basedir}/../jaxws-api/target/classes${path.separator}${basedir}/../jws-api/target/classes -Xms256m -Xmx512m</argLine>
+                    <argLine>-Xms256m -Xmx512m</argLine>
                     <!-- Enable the next 2 lines if you want to attach a debugger
                     <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->
                     <includes>



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