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 sa...@apache.org on 2005/08/08 10:39:11 UTC

cvs commit: ws-axis/c/build buildTest.xml

samisa      2005/08/08 01:39:11

  Modified:    c/build  buildTest.xml
  Log:
  Uncommnted line with class name for WSDL tool and commented the line with jar.
  As many had problems with this, Adrian had agreed to put this version in CVS some time back.
  
  Revision  Changes    Path
  1.14      +2 -2      ws-axis/c/build/buildTest.xml
  
  Index: buildTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildTest.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- buildTest.xml	15 Jul 2005 15:28:49 -0000	1.13
  +++ buildTest.xml	8 Aug 2005 08:39:11 -0000	1.14
  @@ -43,8 +43,8 @@
   		</path>
   		<!-- Run WSDL2Ws -->
   		<!-- use the following java task if client stub generation fails -->
  -		<!-- <java classname="org.apache.axis.wsdl.wsdl2ws.WSDL2Ws" fork="true"> -->
  -		 <java jar="${dir.wsdl2ws}/wsdl2ws.jar" fork="true">
  +		<java classname="org.apache.axis.wsdl.wsdl2ws.WSDL2Ws" fork="true"> 
  +		 <!-- <java jar="${dir.wsdl2ws}/wsdl2ws.jar" fork="true">-->
   			<classpath refid="cp"/>
   			<arg value="${wsdl.test}"/>
   			<arg value="-o${test.directory}"/>