From d21e6ff3f5c851ec9e39e9e6999ec3de0fac8cd0 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 7 Dec 2001 10:55:25 +0000
Subject: [PATCH] improve documentation of the regexp mapper.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270086 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/mapper.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html
index 3f197f80b..406a4e6bb 100644
--- a/docs/manual/CoreTypes/mapper.html
+++ b/docs/manual/CoreTypes/mapper.html
@@ -243,6 +243,14 @@ href="http://www.cacas.org/~wes/java/" target="_top">gnu.regexp or gnu.rex with Ant, see this
article.
+This means, you need optional.jar
from the Ant release
+you are using and one of the supported regular
+expression libraries. Make sure, both will be loaded from the same
+classpath, that is either put them into your CLASSPATH
,
+ANT_HOME/lib
directory or a nested
+<classpath>
element of the mapper - you cannot have
+optional.jar
in ANT_HOME/lib
and the library
+in a nested <classpath>
.
Ant will choose the regular-expression library based on the
following algorithm: