You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2004/06/19 01:49:21 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

markt       2004/06/18 16:49:21

  Modified:    webapps/docs jasper-howto.xml
  Log:
  Fix bug 23880. Correct ant path
    - Patch provided by Ben Kelley
    - Ported from TC4
  
  Revision  Changes    Path
  1.14      +1 -1      jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jasper-howto.xml	17 Mar 2004 00:09:22 -0000	1.13
  +++ jasper-howto.xml	18 Jun 2004 23:49:21 -0000	1.14
  @@ -228,7 +228,7 @@
   (replacing the tokens with the Tomcat base path and the path to the webapp 
   which should be precompiled):<br/>
   <source>
  -$ANT_HOME/ant -Dtomcat.home=&lt;$TOMCAT_HOME&gt; -Dwebapp.path=&lt;$WEBAPP_PATH&gt;
  +$ANT_HOME/bin/ant -Dtomcat.home=&lt;$TOMCAT_HOME&gt; -Dwebapp.path=&lt;$WEBAPP_PATH&gt;
   </source>
   </p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org