marcsaeg    01/03/07 16:56:42

  Modified:    src/doc/appdev Tag: tomcat_32 source.html
  Log:
  The source for the example bulid.bat was incorrect.  There is a missing
  %CP% on the second set.  The example build.bat file was fixed ages ago
  but the documentation hadn't gotten updated.
  
  PR: 447
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.4.3   +3 -3      jakarta-tomcat/src/doc/appdev/source.html
  
  Index: source.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/source.html,v
  retrieving revision 1.2.4.2
  retrieving revision 1.2.4.3
  diff -u -r1.2.4.2 -r1.2.4.3
  --- source.html       2000/11/27 22:45:49     1.2.4.2
  +++ source.html       2001/03/08 00:56:41     1.2.4.3
  @@ -208,7 +208,7 @@
   <pre>
   #!/bin/sh
   # build -- Build Script for the "Hello, World" Application
  -# $Id: source.html,v 1.2.4.2 2000/11/27 22:45:49 craigmcc Exp $
  +# $Id: source.html,v 1.2.4.3 2001/03/08 00:56:41 marcsaeg Exp $
   
   # Identify the custom class path components we need
   CP=$TOMCAT_HOME/lib/ant.jar:$TOMCAT_HOME/lib/servlet.jar
  @@ -227,13 +227,13 @@
   <pre>
   @echo off
   rem build.bat -- Build Script for the "Hello, World" Application
  -rem $Id: source.html,v 1.2.4.2 2000/11/27 22:45:49 craigmcc Exp $
  +rem $Id: source.html,v 1.2.4.3 2001/03/08 00:56:41 marcsaeg Exp $
   
   set _CP=%CP%
   
   rem Identify the custom class path components we need
   set CP=%TOMCAT_HOME%\lib\ant.jar;%TOMCAT_HOME%\lib\servlet.jar
  -set CP=%TOMCAT_HOME%\lib\jaxp.jar;%TOMCAT_HOME%\lib\parser.jar
  +set CP=%CP%;%TOMCAT_HOME%\lib\jaxp.jar;%TOMCAT_HOME%\lib\parser.jar
   set CP=%CP%;%JAVA_HOME%\lib\tools.jar
   
   rem Execute ANT to perform the requird build target
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to