You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/04/02 16:26:43 UTC

cvs commit: ant/docs/manual/OptionalTasks antlr.html

bodewig     2003/04/02 06:26:43

  Modified:    docs/manual/OptionalTasks Tag: ANT_15_BRANCH antlr.html
  Log:
  Improve antlr docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.5   +9 -2      ant/docs/manual/OptionalTasks/antlr.html
  
  Index: antlr.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/antlr.html,v
  retrieving revision 1.6.2.4
  retrieving revision 1.6.2.5
  diff -u -r1.6.2.4 -r1.6.2.5
  --- antlr.html	4 Sep 2002 11:21:14 -0000	1.6.2.4
  +++ antlr.html	2 Apr 2003 14:26:43 -0000	1.6.2.5
  @@ -24,7 +24,7 @@
     This task only invokes ANTLR if the grammar file is newer than the generated
     files.
   </p>
  -<p>
  +<p>Antlr 2.7.1 Note:
   <i>
     To successfully run ANTLR, your best option is probably to build the whole
     jar with the provided script <b>mkalljar</b> and drop the resulting jar (about 300KB)
  @@ -33,6 +33,13 @@
     to your classpath as described in ANTLR <tt>install.html</tt> document.
   </i>
   </p>
  +<p>Antlr 2.7.2 Note:
  +<i>
  +  Instead of the above, you will need antlrall.jar that can be created
  +  by the <b>antlr-all.jar</b> target of the Makefile provided with the
  +  download.
  +</i>
  +</p>
   
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
  @@ -170,7 +177,7 @@
   </p>
   <hr>
   
  -<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>