peterreilly 2004/09/15 05:41:02
Modified: docs/manual install.html
Log:
Doc for groovy jars installation
Revision Changes Path
1.74 +15 -0 ant/docs/manual/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/install.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- install.html 6 Sep 2004 22:09:20 -0000 1.73
+++ install.html 15 Sep 2004 12:41:01 -0000 1.74
@@ -342,6 +342,21 @@
<td><a href="http://jakarta.apache.org/bsf/"
target="_top">http://jakarta.apache.org/bsf/</a></td>
</tr>
<tr>
+ <td>Groovy jars</td>
+ <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-6, the jars are
+ groovy-1.0-beta-6.jar, asm-1.4.1.jar and asm-util-1.4.3.jar.
+ </td>
+ <td>
+ <a href="http://groovy.codehaus.org/">http://groovy.codehaus.org/</a>
+ <br/>
+ The asm jars are also available from the creators of asm -
+ <a href="http://asm.objectweb.org/">http://asm.objectweb.org/</a>
+ </td>
+ </tr>
+ <tr>
<td>netrexx.jar</td>
<td>netrexx task, Rexx with the script task</td>
<td><a href="http://www2.hursley.ibm.com/netrexx/" target="_top">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]