antoine 2003/12/23 07:28:19 Modified: docs/manual install.html Log: Remind user that JDK 1.4+ includes its own regexp impl PR: 25709 Submitted by: Jesse Glick (jglick at netbeans dot org) Revision Changes Path 1.64 +4 -1 ant/docs/manual/install.html Index: install.html =================================================================== RCS file: /home/cvs/ant/docs/manual/install.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- install.html 8 Dec 2003 22:59:54 -0000 1.63 +++ install.html 23 Dec 2003 15:28:19 -0000 1.64 @@ -269,7 +269,10 @@ <p>The following libraries are needed in your CLASSPATH or in the install directory's <code>lib</code> directory if you are using the indicated feature. Note that only one of the regexp libraries is -needed for use with the mappers. You will also need to install the +needed for use with the mappers +(and Java 1.4 and higher includes a regexp implementation which +Ant will find automatically). +You will also need to install the Ant optional jar containing the task definitions to make these tasks available. Please refer to the <a href="#optionalTasks"> Installing Ant / Optional Tasks</a> section above.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]