bodewig 01/08/10 00:34:28
Modified: docs/manual/CoreTypes Tag: ANT_14_BRANCH mapper.html
Log:
clarify documentation of <mapper>'s to and from attributes.
PR: 3053
Revision Changes Path
No revision
No revision
1.4.2.1 +4 -0 jakarta-ant/docs/manual/CoreTypes/mapper.html
Index: mapper.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/mapper.html,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- mapper.html 2001/07/11 08:03:08 1.4
+++ mapper.html 2001/08/10 07:34:28 1.4.2.1
@@ -63,6 +63,10 @@
<td align="center" valign="top">Depends on implementation.</td>
</tr>
</table>
+<p>Note that Ant will not automatically convert / or \ characters in
+the <code>to</code> and <code>from</code> attributes to the correct
+directory separator of your current platform. If you need to specify
+this separator, use <code>${file.separator}</code> instead.</p>
<p>The classpath can be specified via a nested
<code><classpath></code>, as well - that is,
a <a href="../using.html#path">path</a>-like structure.</p>