From 6e9613058024cc21836bbdf6efc09b1a824f6f2a Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 15 Sep 2004 12:41:01 +0000 Subject: [PATCH] Doc for groovy jars installation git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276861 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/manual/install.html b/docs/manual/install.html index 37a204b99..596b3770b 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -341,6 +341,21 @@ you need jakarta-oro 2.0.1 or later, and commons-net< the IBM version. I.e. you need BSF 2.3.0-rc1 or later. http://jakarta.apache.org/bsf/ + + Groovy jars + 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-6, the jars are + groovy-1.0-beta-6.jar, asm-1.4.1.jar and asm-util-1.4.3.jar. + + + http://groovy.codehaus.org/ +
+ The asm jars are also available from the creators of asm - + http://asm.objectweb.org/ + + netrexx.jar netrexx task, Rexx with the script task