Browse Source

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
master
Peter Reilly 19 years ago
parent
commit
a2752e8df2
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      docs/manual/install.html

+ 7
- 2
docs/manual/install.html View File

@@ -589,8 +589,13 @@ you need jakarta-oro 2.0.1 or later, and <a href="#commons-net">commons-net</a><
<td>Groovy with script and scriptdef tasks<br>
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.
</td>
<td>
<a href="http://groovy.codehaus.org/">http://groovy.codehaus.org/</a>


Loading…
Cancel
Save