hawkeye 2004/09/07 07:19:40
Modified: c test.xml
Log:
Using wrong combination or properties to update axiscpp.conf in test ANT script
Submitted by: Andrew Perry
Reviewed by: Adrian Dick
Revision Changes Path
1.3 +1 -1 ws-axis/c/test.xml
Index: test.xml
===================================================================
RCS file: /home/cvs/ws-axis/c/test.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- test.xml 7 Sep 2004 13:42:00 -0000 1.2
+++ test.xml 7 Sep 2004 14:19:40 -0000 1.3
@@ -364,7 +364,7 @@
an client.wsdd entry
-->
<target name="updateConfigurationWithClientWSDDEntry" if="HandlersPresent" unless="runOnly"
depends="createConfigurationFile">
- <echo file="${axiscpp_deploy}/axiscpp.conf" append="true"
+ <echo file="${axiscpp.conf}" append="true"
message="ClientWSDDFilePath:${client.wsdd}"/>
</target>
|