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 2003/10/26 09:53:24 UTC

cvs commit: ws-axis/c/src/server/web_services/cpp_deployment Makefile.am autogen.sh configure.ac runconfig

damitha     2003/10/26 01:53:24

  Modified:    c        runconfig
               c/include/axis/common AxisTrace.h
               c/src/client runconfig
               c/src/client/samples/Calculator Makefile.am runconfig
               c/src/client/samples/interoptests/base Makefile.am runconfig
               c/src/client/samples/interoptests/groupB Makefile.am
                        runconfig
               c/src/server/handlers/custom/echoStringHeaderHandler
                        runconfig
               c/src/server/handlers/custom/simpleauthhandler runconfig
  Added:       c/bin    README.TXT
               c/deploy README.txt
               c/deploy/handlers/custom README.txt
               c/deploy/handlers/global README.txt
               c/deploy/handlers/transport README.txt
               c/deploy/logs README.txt
               c/deploy/webservices README.txt
               c/deploy/wsdls README.txt
               c/include/apache1_3 README.txt
               c/include/axis README.txt
               c/include/xercesc README.txt
               c/lib/apache1_3 README.txt
               c/lib/axis README.txt
               c/src/client/deployment Makefile.am autogen.sh configure.ac
                        runconfig
               c/src/server/web_services/cpp_deployment Makefile.am
                        autogen.sh configure.ac runconfig
  Log:
  created auto tools for service deployment tool and adminclient. Also created some
  README files.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/runconfig
  
  Index: runconfig
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/runconfig,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runconfig	13 Oct 2003 09:33:37 -0000	1.1
  +++ runconfig	26 Oct 2003 08:53:23 -0000	1.2
  @@ -1,2 +1,2 @@
   #!/bin/bash
  -./configure --libdir=$AXISCPP_HOME/release
  +./configure --libdir=$AXISCPP_HOME/bin
  
  
  
  1.1                  ws-axis/c/bin/README.TXT
  
  Index: README.TXT
  ===================================================================
  This folder contains all executables of tools and samples.
  
  
  
  1.1                  ws-axis/c/deploy/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/deploy/handlers/custom/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/deploy/handlers/global/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/deploy/handlers/transport/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/deploy/logs/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/deploy/webservices/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/deploy/wsdls/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/include/apache1_3/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/include/axis/README.txt
  
  	<<Binary file>>
  
  
  1.4       +1 -1      ws-axis/c/include/axis/common/AxisTrace.h
  
  Index: AxisTrace.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/common/AxisTrace.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AxisTrace.h	25 Oct 2003 04:30:06 -0000	1.3
  +++ AxisTrace.h	26 Oct 2003 08:53:23 -0000	1.4
  @@ -67,7 +67,7 @@
   #include <string>
   #include <stdio.h>
   
  -//#define __AXISTRACE__
  +#define __AXISTRACE__
   #if defined(__AXISTRACE__)
     #define AXISTRACE1(X) tracer.trace(X,__FILE__,__LINE__);
     #define AXISTRACE2(X,Y) tracer.trace(X,Y,__FILE__,__LINE__);
  
  
  
  1.1                  ws-axis/c/include/xercesc/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/lib/apache1_3/README.txt
  
  	<<Binary file>>
  
  
  1.1                  ws-axis/c/lib/axis/README.txt
  
  	<<Binary file>>
  
  
  1.3       +1 -1      ws-axis/c/src/client/runconfig
  
  Index: runconfig
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/runconfig,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- runconfig	8 Oct 2003 11:02:52 -0000	1.2
  +++ runconfig	26 Oct 2003 08:53:23 -0000	1.3
  @@ -1,2 +1,2 @@
   #!/bin/bash
  -./configure --libdir=$AXISCPP_HOME/src/client/lib
  +./configure --libdir=$AXISCPP_HOME/lib/axis
  
  
  
  1.1                  ws-axis/c/src/client/deployment/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  bin_PROGRAMS = adminclient
  SUBDIRS =
  AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
  adminclient_SOURCES = AdminClient.cpp
  
  adminclient_LDADD   =  $(AXISCPP_HOME)/lib/axis/libaxiscpp_client.a $(AXISCPP_HOME)/bin/libaxiscpp_mod.a -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl
  INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.1                  ws-axis/c/src/client/deployment/autogen.sh
  
  Index: autogen.sh
  ===================================================================
  #! /bin/sh
  
  # $Id: autogen.sh,v 1.1 2003/10/26 08:53:23 damitha Exp $
  #
  # Copyright (c) 2002  Daniel Elstner  <da...@gmx.net>
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License VERSION 2 as
  # published by the Free Software Foundation.  You are not allowed to
  # use any other version of the license; unless you got the explicit
  # permission from the author to do so.
  #
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
  #
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
  
  dir=`echo "$0" | sed 's,[^/]*$,,'`
  test "x${dir}" = "x" && dir='.'
  
  if test "x`cd "${dir}" 2>/dev/null && pwd`" != "x`pwd`"
  then
      echo "This script must be executed directly from the source directory."
      exit 1
  fi
  
  rm -f config.cache acconfig.h
  
  echo "- libtoolize."		&& \
  libtoolize --force		&& \
  echo "- aclocal."		&& \
  aclocal				&& \
  echo "- autoconf."		&& \
  autoconf			&& \
  echo "- autoheader."		&& \
  autoheader			&& \
  echo "- automake."		&& \
  automake --add-missing --gnu	&&
  #echo				&& \
  #./configure "$@"		&& exit 0
  
  exit 1
  
  
  
  
  1.1                  ws-axis/c/src/client/deployment/configure.ac
  
  Index: configure.ac
  ===================================================================
  AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
  AM_INIT_AUTOMAKE(0.3)
  AM_CONFIG_HEADER(config.h)
  
  AC_PROG_CC
  AC_PROG_CXX
  AC_PROG_INSTALL
  AC_PROG_LIBTOOL
  AC_OUTPUT(Makefile)
  
  
  
  1.1                  ws-axis/c/src/client/deployment/runconfig
  
  Index: runconfig
  ===================================================================
  #!/bin/bash
  ./configure --bindir=$AXISCPP_HOME/bin
  
  
  
  1.3       +1 -1      ws-axis/c/src/client/samples/Calculator/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/Calculator/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	21 Oct 2003 03:50:15 -0000	1.2
  +++ Makefile.am	26 Oct 2003 08:53:23 -0000	1.3
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
   calculator_SOURCES = Calculator.cpp CalcClient.cpp Point.cpp
   
  -calculator_LDADD   =  $(AXISCPP_HOME)/src/client/lib/libaxiscpp_client.a $(AXISCPP_HOME)/release/libaxiscpp_mod.a -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl
  +calculator_LDADD   =  $(AXISCPP_HOME)/lib/axis/libaxiscpp_client.a $(AXISCPP_HOME)/bin/libaxiscpp_mod.a -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.4       +1 -1      ws-axis/c/src/client/samples/Calculator/runconfig
  
  Index: runconfig
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/Calculator/runconfig,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- runconfig	24 Oct 2003 08:29:19 -0000	1.3
  +++ runconfig	26 Oct 2003 08:53:23 -0000	1.4
  @@ -1,2 +1,2 @@
   #!/bin/bash
  -./configure --bindir=$AXISCPP_HOME/src/client/samples/Calculator/bin
  +./configure --bindir=$AXISCPP_HOME/bin
  
  
  
  1.2       +1 -1      ws-axis/c/src/client/samples/interoptests/base/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/interoptests/base/Makefile.am,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.am	24 Oct 2003 10:38:34 -0000	1.1
  +++ Makefile.am	26 Oct 2003 08:53:23 -0000	1.2
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
   interopbase_SOURCES = InteropBaseClient.cpp InteropTestPortType.cpp  SOAPStruct.cpp 
   
  -interopbase_LDADD   =  $(AXISCPP_HOME)/src/client/lib/libaxiscpp_client.a $(AXISCPP_HOME)/release/libaxiscpp_mod.a -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl
  +interopbase_LDADD   =  $(AXISCPP_HOME)/lib/axis/libaxiscpp_client.a $(AXISCPP_HOME)/bin/libaxiscpp_mod.a -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.2       +1 -1      ws-axis/c/src/client/samples/interoptests/base/runconfig
  
  Index: runconfig
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/interoptests/base/runconfig,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runconfig	24 Oct 2003 10:38:34 -0000	1.1
  +++ runconfig	26 Oct 2003 08:53:23 -0000	1.2
  @@ -1,3 +1,3 @@
   #!/bin/bash
  -./configure --bindir=$AXISCPP_HOME/src/client/samples/interoptests/base/bin
  +./configure --bindir=$AXISCPP_HOME/bin
   
  
  
  
  1.2       +1 -1      ws-axis/c/src/client/samples/interoptests/groupB/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/interoptests/groupB/Makefile.am,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.am	24 Oct 2003 10:38:34 -0000	1.1
  +++ Makefile.am	26 Oct 2003 08:53:23 -0000	1.2
  @@ -3,5 +3,5 @@
   AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
   interopgroupb_SOURCES = InteropGroupBClient.cpp InteropTestPortTypeB.cpp SOAPArrayStruct.cpp SOAPStruct.cpp SOAPStructStruct.cpp
   
  -interopgroupb_LDADD   =  $(AXISCPP_HOME)/src/client/lib/libaxiscpp_client.a $(AXISCPP_HOME)/release/libaxiscpp_mod.a -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl
  +interopgroupb_LDADD   =  $(AXISCPP_HOME)/lib/axis/libaxiscpp_client.a $(AXISCPP_HOME)/bin/libaxiscpp_mod.a -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl
   INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.2       +1 -1      ws-axis/c/src/client/samples/interoptests/groupB/runconfig
  
  Index: runconfig
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/interoptests/groupB/runconfig,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runconfig	24 Oct 2003 10:38:34 -0000	1.1
  +++ runconfig	26 Oct 2003 08:53:23 -0000	1.2
  @@ -1,3 +1,3 @@
   #!/bin/bash
  -./configure --bindir=$AXISCPP_HOME/src/client/samples/interoptests/groupB/bin
  +./configure --bindir=$AXISCPP_HOME/bin
   
  
  
  
  1.3       +1 -1      ws-axis/c/src/server/handlers/custom/echoStringHeaderHandler/runconfig
  
  Index: runconfig
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/custom/echoStringHeaderHandler/runconfig,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- runconfig	21 Oct 2003 06:04:23 -0000	1.2
  +++ runconfig	26 Oct 2003 08:53:23 -0000	1.3
  @@ -1,2 +1,2 @@
   #!/bin/bash
  -configure --libdir=$AXIS_HOME/handlers/custom/echoStringHeaderHandler
  +./configure --libdir=$AXIS_HOME/handlers/custom/echoStringHeaderHandler
  
  
  
  1.3       +1 -1      ws-axis/c/src/server/handlers/custom/simpleauthhandler/runconfig
  
  Index: runconfig
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/handlers/custom/simpleauthhandler/runconfig,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- runconfig	24 Oct 2003 08:29:19 -0000	1.2
  +++ runconfig	26 Oct 2003 08:53:23 -0000	1.3
  @@ -1,2 +1,2 @@
   #!/bin/bash
  -configure --libdir=$AXIS_HOME/handlers/custom/simpleauthhandler/
  +./configure --libdir=$AXIS_HOME/handlers/custom/simpleauthhandler/
  
  
  
  1.1                  ws-axis/c/src/server/web_services/cpp_deployment/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  lib_LTLIBRARIES = libdeployer.la
  SUBDIRS =
  libdeployer_la_SOURCES = CPP_Deployment.cpp  CPP_DeploymentWrapper.cpp CPP_DeploymentService.cpp
  libdeployer_la_LIBADD   = -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl -lstdc++
  
  INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  1.1                  ws-axis/c/src/server/web_services/cpp_deployment/autogen.sh
  
  Index: autogen.sh
  ===================================================================
  #! /bin/sh
  
  # $Id: autogen.sh,v 1.1 2003/10/26 08:53:24 damitha Exp $
  #
  # Copyright (c) 2002  Daniel Elstner  <da...@gmx.net>
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License VERSION 2 as
  # published by the Free Software Foundation.  You are not allowed to
  # use any other version of the license; unless you got the explicit
  # permission from the author to do so.
  #
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
  #
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
  
  dir=`echo "$0" | sed 's,[^/]*$,,'`
  test "x${dir}" = "x" && dir='.'
  
  if test "x`cd "${dir}" 2>/dev/null && pwd`" != "x`pwd`"
  then
      echo "This script must be executed directly from the source directory."
      exit 1
  fi
  
  rm -f config.cache acconfig.h
  
  echo "- libtoolize."		&& \
  libtoolize --force		&& \
  echo "- aclocal."		&& \
  aclocal				&& \
  echo "- autoconf."		&& \
  autoconf			&& \
  echo "- autoheader."		&& \
  autoheader			&& \
  echo "- automake."		&& \
  automake --add-missing --gnu	&&
  #echo				&& \
  #./configure "$@"		&& exit 0
  
  exit 1
  
  
  
  
  1.1                  ws-axis/c/src/server/web_services/cpp_deployment/configure.ac
  
  Index: configure.ac
  ===================================================================
  AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
  AM_INIT_AUTOMAKE(0.3)
  AM_CONFIG_HEADER(config.h)
  LDFLAGS="-s"
  AC_PROG_CC
  AC_PROG_CXX
  AC_PROG_INSTALL
  AC_PROG_LIBTOOL
  AC_OUTPUT(Makefile)
  
  
  
  1.1                  ws-axis/c/src/server/web_services/cpp_deployment/runconfig
  
  Index: runconfig
  ===================================================================
  #!/bin/bash
  ./configure --libdir=$AXIS_HOME/webservices