You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2001/02/14 18:27:22 UTC

cvs commit: jakarta-struts build.bat build.sh

craigmcc    01/02/14 09:27:21

  Modified:    .        build.bat build.sh
  Log:
  Modify the comments to make it clear that both Tomcat 4.0 and 3.2 are
  optional - they are only needed if you want to use the "deploy.catalina"
  or "deploy.tomcat" targets of the "build.xml" file.
  
  Submitted by: Marcus Ahnve <ma...@lecando.com>
  PR: Bugzilla #588
  
  Revision  Changes    Path
  1.11      +9 -3      jakarta-struts/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.bat,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.bat	2001/02/02 02:26:05	1.10
  +++ build.bat	2001/02/14 17:27:18	1.11
  @@ -11,7 +11,10 @@
   rem                         executing Ant. [none]
   rem
   rem   CATALINA_HOME         Build directory for "jakarta-tomcat-4.0".
  -rem                         [../build/tomcat-4.0]
  +rem                         [../jakarta-tomcat-4.0/build]  This is required
  +rem                         only if you wish to deploy Struts directly to the
  +rem                         Tomcat 4.0 build directory - otherwise it is
  +rem                         optional
   rem
   rem   JAVA_HOME             Java Development Kit directory. [REQUIRED]
   rem
  @@ -19,9 +22,12 @@
   rem                         [../jakarta-servletapi]
   rem
   rem   TOMCAT_HOME           Build directory for "jakarta-tomcat".
  -rem                         [../build/tomcat]
  +rem                         [../build/tomcat]  This is required only
  +rem                         if you wish to deploy Struts directly to the
  +rem                         Tomcat 3.2 build directory - otherwise it is
  +rem                         optional
   rem
  -rem $Id: build.bat,v 1.10 2001/02/02 02:26:05 craigmcc Exp $
  +rem $Id: build.bat,v 1.11 2001/02/14 17:27:18 craigmcc Exp $
   rem ---------------------------------------------------------------------------
   
   
  
  
  
  1.6       +9 -3      jakarta-struts/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.sh	2001/02/02 02:26:05	1.5
  +++ build.sh	2001/02/14 17:27:19	1.6
  @@ -11,7 +11,10 @@
   #                         executing Ant. [none]
   #
   #   CATALINA_HOME         Build directory for "jakarta-tomcat-4.0".
  -#                         [../build/tomcat-4.0]
  +#                         [../jakarta-tomcat-4.0/build]  This is required only
  +#                         if you wish to deploy Struts directly to the
  +#                         Tomcat 4.0 build directory - otherwise it is
  +#                         optional
   #
   #   JAVA_HOME             Java Development Kit directory. [REQUIRED]
   #
  @@ -19,9 +22,12 @@
   #                         [../jakarta-servletapi]
   #
   #   TOMCAT_HOME           Build directory for "jakarta-tomcat".
  -#                         [../build/tomcat]
  +#                         [../build/tomcat]  This is required only
  +#                         if you wish to deploy Struts directly to the
  +#                         Tomcat 3.x build directory - otherwise it is
  +#                         optional
   #
  -# $Id: build.sh,v 1.5 2001/02/02 02:26:05 craigmcc Exp $
  +# $Id: build.sh,v 1.6 2001/02/14 17:27:19 craigmcc Exp $
   # -----------------------------------------------------------------------------