Browse Source

Try to be crystal-clear about what to do with ANTLR.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270162 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
d1b6046bae
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/manual/OptionalTasks/antlr.html

+ 9
- 0
docs/manual/OptionalTasks/antlr.html View File

@@ -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">


Loading…
Cancel
Save