Author: hawkeye
Date: Wed Jul 12 06:48:35 2006
New Revision: 421272

URL: http://svn.apache.org/viewvc?rev=421272&view=rev
Log:
Quoted the strings going into configuration program when there is no client log

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

Modified: webservices/axis/trunk/c/build/executeTest.xml
URL: 
http://svn.apache.org/viewvc/webservices/axis/trunk/c/build/executeTest.xml?rev=421272&r1=421271&r2=421272&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Wed Jul 12 06:48:35 2006
@@ -309,10 +309,10 @@
                                <echo message="No Client log or SSL library."/>
                                <exec 
executable="${dir.release}/bin/${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="-acd  &quot;${confFileDirectory}&quot;"/>
+                    <arg line="-th  
&quot;${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}&quot;"/>
+                    <arg line="-c   
&quot;${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}&quot;"/>
+                    <arg line="-x   
&quot;${dir.libraries}/${ClientParserLib}&quot;"/>
                     <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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to