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 wh...@apache.org on 2005/06/24 15:19:37 UTC

cvs commit: ws-axis/c/build buildHandler.xml executeTest.xml

whitlock    2005/06/24 06:19:37

  Modified:    c/build  buildHandler.xml executeTest.xml
  Log:
  Fix the handler tests by updating axiscpp.conf with the client.wsdd entry, after axiscpp.conf gets reinitialized, not before.
  Also remove one of the duplicate definitions for updateConfigurationWithClientWSDDEntry
  
  Revision  Changes    Path
  1.6       +0 -9      ws-axis/c/build/buildHandler.xml
  
  Index: buildHandler.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildHandler.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- buildHandler.xml	8 Jun 2005 15:52:07 -0000	1.5
  +++ buildHandler.xml	24 Jun 2005 13:19:37 -0000	1.6
  @@ -135,14 +135,5 @@
   		</concat>
   	</target>
   
  -	<!--
  -	  If this client has associated handlers, update configuration file with
  -	  an client.wsdd entry
  -	  -->
  -	<target name="updateConfigurationWithClientWSDDEntry" if="HandlersPresent" unless="runOnly"> 
  -		<echo file="${axiscpp.conf}" append="true"
  -		 message="ClientWSDDFilePath:${client.wsdd}"/>
  -	</target>
  -
   </project>
   
  
  
  
  1.36      +1 -1      ws-axis/c/build/executeTest.xml
  
  Index: executeTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- executeTest.xml	17 Jun 2005 13:58:56 -0000	1.35
  +++ executeTest.xml	24 Jun 2005 13:19:37 -0000	1.36
  @@ -190,7 +190,7 @@
   	<!--
   		Execute the test
   	-->
  -    <target name="executeTest" depends="setExpectations,setTestArgs, createConfigurationFile"
  +    <target name="executeTest" depends="setExpectations,setTestArgs, createConfigurationFile, updateConfigurationWithClientWSDDEntry"
   		if="successfulClientCompilation" unless="buildOnly">
   
   		<trycatch>