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/02/04 12:41:43 UTC

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

perryan     2005/02/04 03:41:43

  Modified:    c/build  executeTest.xml
  Log:
  Changed the PATH setting to include the OPENSSL_HOME\\bin directory rather than OPENSSL_HOME\\lib for windows
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- executeTest.xml	21 Jan 2005 14:56:13 -0000	1.8
  +++ executeTest.xml	4 Feb 2005 11:41:43 -0000	1.9
  @@ -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}/lib"/>
  +							<env key="PATH" path="${java.library.path}${path.separator}${dir.libraries}${path.separator}${dir.xmlParser}${path.separator}${HTTP.SSLChannel.dir}/bin"/>
   							<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}"/>