sbailliez 01/12/15 11:01:45
Modified: docs/manual/OptionalTasks antlr.html
Log:
Try to be crystal-clear about what to do with ANTLR.
Revision Changes Path
1.5 +9 -0 jakarta-ant/docs/manual/OptionalTasks/antlr.html
Index: antlr.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/antlr.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- antlr.html 2001/12/15 13:41:39 1.4
+++ antlr.html 2001/12/15 19:01:45 1.5
@@ -24,6 +24,15 @@
This task only invokes ANTLR if the grammar file is newer than the
generated
files.
</p>
+<p>
+<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)
+ into ${ant.home}/lib. Dropping the default jar (70KB) is probably not
enough
+ for most needs and your only option will be to add ANTLR home directory
+ to your classpath as described in ANTLR <tt>install.html</tt> document.
+</i>
+</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>