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:03 UTC

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

markt       2004/06/18 16:49:03

  Modified:    webapps/tomcat-docs jasper-howto.xml
  Log:
  Fix bug 23880. Correct ant path
    - Patch provided by Ben Kelley
  
  Revision  Changes    Path
  1.11      +1 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jasper-howto.xml	16 Mar 2004 22:51:17 -0000	1.10
  +++ jasper-howto.xml	18 Jun 2004 23:49:03 -0000	1.11
  @@ -239,7 +239,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