Browse Source

Added the IContract.jar file in the installation dependencies.

Added recommended versions of bsf.jar and js.jar (Rhino)
coming from an email of Peter Reilly.
http://article.gmane.org/gmane.comp.jakarta.ant.user/13887


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274729 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
4f13f33c39
1 changed files with 13 additions and 2 deletions
  1. +13
    -2
      docs/manual/install.html

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

@@ -332,7 +332,8 @@ Installing Ant / Optional Tasks</a> section above.</p>
</tr> </tr>
<tr> <tr>
<td >bsf.jar</td> <td >bsf.jar</td>
<td>script task</td>
<td>script task<br/>
bsf2.3 is recommended.</td>
<td><a href="http://jakarta.apache.org/bsf/" target="_top">http://jakarta.apache.org/bsf/</a></td> <td><a href="http://jakarta.apache.org/bsf/" target="_top">http://jakarta.apache.org/bsf/</a></td>
</tr> </tr>
<tr> <tr>
@@ -343,7 +344,8 @@ Installing Ant / Optional Tasks</a> section above.</p>
</tr> </tr>
<tr> <tr>
<td>js.jar</td> <td>js.jar</td>
<td>Javascript with script task</td>
<td>Javascript with script task<br/>
rhino 1.5R3 is the recommended version. Do not use 1.5R4.</td>
<td><a href="http://www.mozilla.org/rhino/" target="_top">www.mozilla.org/rhino</a></td> <td><a href="http://www.mozilla.org/rhino/" target="_top">www.mozilla.org/rhino</a></td>
</tr> </tr>
<tr> <tr>
@@ -439,6 +441,15 @@ Already included in jdk 1.4</td>
<td><a href="http://java.sun.com/products/java-media/jai/" <td><a href="http://java.sun.com/products/java-media/jai/"
target="_top">http://java.sun.com/products/java-media/jai/</a></td> target="_top">http://java.sun.com/products/java-media/jai/</a></td>
</tr> </tr>
<tr>
<td>IContract</td>
<td>icontract task<br/>
Warning : the icontract jar file contains also antlr classes.<br/>
To make the antlr task work properly, remove antlr/ANTLRGrammarParseBehavior.class
from the icontract jar file installed under $ANT_HOME/lib.</td>
<td><a href="http://www.reliable-systems.com/tools/"
target="_top">http://www.reliable-systems.com/tools/</a></td>
</tr>
</table> </table>
<br> <br>
<hr> <hr>


Loading…
Cancel
Save