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 pe...@apache.org on 2005/02/06 14:44:11 UTC

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

perryan     2005/02/06 05:44:11

  Modified:    c/build  build.Win32.properties executeTest.xml
  Log:
  Modified properties and execute files to allow for different SSL implementations and directory structures
  
  Revision  Changes    Path
  1.17      +4 -0      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.Win32.properties	27 Jan 2005 18:23:39 -0000	1.16
  +++ build.Win32.properties	6 Feb 2005 13:44:11 -0000	1.17
  @@ -91,6 +91,10 @@
   
   HTTP.SSLChannel.dir = ${env.OPENSSL_HOME}
   
  +# Location of all the required SSL libraries. Separate multiple
  +# directories with ${path.separator}
  +HTTP.SSLChannel.eay.dir = ${HTTP.SSLChannel.dir}/bin
  +
   # Name for compiled secure channel library - excluding any prefix or suffix
   # eg: For Windows :   axis_transport will produce axis_transport.dll
   #     For Unix    :   axis_transport will produce libaxis_transport.so
  
  
  
  1.11      +1 -1      ws-axis/c/build/executeTest.xml
  
  Index: executeTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- executeTest.xml	4 Feb 2005 13:50:09 -0000	1.10
  +++ executeTest.xml	6 Feb 2005 13:44:11 -0000	1.11
  @@ -82,7 +82,7 @@
   						 output="${results.stdout}" error="${results.stderr}"
   						 failifexecutionfails="false" vmlauncher="false">
   							<arg line="${clientArgs}"/>
  -							<env key="PATH" path="${java.library.path}${path.separator}${dir.libraries}${path.separator}${dir.xmlParser}${path.separator}${HTTP.SSLChannel.dir}/bin${path.separator}${HTTP.SSLChannel.dir}/lib"/>
  +							<env key="PATH" path="${java.library.path}${path.separator}${dir.libraries}${path.separator}${dir.xmlParser}${path.separator}${HTTP.SSLChannel.eay.dir}"/>
   							<env key="LD_LIBRARY_PATH" path="${dir.libraries}${path.separator}${dir.xmlParser}${path.separator}${HTTP.SSLChannel.dir}/lib"/>
   							<env key="LIBPATH" path="${dir.libraries}${path.separator}${dir.xmlParser}${path.separator}${HTTP.SSLChannel.dir}/lib"/>
   							<env key="AXISCPP_DEPLOY" value="${axiscpp_deploy}"/>