diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html index 15d97d4e2..1c2a2a624 100644 --- a/docs/manual/CoreTypes/mapper.html +++ b/docs/manual/CoreTypes/mapper.html @@ -66,7 +66,12 @@ with the following attributes:
Note that Ant will not automatically convert / or \ characters in
the to
and from
attributes to the correct
directory separator of your current platform. If you need to specify
-this separator, use ${file.separator}
instead.
${file.separator}
instead.
+ For the regexpmapper, ${file.separator}
will not work,
+as on windows it is the '\' character, and this is an escape character
+for regular expressions, one should use the handledirchar
attribute
+instead.
+
The classpath can be specified via a nested
<classpath>
, as well - that is,