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 2004/10/12 13:05:17 UTC

cvs commit: ws-axis/c/tests/client/performance/time build.sh GenInput.class GenInput.java Readme.txt largeArrays sample_gen_data.sh sample_run.sh stringdata.txt

damitha     2004/10/12 04:05:17

  Modified:    c/tests/client/performance/time build.sh
  Removed:     c/tests/client/performance/time GenInput.class GenInput.java
                        Readme.txt largeArrays sample_gen_data.sh
                        sample_run.sh stringdata.txt
  Log:
  Sorry this my mistake. I removed those unneccsaray files samisa.
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/c/tests/client/performance/time/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/performance/time/build.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.sh	12 Oct 2004 09:38:37 -0000	1.2
  +++ build.sh	12 Oct 2004 11:05:16 -0000	1.3
  @@ -1,4 +1,4 @@
   #!/bin/sh
   java -classpath $AXISCPP_HOME/lib/axis/wsdl2ws.jar:$CLASSPATH org.apache.axis.wsdl.wsdl2ws.WSDL2Ws -sclient -lc++ -ogen_src $AXISCPP_DEPLOY/wsdls/base.wsdl
  -g++ -I$AXISCPP_HOME/include -L$AXISCPP_DEPLOY/lib -laxiscpp_client -ldl -olargeArrays Client.cpp gen_src/*.cpp
  +g++ -I$AXISCPP_HOME/include -L$AXISCPP_DEPLOY/lib -laxiscpp_client -ldl -otimeTest Client.cpp gen_src/*.cpp