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:47:24 UTC

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

damitha     2005/02/03 05:47:24

  Modified:    c/tests/auto_build/testcases/platform/linux buildTestCase.sh
                        setAxis.sh
  Log:
  WSDL2WS_HOME update
  
  Revision  Changes    Path
  1.9       +1 -0      ws-axis/c/tests/auto_build/testcases/platform/linux/buildTestCase.sh
  
  Index: buildTestCase.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/platform/linux/buildTestCase.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- buildTestCase.sh	7 Oct 2004 12:41:22 -0000	1.8
  +++ buildTestCase.sh	3 Feb 2005 13:47:24 -0000	1.9
  @@ -14,6 +14,7 @@
   LIB_SERVICE_NAME=$(echo | grep portType $1|grep -o '".*"'|sed "s/\"//g")
   STYLE=$(echo | grep style $1 | grep -o 'style=".*"' | grep -o '".*"' | sed "s/\"//g")
   #sed -e "s/service_name/${LIB_SERVICE_NAME}/g" -e "s/service_lib_name/${LIB_SERVICE_NAME}/g" -e "s/STYLE/${STYLE}/g" service_temp.wsdd > service.wsdd
  +echo ${WSDL2WS_HOME}
   java -cp ${WSDL2WS_HOME}/wsdl2ws.jar:${AXIS_JARS} org.apache.axis.wsdl.wsdl2ws.WSDL2Ws -sserver -l$2 -o$TARGET_SERVER $1
   sed -e "s/<?xml.*>//g" -e "s/<\/deployment>//g" -e "s/<deployment.*>//g" $TARGET_SERVER/deploy.wsdd > deploy.wsdd
   if ! test -f server.wsdd_temp2; then
  
  
  
  1.9       +2 -2      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- setAxis.sh	7 Oct 2004 12:41:22 -0000	1.8
  +++ setAxis.sh	3 Feb 2005 13:47:24 -0000	1.9
  @@ -21,8 +21,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
  +WSDL2WS_HOME=${WSDL2WS_HOME:-/home/damitha/projects/cvshead/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}
   set +x