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 pe...@apache.org on 2005/04/06 10:51:31 UTC

cvs commit: ws-axis/c/build test.AIX.properties test.Linux.properties test.OS400.properties test.SunOS.properties test.Win32.properties test.properties

perryan     2005/04/06 01:51:31

  Modified:    c        test.xml
  Added:       c/build  test.AIX.properties test.Linux.properties
                        test.OS400.properties test.SunOS.properties
                        test.Win32.properties
  Removed:     c/build  test.properties
  Log:
  Allow for platform dependent properties to be overriden
  
  Revision  Changes    Path
  1.28      +1 -1      ws-axis/c/test.xml
  
  Index: test.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/test.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- test.xml	4 Apr 2005 15:42:26 -0000	1.27
  +++ test.xml	6 Apr 2005 08:51:31 -0000	1.28
  @@ -18,7 +18,7 @@
   	 description="Build and Run all tests"/>
   
   	<target name="preInitializeTest" depends="pre-init">
  -		<property file="${dir.properties}/test.properties" />
  +		<property file="${dir.properties}/test.${platform}.properties" />
   	</target>
   
   	<!--
  
  
  
  1.1                  ws-axis/c/build/test.AIX.properties
  
  Index: test.AIX.properties
  ===================================================================
  
  # This file gets loaded before build.platform.properties (for test only)
  # Therefore it cannot rely on properties set in build.platform.properties
  
  # Location of the installed package, i.e. parent of delivered lib files
  #dir.release=${basedir}/../../../obj/package/axis-c-${version}-${platform}-trace-bin
  
  # Specify to use the delivered include files
  #test.include=${dir.release}/include
  
  # Location of the AXIS jar files - same as build properties
  #test.axisJARs=${env.AXISJAVA_LIB}
  
  # Location of the XML Parser library files (include lib/bin in name)
  #test.xmlParser=${env.XERCES_HOME}/lib
  
  
  
  
  1.1                  ws-axis/c/build/test.Linux.properties
  
  Index: test.Linux.properties
  ===================================================================
  
  # This file gets loaded before build.platform.properties (for test only)
  # Therefore it cannot rely on properties set in build.platform.properties
  # pre-init platform and version setting has been moved to a separate file
  # so platform and version can be used
  
  # Location of the installed package, i.e. parent of delivered lib files
  #dir.release=${basedir}/../../../obj/package/axis-c-${version}-${platform}-trace-bin
  
  # Specify to use the delivered include files
  #test.include=${dir.release}/include
  
  # Location of the AXIS jar files - same as build properties
  #test.axisJARs=${env.AXISJAVA_LIB}
  
  # Location of the XML Parser library files (include lib/bin in name)
  #test.xmlParser=${env.XERCES_HOME}/lib
  
  
  
  
  1.1                  ws-axis/c/build/test.OS400.properties
  
  Index: test.OS400.properties
  ===================================================================
  
  # This file gets loaded before build.platform.properties (for test only)
  # Therefore it cannot rely on properties set in build.platform.properties
  
  # Location of the installed package, i.e. parent of delivered lib files
  #dir.release=${basedir}/../../../obj/package/axis-c-${version}-${platform}-trace-bin
  
  # Specify to use the delivered include files
  #test.include=${dir.release}/include
  
  # Location of the AXIS jar files - same as build properties
  #test.axisJARs=${env.AXISJAVA_LIB}
  
  # Location of the XML Parser library files (include lib/bin in name)
  #test.xmlParser=${env.XERCES_HOME}/lib
  
  
  
  
  1.1                  ws-axis/c/build/test.SunOS.properties
  
  Index: test.SunOS.properties
  ===================================================================
  
  # This file gets loaded before build.platform.properties (for test only)
  # Therefore it cannot rely on properties set in build.platform.properties
  
  # Location of the installed package, i.e. parent of delivered lib files
  #dir.release=${basedir}/../../../obj/package/axis-c-${version}-${platform}-trace-bin
  
  # Specify to use the delivered include files
  #test.include=${dir.release}/include
  
  # Location of the AXIS jar files - same as build properties
  #test.axisJARs=${env.AXISJAVA_LIB}
  
  # Location of the XML Parser library files (include lib/bin in name)
  #test.xmlParser=${env.XERCES_HOME}/lib
  
  
  
  
  1.1                  ws-axis/c/build/test.Win32.properties
  
  Index: test.Win32.properties
  ===================================================================
  
  # This file gets loaded before build.platform.properties (for test only)
  # Therefore it cannot rely on properties set in build.platform.properties
  
  # Location of the installed package, i.e. parent of delivered lib files
  #dir.release=${basedir}/../../../obj/package/axis-c-${version}-${platform}-trace-bin
  
  # Specify to use the delivered include files
  #test.include=${dir.release}/include
  
  # Location of the AXIS jar files - same as build properties
  #test.axisJARs=${env.AXISJAVA_LIB}
  
  # Location of the XML Parser library files (include lib/bin in name)
  #test.xmlParser=${env.XERCES_HOME}/lib