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 da...@apache.org on 2004/08/31 12:20:42 UTC

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

damitha     2004/08/31 03:20:42

  Modified:    c/tests/auto_build/testcases/platform/linux buildTestCase.sh
                        runTestCase.sh setAxis.sh test.config
  Log:
  changed to incorporate source build as well
  
  Revision  Changes    Path
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildTestCase.sh	19 Aug 2004 07:27:26 -0000	1.1
  +++ buildTestCase.sh	31 Aug 2004 10:20:42 -0000	1.2
  @@ -11,7 +11,7 @@
   #jar cmf mainClass $WSDL2WS_HOME/wsdl2ws.jar ./org
   #javac -d temp -sourcepath /home/damitha/projects/cvshead/src/wsdl/org/apache/axis/wsdl/wsdl2ws/*.java
   TARGET=$(echo $OUTPUT_DIR/$(basename $1 .wsdl).$2 | tr '+' 'p')
  -CLIENT=$(echo client/$2/$(basename $1 .wsdl)Client.$2 | tr '+' 'p')
  +CLIENT=$(echo testcases/client/$2/$(basename $1 .wsdl)Client.$2 | tr '+' 'p')
   #WSDL2Ws.sh -sclient -l$2 -o$TARGET $1
   
   java -cp ${WSDL2WS_HOME}/wsdl2ws.jar:${AXIS_JARS} org.apache.axis.wsdl.wsdl2ws.WSDL2Ws -sclient -l$2 -o$TARGET $1
  @@ -19,7 +19,7 @@
   if [ $? -eq 0 ]
   then
     # Added by Andrew Perry
  -  cp client/cpp/MySignal.* $TARGET
  +  cp testcases/client/cpp/MySignal.* $TARGET
     # End Add
   
     cp $AXISCPP_TEST_BIN/configure.ac $AXISCPP_TEST_BIN/autogen.sh $TARGET
  
  
  
  1.2       +1 -2      ws-axis/c/tests/auto_build/testcases/platform/linux/runTestCase.sh
  
  Index: runTestCase.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/platform/linux/runTestCase.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runTestCase.sh	19 Aug 2004 07:27:26 -0000	1.1
  +++ runTestCase.sh	31 Aug 2004 10:20:42 -0000	1.2
  @@ -27,7 +27,6 @@
       URI=
     fi
   fi
  -
   TARGET=$(echo $(basename $1 .wsdl).$2 | tr '+' 'p')
   OUTPUT=$(echo $(basename $1 .wsdl).out)
   
  @@ -60,7 +59,7 @@
     $OUTPUT_DIR/$TARGET/client $URI > $OUTPUT_DIR/$TARGET/$OUTPUT
     if [ -f $OUTPUT_DIR/$TARGET/$OUTPUT ]
     then
  -    diff -q output/$OUTPUT $OUTPUT_DIR/$TARGET 2>/dev/null
  +    diff -q testcases/output/$OUTPUT $OUTPUT_DIR/$TARGET 2>/dev/null
       if [ $? -eq 0 ]
       then
         TIME=$(date "+%d/%m/%Y %H:%M:%S")
  
  
  
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- setAxis.sh	19 Aug 2004 07:27:26 -0000	1.1
  +++ setAxis.sh	31 Aug 2004 10:20:42 -0000	1.2
  @@ -19,8 +19,7 @@
   # the default value
   set -x
   AXISTEST_HOME=${AXISTEST_HOME:-$TEST_HOME}
  -#AXIS_HOME=${AXIS_HOME:-$AXISTEST_HOME}
  -AXISCPP_HOME=${AXISCPP_HOME:-/home/damitha/projects/cvshead}
  +AXISCPP_HOME=${AXISCPP_HOME:-/home/damitha/projects/cvshead/tests/auto_build/cvsautobuild}
   WSDLSRC_HOME="${AXISCPP_HOME}/src/wsdl"
   set +x
   #
  @@ -31,8 +30,8 @@
   
   
   # where the test framework scripts for this platform live. Linux means UNIX
  -AXISCPP_TEST_BIN=$AXISTEST_HOME/platform/linux
  -OUTPUT_DIR=$AXISTEST_HOME/build         # where the tests are built
  +AXISCPP_TEST_BIN=$AXISTEST_HOME/testcases/platform/linux
  +OUTPUT_DIR=$AXISTEST_HOME/testcases/build         # where the tests are built
   
   # if this is set and the file exists allows for the endpoint host and port
   # of the web service in the WSDL to be altered to use the values in the file
  
  
  
  1.2       +1 -1      ws-axis/c/tests/auto_build/testcases/platform/linux/test.config
  
  Index: test.config
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/platform/linux/test.config,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test.config	19 Aug 2004 07:27:26 -0000	1.1
  +++ test.config	31 Aug 2004 10:20:42 -0000	1.2
  @@ -5,5 +5,5 @@
   # 
   
   host=192.168.101.4
  -port=80
  +port=9090