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 2006/03/27 10:32:15 UTC

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

Author: dicka
Date: Mon Mar 27 00:32:14 2006
New Revision: 389068

URL: http://svn.apache.org/viewcvs?rev=389068&view=rev
Log:
Modified executeTest.xml due to problems with finding AxisConfiguration executable.

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=389068&r1=389067&r2=389068&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Mon Mar 27 00:32:14 2006
@@ -328,17 +328,17 @@
 			<then>
 
 <!-- No Client Log, No SSL Library -->
-				<echo message="No Client log or SSL library."/>
-				<exec dir="${dir.libraries}" executable="${axisConfigurationExecutableName}${executableSuffix}">
-					<arg line="Client -acd  ${confFileDirectory}
-								-th  ${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}
-								-c   ${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}
-								-x   ${dir.libraries}/${ClientParserLib}
-							    -so  &quot;${env.SSL_KEYS_HOME}/myKeyRing.kdb,axis4all,AXIS,NONE,05,NONE,false&quot;
-								-b   false
-								-pi  quiet
-								-qmf off"
-					/>
+				<echo message="No Client log or SSL library."/>  
+				<exec executable="${dir.libraries}\${axisConfigurationExecutableName}${executableSuffix}">
+					<arg line="Client"/>
+                    <arg line="-acd  ${confFileDirectory}"/>
+                    <arg line="-th  ${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}"/>
+                    <arg line="-c   ${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}"/>
+                    <arg line="-x   ${dir.libraries}/${ClientParserLib}"/>
+                    <arg line="-so  &quot;${env.SSL_KEYS_HOME}/myKeyRing.kdb,axis4all,AXIS,NONE,05,NONE,false&quot;"/>
+                    <arg line="-b   false"/>
+                    <arg line="-pi  quiet"/>
+                    <arg line="-qmf off"/>
 				</exec>
 			</then>
 		</if>