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 ja...@apache.org on 2006/03/27 15:18:39 UTC

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

Author: jamejose
Date: Mon Mar 27 05:18:38 2006
New Revision: 389135

URL: http://svn.apache.org/viewcvs?rev=389135&view=rev
Log:
Given fully qualified path name to 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=389135&r1=389134&r2=389135&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Mon Mar 27 05:18:38 2006
@@ -329,7 +329,7 @@
 
 <!-- No Client Log, No SSL Library -->
 				<echo message="No Client log or SSL library."/>  
-				<exec executable="${dir.libraries}\${axisConfigurationExecutableName}${executableSuffix}">
+				<exec executable="${dir.release}/bin/${axisConfigurationExecutableName}${executableSuffix}">
 					<arg line="Client"/>
                     <arg line="-acd  ${confFileDirectory}"/>
                     <arg line="-th  ${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}"/>
@@ -353,7 +353,7 @@
 			<then>
 <!-- Client Log, No SSL Library -->
 				<echo message="Client log, but no SSL library."/>
-				<exec dir="${dir.libraries}" executable="${axisConfigurationExecutableName}${executableSuffix}">
+				<exec executable="${dir.release}/bin/${axisConfigurationExecutableName}${executableSuffix}">
 					<arg line="Client
 							   -acd ${confFileDirectory}
 							   -th  ${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}
@@ -379,7 +379,7 @@
 			<then>
 <!-- No Client Log, SSL Library -->
 				<echo message="No Client log but SSL library."/>
-				<exec dir="${dir.libraries}" executable="${axisConfigurationExecutableName}${executableSuffix}">
+				<exec executable="${dir.release}/bin/${axisConfigurationExecutableName}${executableSuffix}">
 					<arg line="Client -acd  ${confFileDirectory}
 								-th  ${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}
 								-c   ${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}
@@ -402,7 +402,7 @@
 			<then>
 <!-- Client Log, SSL Library -->
 				<echo message="Client log and SSL library."/>
-				<exec dir="${dir.libraries}" executable="${axisConfigurationExecutableName}${executableSuffix}">
+				<exec executable="${dir.release}/bin/${axisConfigurationExecutableName}${executableSuffix}">
 					<arg line="Client -acd  ${confFileDirectory}
 								-th  ${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}
 								-c   ${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}