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/06/25 12:07:59 UTC

cvs commit: ws-axis/c/tests/client/xsdAnyTest1 ExtensibilityQueryMain.cpp

damitha     2004/06/25 03:07:59

  Modified:    c/tests  configure.ac
               c/tests/client/soapHeader/test2/rpc Makefile
               c/tests/client/stubTest/stubBase Makefile.am
               c/tests/client/xsdAnyTest1 ExtensibilityQueryMain.cpp
  Log:
  (null)
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/c/tests/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/configure.ac,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configure.ac	24 Jun 2004 11:40:32 -0000	1.7
  +++ configure.ac	25 Jun 2004 10:07:58 -0000	1.8
  @@ -9,4 +9,4 @@
   AC_PROG_INSTALL
   AC_PROG_LIBTOOL
   
  -AC_OUTPUT(Makefile client/Makefile client/stubTest/Makefile client/stubTest/stubBase/Makefile client/interop/Makefile client/interop/round1/Makefile client/interop/round1/gen_src/Makefile client/threadSafe/Makefile client/threadSafe/gen_src/Makefile client/fault_mapping/Makefile client/fault_mapping/gen_src/Makefile client/exceptionTest/Makefile client/exceptionTest/gen_src/Makefile client/soapHeader/Makefile client/soapHeader/test1/Makefile client/soapHeader/test1/rpc/Makefile client/soapHeader/test2/Makefile client/soapHeader/test2/rpc/Makefile client/soapHeader/test4/Makefile client/soapHeader/test4/rpc/Makefile client/soapHeader/test6/Makefile client/soapHeader/test6/rpc/Makefile client/soapHeader/test8/Makefile client/soapHeader/test8/rpc/Makefile)
  +AC_OUTPUT(Makefile client/Makefile client/stubTest/Makefile client/stubTest/stubBase/Makefile client/interop/Makefile client/interop/round1/Makefile client/interop/round1/gen_src/Makefile client/threadSafe/Makefile client/threadSafe/gen_src/Makefile client/fault_mapping/Makefile client/fault_mapping/gen_src/Makefile client/exceptionTest/Makefile client/exceptionTest/gen_src/Makefile client/soapHeader/Makefile client/soapHeader/test1/Makefile client/soapHeader/test1/rpc/Makefile client/soapHeader/test2/Makefile client/soapHeader/test2/rpc/Makefile client/soapHeader/test4/Makefile client/soapHeader/test4/rpc/Makefile client/soapHeader/test6/Makefile client/soapHeader/test6/rpc/Makefile client/soapHeader/test8/Makefile client/soapHeader/test8/rpc/Makefile client/xsdAnyTest1/Makefile client/xsdAnyTest1/gen_src/Makefile)
  
  
  
  1.2       +9 -9      ws-axis/c/tests/client/soapHeader/test2/rpc/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test2/rpc/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	24 Jun 2004 07:45:02 -0000	1.1
  +++ Makefile	25 Jun 2004 10:07:59 -0000	1.2
  @@ -21,7 +21,7 @@
   prefix = /usr/local
   exec_prefix = ${prefix}
   
  -bindir = /home/roshan/projects/apache/ws-axis/c/tests/client/
  +bindir = /home/damitha/projects/cvshead/tests/client/
   sbindir = ${exec_prefix}/sbin
   libexecdir = ${exec_prefix}/libexec
   datadir = ${prefix}/share
  @@ -38,10 +38,10 @@
   pkgincludedir = $(includedir)/full-package-name
   top_builddir = ../../../..
   
  -ACLOCAL = ${SHELL} /home/roshan/projects/apache/ws-axis/c/missing --run aclocal-1.6
  -AUTOCONF = ${SHELL} /home/roshan/projects/apache/ws-axis/c/missing --run autoconf
  -AUTOMAKE = ${SHELL} /home/roshan/projects/apache/ws-axis/c/missing --run automake-1.6
  -AUTOHEADER = ${SHELL} /home/roshan/projects/apache/ws-axis/c/missing --run autoheader
  +ACLOCAL = ${SHELL} /home/damitha/projects/cvshead/missing --run aclocal-1.6
  +AUTOCONF = ${SHELL} /home/damitha/projects/cvshead/missing --run autoconf
  +AUTOMAKE = ${SHELL} /home/damitha/projects/cvshead/missing --run automake-1.6
  +AUTOHEADER = ${SHELL} /home/damitha/projects/cvshead/missing --run autoheader
   
   am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   INSTALL = /usr/bin/install -c
  @@ -65,9 +65,9 @@
   EXEEXT = 
   OBJEXT = o
   PATH_SEPARATOR = :
  -AMTAR = ${SHELL} /home/roshan/projects/apache/ws-axis/c/missing --run tar
  +AMTAR = ${SHELL} /home/damitha/projects/cvshead/missing --run tar
   AS = @AS@
  -AWK = gawk
  +AWK = mawk
   CC = gcc
   CXX = g++
   DEPDIR = .deps
  @@ -83,7 +83,7 @@
   VERSION = VERSION
   am__include = include
   am__quote = 
  -install_sh = /home/roshan/projects/apache/ws-axis/c/install-sh
  +install_sh = /home/damitha/projects/cvshead/install-sh
   bin_PROGRAMS = soapHeaderTest2RPC
   SUBDIRS = 
   AM_CPPFLAGS = $(CPPFLAGS)
  @@ -107,7 +107,7 @@
   DEFS = -DHAVE_CONFIG_H
   DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
   CPPFLAGS = -Wshadow -Wall -pedantic -ansi
  -LDFLAGS = -s -L/home/roshan/projects/apache/ws-axis/c/bin -laxiscpp_client -ldl -lstdc++
  +LDFLAGS = -s -L/home/damitha/projects/cvshead/bin -laxiscpp_client -ldl -lstdc++
   LIBS = 
   depcomp = $(SHELL) $(top_srcdir)/../depcomp
   am__depfiles_maybe = depfiles
  
  
  
  1.2       +1 -1      ws-axis/c/tests/client/stubTest/stubBase/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/stubTest/stubBase/Makefile.am,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.am	26 May 2004 10:00:46 -0000	1.1
  +++ Makefile.am	25 Jun 2004 10:07:59 -0000	1.2
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = $(CPPFLAGS)
   stubBase_SOURCES = InteropBaseClient.cpp InteropTestPortType.cpp  SOAPStruct.cpp 
   
  -stubBase_LDADD   =  $(LDFLAGS) -laxiscpp_client
  +stubBase_LDADD   =  $(LDFLAGS)
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.2       +4 -2      ws-axis/c/tests/client/xsdAnyTest1/ExtensibilityQueryMain.cpp
  
  Index: ExtensibilityQueryMain.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/xsdAnyTest1/ExtensibilityQueryMain.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExtensibilityQueryMain.cpp	24 Jun 2004 12:47:15 -0000	1.1
  +++ ExtensibilityQueryMain.cpp	25 Jun 2004 10:07:59 -0000	1.2
  @@ -1,6 +1,6 @@
   #include "gen_src/ExtensibilityQueryPortType.h"
   
  -void main()
  +int main(void)
   {
       AnyType* pAny = new AnyType();
       pAny->_size = 2;
  @@ -24,4 +24,6 @@
       {
           e.getExceptionCode();
       }
  -}
  \ No newline at end of file
  +
  +    return 0;
  +}