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/