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 di...@apache.org on 2004/11/11 17:47:45 UTC

cvs commit: ws-axis/c/build buildClient.xml buildServerEngine.xml

dicka       2004/11/11 08:47:45

  Modified:    c/build  buildClient.xml buildServerEngine.xml
  Log:
  ANT scripts for Client and Server libraries won't build platform specific files on anything other than OS400.  Have added for other platforms.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.2       +4 -0      ws-axis/c/build/buildClient.xml
  
  Index: buildClient.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildClient.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildClient.xml	2 Nov 2004 15:19:44 -0000	1.1
  +++ buildClient.xml	11 Nov 2004 16:47:45 -0000	1.2
  @@ -42,6 +42,9 @@
   						<include name="wsdd/*.cpp"/>
   						<include name="xml/*.cpp"/>
   						<include name="transport/axis/AxisTransportException.cpp"/>
  +						<include name="platforms/windows/*.cpp" if="windows"/>
  +						<include name="platforms/unix/*.cpp" if="linux"/>
  +						<include name="platforms/unix/*.cpp" if="solaris"/>
   						<include name="platforms/os400/PlatformSpecificOS400.cpp" if="os400"/>
   						<!-- The following files need to be excluded -->
   						<exclude name="common/Packet.cpp"/>
  @@ -71,6 +74,7 @@
   						<include name="wsdd/*.cpp"/>
   						<include name="xml/*.cpp"/>
   						<include name="transport/axis/AxisTransportException.cpp"/>
  +						<include name="platforms/unix/*.cpp"/>
   						<!-- The following files need to be excluded -->
   						<exclude name="common/Packet.cpp"/>
   						<exclude name="common/AxisSocketUtils.cpp"/>
  
  
  
  1.2       +4 -0      ws-axis/c/build/buildServerEngine.xml
  
  Index: buildServerEngine.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildServerEngine.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildServerEngine.xml	2 Nov 2004 15:19:44 -0000	1.1
  +++ buildServerEngine.xml	11 Nov 2004 16:47:45 -0000	1.2
  @@ -40,6 +40,9 @@
   						<include name="soap/*.c"/>
   						<include name="wsdd/*.cpp"/>
   						<include name="xml/*.cpp"/>
  +						<include name="platforms/windows/*.cpp" if="windows"/>
  +						<include name="platforms/unix/*.cpp" if="linux"/>
  +						<include name="platforms/unix/*.cpp" if="solaris"/>
   						<include name="platforms/os400/PlatformSpecificOS400.cpp" if="os400"/>
   						<!-- The following files need to be excluded @Adrian - query these! -->
   						<exclude name="common/Packet.cpp"/>
  @@ -68,6 +71,7 @@
   						<include name="wsdd/*.cpp"/>
   						<include name="xml/*.cpp"/>
   						<include name="transport/axis/AxisTransportException.cpp"/>
  +						<include name="platforms/unix/*.cpp"/>
   						<!-- The following files need to be excluded -->
   						<exclude name="common/Packet.cpp"/>
   						<exclude name="common/AxisSocketUtils.cpp"/>