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 na...@apache.org on 2005/12/27 22:14:02 UTC

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

Author: nadiramra
Date: Tue Dec 27 13:14:00 2005
New Revision: 359281

URL: http://svn.apache.org/viewcvs?rev=359281&view=rev
Log:
SecureInfo directive is only showing up if tracing is enabled.
Moved the directive so that it is always put in config file.

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=359281&r1=359280&r2=359281&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Tue Dec 27 13:14:00 2005
@@ -335,7 +335,6 @@
 			<then>
 				<echo file="${axiscpp.conf}" append="true">
 ClientLogPath:${test.directory}/ClientLog.taw
-SecureInfo:${env.SSL_KEYS_HOME}/myKeyRing.kdb,axis4all,AXIS,NONE,05,NONE,false
 </echo>
 			</then>
 		</if>
@@ -343,6 +342,7 @@
 Transport_http:${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}
 XMLParser:${dir.libraries}/${ClientParserLib}
 Channel_HTTP:${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}
+SecureInfo:${env.SSL_KEYS_HOME}/myKeyRing.kdb,axis4all,AXIS,NONE,05,NONE,false
 </echo>
         <if>
             <istrue value="${test.ssl}" />