Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 76369 invoked from network); 21 Jan 2005 14:56:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 14:56:20 -0000 Received: (qmail 5631 invoked by uid 500); 21 Jan 2005 14:56:16 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 5564 invoked by uid 500); 21 Jan 2005 14:56:15 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 5544 invoked by uid 99); 21 Jan 2005 14:56:15 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 21 Jan 2005 06:56:14 -0800 Received: (qmail 76314 invoked by uid 1922); 21 Jan 2005 14:56:13 -0000 Date: 21 Jan 2005 14:56:13 -0000 Message-ID: <20050121145613.76313.qmail@minotaur.apache.org> From: prestonf@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/build build.AIX.properties build.Linux.properties build.OS400.properties build.SunOS.properties build.Win32.properties executeTest.xml buildSSLChannel.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N prestonf 2005/01/21 06:56:13 Modified: c/build build.AIX.properties build.Linux.properties build.OS400.properties build.SunOS.properties build.Win32.properties executeTest.xml buildSSLChannel.xml Log: Hi All, These are modifications needed for the draft of the new http transport implementation AXIS3 (see AXISCPP-361). Regards, Fred Preston. Revision Changes Path 1.14 +5 -5 ws-axis/c/build/build.AIX.properties Index: build.AIX.properties =================================================================== RCS file: /home/cvs/ws-axis/c/build/build.AIX.properties,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build.AIX.properties 20 Jan 2005 19:49:16 -0000 1.13 +++ build.AIX.properties 21 Jan 2005 14:56:13 -0000 1.14 @@ -73,27 +73,27 @@ # Channel Properties # ###################### -channel.HTTP = true +HTTP.Channel = true # Name for compiled channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.channelLibraryName = http_channel +HTTP.ChannelLibraryName = http_channel ############################# # Secure Channel Properties # ############################# -SSLchannel.HTTP = true +HTTP.SSLChannel = true -SSLChannel.HTTP.dir.openSSL = ${env.OPENSSL_HOME} +HTTP.SSLChannel.dir = ${env.OPENSSL_HOME} # Name for compiled secure channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.secureChannelLibraryName = http_channelssl +HTTP.SecureChannelLibraryName = http_channelssl ##################### # Client Properties # 1.16 +5 -5 ws-axis/c/build/build.Linux.properties Index: build.Linux.properties =================================================================== RCS file: /home/cvs/ws-axis/c/build/build.Linux.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- build.Linux.properties 20 Jan 2005 19:49:16 -0000 1.15 +++ build.Linux.properties 21 Jan 2005 14:56:13 -0000 1.16 @@ -73,27 +73,27 @@ # Channel Properties # ###################### -channel.HTTP = true +HTTP.Channel = true # Name for compiled channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.channelLibraryName = http_channel +HTTP.ChannelLibraryName = http_channel ############################# # Secure Channel Properties # ############################# -SSLchannel.HTTP = true +HTTP.SSLChannel = true -SSLChannel.HTTP.dir.openSSL = ${env.OPENSSL_HOME} +HTTP.SSLChannel.dir = ${env.OPENSSL_HOME} # Name for compiled secure channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.secureChannelLibraryName = http_channelssl +HTTP.SecureChannelLibraryName = http_channelssl ##################### # Client Properties # 1.13 +5 -5 ws-axis/c/build/build.OS400.properties Index: build.OS400.properties =================================================================== RCS file: /home/cvs/ws-axis/c/build/build.OS400.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- build.OS400.properties 20 Jan 2005 19:49:16 -0000 1.12 +++ build.OS400.properties 21 Jan 2005 14:56:13 -0000 1.13 @@ -73,27 +73,27 @@ # Channel Properties # ###################### -channel.HTTP = true +HTTP.Channel = true # Name for compiled channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.channelLibraryName = http_channel +HTTP.ChannelLibraryName = http_channel ############################# # Secure Channel Properties # ############################# -SSLchannel.HTTP = true +HTTP.SSLchannel = true -SSLChannel.HTTP.dir.openSSL = ${env.OPENSSL_HOME} +HTTP.SSLChannel.dir = ${env.OPENSSL_HOME} # Name for compiled secure channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.secureChannelLibraryName = http_channelssl +HTTP.SecureChannelLibraryName = http_channelssl ##################### # Client Properties # 1.14 +5 -5 ws-axis/c/build/build.SunOS.properties Index: build.SunOS.properties =================================================================== RCS file: /home/cvs/ws-axis/c/build/build.SunOS.properties,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build.SunOS.properties 20 Jan 2005 19:49:16 -0000 1.13 +++ build.SunOS.properties 21 Jan 2005 14:56:13 -0000 1.14 @@ -73,27 +73,27 @@ # Channel Properties # ###################### -channel.HTTP = true +HTTP.Channel = true # Name for compiled channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.channelLibraryName = http_channel +HTTP.ChannelLibraryName = http_channel ############################# # Secure Channel Properties # ############################# -SSLchannel.HTTP = true +HTTP.SSLChannel = true -SSLChannel.HTTP.dir.openSSL = ${env.OPENSSL_HOME} +HTTP.SSLChannel.dir = ${env.OPENSSL_HOME} # Name for compiled secure channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so -HTTP.secureChannelLibraryName = http_channelssl +HTTP.SecureChannelLibraryName = http_channelssl ##################### # Client Properties # 1.12 +5 -5 ws-axis/c/build/build.Win32.properties Index: build.Win32.properties =================================================================== RCS file: /home/cvs/ws-axis/c/build/build.Win32.properties,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- build.Win32.properties 20 Jan 2005 19:49:16 -0000 1.11 +++ build.Win32.properties 21 Jan 2005 14:56:13 -0000 1.12 @@ -73,27 +73,27 @@ # Channel Properties # ###################### -channel.HTTP = true +HTTP.Channel = true # Name for compiled channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so # -HTTP.channelLibraryName = HTTPChannel +HTTP.ChannelLibraryName = HTTPChannel ############################# # Secure Channel Properties # ############################# -SSLchannel.HTTP = true +HTTP.SSLchannel = true -SSLChannel.HTTP.dir.openSSL = ${env.OPENSSL_HOME} +HTTP.SSLChannel.dir = ${env.OPENSSL_HOME} # Name for compiled secure channel library - excluding any prefix or suffix # eg: For Windows : axis_transport will produce axis_transport.dll # For Unix : axis_transport will produce libaxis_transport.so -HTTP.secureChannelLibraryName = HTTPSSLChannel +HTTP.SecureChannelLibraryName = HTTPSSLChannel ##################### # Client Properties # 1.8 +5 -5 ws-axis/c/build/executeTest.xml Index: executeTest.xml =================================================================== RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- executeTest.xml 18 Jan 2005 11:06:17 -0000 1.7 +++ executeTest.xml 21 Jan 2005 14:56:13 -0000 1.8 @@ -82,9 +82,9 @@ output="${results.stdout}" error="${results.stderr}" failifexecutionfails="false" vmlauncher="false"> - - - + + + @@ -130,8 +130,8 @@ ClientLogPath:${test.directory}/ClientLog Transport_http:${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix} XMLParser:${dir.libraries}/${libraryPrefix}${xmlParserLibraryName}${librarySuffix} -Channel_HTTP:${dir.libraries}/${libraryPrefix}${HTTP.channelLibraryName}${librarySuffix} -Channel_HTTP_SSL:${dir.libraries}/${libraryPrefix}${HTTP.secureChannelLibraryName}${librarySuffix} +Channel_HTTP:${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix} +Channel_HTTP_SSL:${dir.libraries}/${libraryPrefix}${HTTP.SecureChannelLibraryName}${librarySuffix} 1.2 +2 -2 ws-axis/c/build/buildSSLChannel.xml Index: buildSSLChannel.xml =================================================================== RCS file: /home/cvs/ws-axis/c/build/buildSSLChannel.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildSSLChannel.xml 14 Jan 2005 16:10:38 -0000 1.1 +++ buildSSLChannel.xml 21 Jan 2005 14:56:13 -0000 1.2 @@ -18,7 +18,7 @@ - + @@ -39,7 +39,7 @@ - +