From d1b6046bae5b6a303de916d0d81576d2dbffae25 Mon Sep 17 00:00:00 2001
From: Stephane Bailliez
Date: Sat, 15 Dec 2001 19:01:45 +0000
Subject: [PATCH] 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
---
docs/manual/OptionalTasks/antlr.html | 9 +++++++++
1 file changed, 9 insertions(+)
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