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 ha...@apache.org on 2006/03/15 12:12:46 UTC

svn commit: r386045 - /webservices/axis/trunk/c/build/buildApache20Module.xml

Author: hawkeye
Date: Wed Mar 15 03:12:44 2006
New Revision: 386045

URL: http://svn.apache.org/viewcvs?rev=386045&view=rev
Log:
This can  now be built on AIX

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

Modified: webservices/axis/trunk/c/build/buildApache20Module.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/buildApache20Module.xml?rev=386045&r1=386044&r2=386045&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/buildApache20Module.xml (original)
+++ webservices/axis/trunk/c/build/buildApache20Module.xml Wed Mar 15 03:12:44 2006
@@ -7,12 +7,6 @@
     <antcall target="buildVersionResource" inheritall="true">
         <param name="internalName" value="${apache20.serverLibraryName}"/>
     </antcall>  
-	<!--  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">
@@ -76,7 +70,7 @@
 					</defineset>
 					<!-- Linkers -->
 					<linker extends="AIXLinker">
-						<linkerarg value="-r"/>
+						<linkerarg value="-G"/>
 					</linker>
 					<libset dir="${dir.bin}" libs="${serverEngineLibraryName}"/>
 					<!-- Files to be compiled -->
@@ -86,10 +80,5 @@
 				</cc>
 			</else>
 		</if>
-		</then>
-		<else>
-			<echo message="NOT BUILDING Apache 2.0 Axis Server Module ON AIX"/>
-		</else>
-	</if>
 	</target>
 </project>