antoine     2003/06/28 08:43:43

  Modified:    docs/manual install.html
  Log:
  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
  
  Revision  Changes    Path
  1.54      +13 -2     ant/docs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/install.html,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- install.html      4 Jun 2003 07:08:50 -0000       1.53
  +++ install.html      28 Jun 2003 15:43:43 -0000      1.54
  @@ -332,7 +332,8 @@
     </tr>
     <tr>
       <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>
     </tr>
     <tr>
  @@ -343,7 +344,8 @@
     </tr>
     <tr>
       <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>
     </tr>
     <tr>
  @@ -438,6 +440,15 @@
       <td>image task</td>
       <td><a href="http://java.sun.com/products/java-media/jai/";
           target="_top">http://java.sun.com/products/java-media/jai/</a></td>
  +  </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>
   <br>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to