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 da...@apache.org on 2005/02/03 14:57:27 UTC

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

damitha     2005/02/03 05:57:27

  Modified:    c/tests/auto_build autoBuildCVS.sh
               c/tests/auto_build/testcases/platform/linux setAxis.sh
  Log:
  updated
  
  Revision  Changes    Path
  1.23      +3 -3      ws-axis/c/tests/auto_build/autoBuildCVS.sh
  
  Index: autoBuildCVS.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/autoBuildCVS.sh,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- autoBuildCVS.sh	17 Dec 2004 08:19:19 -0000	1.22
  +++ autoBuildCVS.sh	3 Feb 2005 13:57:27 -0000	1.23
  @@ -17,12 +17,12 @@
   
   #Setting environment variables. User may change the default values to fit his own environment
   
  -XERCESC_HOME=${XERCESC_HOME:-/usr/local/xerces-c}
  +XERCESC_HOME=${XERCESC_HOME:-/home/damitha/programs/xercesc260/}
   APACHE2_HOME=${APACHE2_HOME:-/home/damitha/programs/apache2}
   APACHE_HOME=${APACHE_HOME:-/usr/local/apache}
   AXISCPP_HOME=${HOME_DIR}/${CHECKOUT_DIR}
   AXISCPP_DEPLOY=${AXISCPP_DEPLOY:-/home/damitha/programs/axiscpp_deploy}
  -LD_LIBRARY_PATH=${XERCESC_HOME}/lib:${AXISCPP_DEPLOY}/lib 
  +LD_LIBRARY_PATH=${XERCESC_HOME}/lib:${AXISCPP_DEPLOY}/lib:${LD_LIBRARY_PATH} 
   PATH="/usr/bin:/usr/local/bin:$PATH"
   export LD_LIBRARY_PATH AXISCPP_DEPLOY XERCESC_HOME EXPAT_HOME APACHE2_HOME APACHE_HOME AXISCPP_HOME PATH
   
  @@ -52,7 +52,7 @@
       if test -d ./cvsautobuild; then
           cvs -d ${CVSROOT} update -dC ${CHECKOUT_DIR}
       else
  -        cvs -d ${CVSROOT} checkout -d ${CHECKOUT_DIR} ws-axis/c
  +        cvs -d ${CVSROOT} checkout -d ${CHECKOUT_DIR} -r release1-5-alpha-cand1 ws-axis/c
       fi
   fi
   
  
  
  
  1.10      +1 -1      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- setAxis.sh	3 Feb 2005 13:47:24 -0000	1.9
  +++ setAxis.sh	3 Feb 2005 13:57:27 -0000	1.10
  @@ -21,7 +21,7 @@
   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=${WSDL2WS_HOME:-/home/damitha/projects/cvshead/lib/axis}   # location of WSDL2Ws.jar
  +WSDL2WS_HOME=${WSDL2WS_HOME:-/home/damitha/projects/cvshead/tests/auto_build/cvsautobuild/lib/axis}   # location of WSDL2Ws.jar
   AXIS_JARS_HOME=${AXIS_JARS_HOME:-/home/damitha/axisjava}  # location of axis.jar and others
   APACHE2_HOME=${APACHE2_HOME:-/usr/local/apache2}
   APACHE_HOME=${APACHE_HOME:-/usr/local/apache}