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 pr...@apache.org on 2006/03/24 11:57:33 UTC

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

Author: prestonf
Date: Fri Mar 24 02:57:30 2006
New Revision: 388485

URL: http://svn.apache.org/viewcvs?rev=388485&view=rev
Log:
Had used ${dir.bin} should have used ${dir.libraries} on line 319.

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=388485&r1=388484&r2=388485&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Fri Mar 24 02:57:30 2006
@@ -316,7 +316,7 @@
 			<istrue value="${testconf.client.parser.xerces}"/>
 		</condition>
 
-		<exec dir="${dir.bin}" executable="${axisConfigurationExecutableName}${executableSuffix}">
+		<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}