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 2005/01/27 19:23:39 UTC

cvs commit: ws-axis/c/build build.Win32.properties buildSSLChannel.xml buildChannel.xml

prestonf    2005/01/27 10:23:39

  Modified:    c/build  build.Win32.properties buildSSLChannel.xml
                        buildChannel.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.16      +3 -1      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.Win32.properties	27 Jan 2005 10:17:34 -0000	1.15
  +++ build.Win32.properties	27 Jan 2005 18:23:39 -0000	1.16
  @@ -52,7 +52,9 @@
   transport.axis2 = true
   transport.axis2.ipv6 = false 
   transport.HTTP = true
  -transport.HTTP.ipv6 = false
  +transport.HTTP.ipv6 = true
  +
  +HTTP.transport.IPV6.dir = ${env.IPV6_HOME}
   
   ## Values used for axis2
   axis2.transportLibraryName = AxisTransport
  
  
  
  1.7       +3 -2      ws-axis/c/build/buildSSLChannel.xml
  
  Index: buildSSLChannel.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildSSLChannel.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- buildSSLChannel.xml	27 Jan 2005 11:35:24 -0000	1.6
  +++ buildSSLChannel.xml	27 Jan 2005 18:23:39 -0000	1.7
  @@ -20,9 +20,9 @@
         </if>
   
   <if>
  -	<equals arg1="transport.HTTP.ipv6" arg2="true" casesensitive="false"/>
  +	<equals arg1="${transport.HTTP.ipv6}" arg2="true" casesensitive="false"/>
   	<then>
  -		<property name="IPV6"/>
  +		<property name="IPV6" value="true"/>
   	</then>
   </if>
   		
  @@ -39,6 +39,7 @@
                exceptions="true" outtype="shared" multithreaded="true">
                  <!-- Compilers -->
                  <includepath path="${HTTP.SSLChannel.dir}/${HTTP.SSLChannel.inc.dir}"/>
  +               <includepath path="${HTTP.transport.IPV6.dir}/include" if="windows"/>
                  <compiler refid="SolarisCC"/>
                  <compiler refid="Linuxgcc"/>
                  <compiler extends="VisualC++">
  
  
  
  1.3       +3 -2      ws-axis/c/build/buildChannel.xml
  
  Index: buildChannel.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildChannel.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildChannel.xml	27 Jan 2005 11:35:24 -0000	1.2
  +++ buildChannel.xml	27 Jan 2005 18:23:39 -0000	1.3
  @@ -7,9 +7,9 @@
         <mkdir dir="${dir.objects}"/>
         <mkdir dir="${dir.bin}"/>
   <if>
  -	<equals arg1="transport.HTTP.ipv6" arg2="true" casesensitive="false"/>
  +	<equals arg1="${transport.HTTP.ipv6}" arg2="true" casesensitive="false"/>
   	<then>
  -		<property name="IPV6"/>
  +		<property name="IPV6" value="true"/>
   	</then>
   </if>
         <if>
  @@ -24,6 +24,7 @@
               <cc outfile="${dir.bin}/${channelLibraryName}" objdir="${dir.objects}"
                exceptions="true" outtype="shared" multithreaded="true">
                  <!-- Compilers -->
  +               <includepath path="${HTTP.transport.IPV6.dir}/include" if="windows"/>
                  <compiler refid="SolarisCC"/>
                  <compiler refid="Linuxgcc"/>
                  <compiler extends="VisualC++">