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: