From 8ad0831645db1b05bf0281544b99b3ced09f7e28 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 23 Dec 2003 15:28:19 +0000 Subject: [PATCH] Remind user that JDK 1.4+ includes its own regexp impl PR: 25709 Submitted by: Jesse Glick (jglick at netbeans dot org) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275834 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/install.html b/docs/manual/install.html index 576b4fcac..3c69cba4d 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -269,7 +269,10 @@ the current Ant version in ANT_HOME.

The following libraries are needed in your CLASSPATH or in the install directory's lib 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 Installing Ant / Optional Tasks section above.