Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 45002 invoked by uid 500); 28 Jun 2003 15:43:44 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 44986 invoked by uid 500); 28 Jun 2003 15:43:44 -0000 Received: (qmail 44975 invoked from network); 28 Jun 2003 15:43:43 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 28 Jun 2003 15:43:43 -0000 Received: (qmail 60714 invoked by uid 1652); 28 Jun 2003 15:43:43 -0000 Date: 28 Jun 2003 15:43:43 -0000 Message-ID: <20030628154343.60713.qmail@icarus.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual install.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ bsf.jar - script task + script task
+ bsf2.3 is recommended. http://jakarta.apache.org/bsf/ @@ -343,7 +344,8 @@ js.jar - Javascript with script task + Javascript with script task
+ rhino 1.5R3 is the recommended version. Do not use 1.5R4. www.mozilla.org/rhino @@ -438,6 +440,15 @@ image task http://java.sun.com/products/java-media/jai/ + + + IContract + icontract task
+ Warning : the icontract jar file contains also antlr classes.
+ To make the antlr task work properly, remove antlr/ANTLRGrammarParseBehavior.class + from the icontract jar file installed under $ANT_HOME/lib. + http://www.reliable-systems.com/tools/
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org