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 na...@apache.org on 2006/03/28 02:27:00 UTC

svn commit: r389328 - /webservices/axis/trunk/c/build/executeTest.xml

Author: nadiramra
Date: Mon Mar 27 16:26:58 2006
New Revision: 389328

URL: http://svn.apache.org/viewcvs?rev=389328&view=rev
Log:
use old way of generating config file for os/400 for now.

Modified:
    webservices/axis/trunk/c/build/executeTest.xml

Modified: webservices/axis/trunk/c/build/executeTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/executeTest.xml?rev=389328&r1=389327&r2=389328&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Mon Mar 27 16:26:58 2006
@@ -225,7 +225,7 @@
 	<!--
 		Execute the test
 	-->
-    <target name="executeTest" depends="setExpectations,setTestArgs, createConfigurationFile, updateConfigurationWithClientWSDDEntry"
+    <target name="executeTest" depends="setExpectations,setTestArgs, createConfigurationFile, createConfigurationFileOld, updateConfigurationWithClientWSDDEntry"
 		if="successfulClientCompilation" unless="buildOnly">
 
 		<trycatch>
@@ -303,7 +303,7 @@
 	<!--
 		Create configuration file to use when running test
 	-->
-	<target name="createConfigurationFile" depends="checkIfDebug" if="successfulClientCompilation">
+	<target name="createConfigurationFile" depends="checkIfDebug" if="successfulClientCompilation" unless="os400">
 		<dirname file="${axiscpp.conf}" property="confFileDirectory"/>
 
 		<mkdir dir="${confFileDirectory}"/>
@@ -418,7 +418,7 @@
 		</if>
 	</target>
 
-	<target name="createConfigurationFileOld" depends="checkIfDebug" if="successfulClientCompilation">
+	<target name="createConfigurationFileOld" depends="checkIfDebug" if="os400">
 		<dirname file="${axiscpp.conf}" property="confFileDirectory"/>
 
 		<mkdir dir="${confFileDirectory}"/>