From a2752e8df2868053c731ac4e3b7a5a8015a2d080 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 11 Sep 2006 21:00:03 +0000 Subject: [PATCH] add antlr to groovy jars and add not about groovt-all, Bugzilla 37769 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442349 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/manual/install.html b/docs/manual/install.html index 786dc6bbc..4039b5169 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -589,8 +589,13 @@ you need jakarta-oro 2.0.1 or later, and commons-net< Groovy with script and scriptdef tasks
You need to get the groovy jar and two asm jars from a groovy installation. The jars are groovy-[version].jar, asm-[vesion].jar and - asm-util-[version].jar. As of groovy version 1.0-beta-7, the jars are - groovy-1.0-beta-7.jar, asm-1.4.3.jar and asm-util-1.4.3.jar. + asm-util-[version].jar and antlr-[version].jar. + As of groovy version 1.0-JSR-06, the jars are + groovy-1.0-JSR-06.jar, antlr-2.7.5.jar, asm-2.2.jar and asm-util-2.2.jar. + Alternatively one may use the embedded groovy jar file. + This is located in the embedded directory of the groovy distribution. + This bundles all the needed jar files into one jar file. + It is called groovy-all-[version].jar. http://groovy.codehaus.org/