diff --git a/docs/manual/OptionalTasks/antlr.html b/docs/manual/OptionalTasks/antlr.html index 91814de0d..185afc75d 100644 --- a/docs/manual/OptionalTasks/antlr.html +++ b/docs/manual/OptionalTasks/antlr.html @@ -24,6 +24,15 @@ This task only invokes ANTLR if the grammar file is newer than the generated files.

+

+ + To successfully run ANTLR, your best option is probably to build the whole + jar with the provided script mkalljar 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 install.html document. + +

Parameters