From 8e410f0f18af59a1726e34166b0633dc97723c41 Mon Sep 17 00:00:00 2001
From: Peter Reilly
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,