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 ha...@apache.org on 2005/01/26 14:03:12 UTC

cvs commit: ws-axis/c/build buildApache20Module.xml

hawkeye     2005/01/26 05:03:12

  Modified:    c/build  buildApache20Module.xml
  Log:
  Removed ApacheModule 20 from build on AIX due to AttachmentHelper not compiling
  
  Revision  Changes    Path
  1.2       +14 -0     ws-axis/c/build/buildApache20Module.xml
  
  Index: buildApache20Module.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildApache20Module.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildApache20Module.xml	2 Nov 2004 15:19:44 -0000	1.1
  +++ buildApache20Module.xml	26 Jan 2005 13:03:12 -0000	1.2
  @@ -4,6 +4,12 @@
   	  Compile the Apache 2.0 Axis Server Module
   	  -->
   	<target name="compileApache20Module">
  +	<!--  NOT BUILDING THIS MODULE ON AIX DUE TO SOAPATTACHMENT ISSUES (compile and see what they are) -->
  +	<if>
  +		<not>
  +			<isset property="aix"/>
  +		</not>
  +		<then>
   		<mkdir dir="${dir.objects}"/>
   		<mkdir dir="${dir.bin}"/>
   		<copy todir="${basedir}/include/apache2_0">
  @@ -34,6 +40,9 @@
   					<linker refid="SolarisLinker"/>
   					<linker refid="LinuxLinker"/>
   					<linker refid="VisualC++Linker"/>
  +<!--  <syslibset libs="apr, util" dir="${apache20.dir.server}/lib"/> -->
  +
  +					
   			        <linker extends="OS400Linker">
   						<linkerarg value="-qDUPPROC"/>
   						<linkerarg value="-qDUPVAR"/>
  @@ -72,5 +81,10 @@
   				</cc>
   			</else>
   		</if>
  +		</then>
  +		<else>
  +			<echo message="NOT BUILDING Apache 2.0 Axis Server Module ON AIX"/>
  +		</else>
  +	</if>
   	</target>
   </project>
  \ No newline at end of file