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 sa...@apache.org on 2004/10/06 06:43:12 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/platform/linux setAxis.sh

samisa      2004/10/05 21:43:12

  Modified:    c/tests/auto_build/testcases/platform/linux setAxis.sh
  Log:
  Improved the way some env vars are set to help debug scripts
  
  Revision  Changes    Path
  1.7       +3 -4      ws-axis/c/tests/auto_build/testcases/platform/linux/setAxis.sh
  
  Index: setAxis.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/platform/linux/setAxis.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- setAxis.sh	24 Sep 2004 13:24:10 -0000	1.6
  +++ setAxis.sh	6 Oct 2004 04:43:12 -0000	1.7
  @@ -22,6 +22,8 @@
   AXISCPP_HOME=${AXISCPP_HOME:-/home/damitha/projects/cvshead/tests/auto_build/cvsautobuild}
   AXISCPP_DEPLOY=${AXISCPP_DEPLOY:-/usr/local/axicpp_deploy}
   WSDLSRC_HOME="${AXISCPP_HOME}/src/wsdl"
  +WSDL2WS_HOME="${AXISCPP_HOME}/lib/axis"    # location of WSDL2Ws.jar
  +AXIS_JARS_HOME=${AXIS_JARS_HOME:-/home/damitha/wsdl2ws/axisjava}  # location of axis.jar and others
   APACHE2_HOME=${APACHE2_HOME:-/usr/local/apache2}
   APACHE_HOME=${APACHE_HOME:-/usr/local/apache}
   set +x
  @@ -41,15 +43,12 @@
   # This is useful for tcpmon and WS-I
   SERVICE_CONFIG=$AXISCPP_TEST_BIN/test.config
   
  -WSDL2WS_HOME="${AXISCPP_HOME}/lib/axis"    # location of WSDL2Ws.jar
  -AXIS_JARS_HOME=${AXIS_JARS_HOME:-/home/damitha/wsdl2ws/axisjava}  # location of axis.jar and others
  -
   # List of all the pre-req jar files needed for WSDL2Ws. Used to set CLASSPATH
   AXIS_JARS="$AXIS_JARS_HOME/axis.jar:$AXIS_JARS_HOME/commons-discovery.jar:$AXIS_JARS_HOME/commons-logging.jar:$AXIS_JARS_HOME/jaxrpc.jar:$AXIS_JARS_HOME/saaj.jar:$AXIS_JARS_HOME/wsdl4j.jar:$AXIS_JARS_HOME/xml-apis.jar"
   
   JAVA_HOME=${JAVA_HOME:-/usr/local/java}        # Where java is installed
   ANT_HOME=${ANT_HOME:-/usr/local/ant}
  -CLASSPATH="$AXIS_JARS:$JAVA_HOME/lib"   # set the classpath for WSDL2Ws
  +CLASSPATH="$WSDL2WS_HOME/wsdl2ws.jar:$AXIS_JARS"   # set the classpath for WSDL2Ws
   
   # set the PATH to include the test framework scripts and guraentee java
   # is in the PATH too