Browse Source

document that symlink's link attribute is not resolved against basedir

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@935067 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
f70ce7b08a
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      docs/manual/OptionalTasks/symlink.html

+ 7
- 1
docs/manual/OptionalTasks/symlink.html View File

@@ -48,7 +48,13 @@ set of links to record, or a set of property files to create links from. </p>
</tr> </tr>
<tr> <tr>
<td valign="top">link</td> <td valign="top">link</td>
<td valign="top">The name of the link to be created or deleted.</td>
<td valign="top">The name of the link to be created or deleted.<br/>
<b>Note</b> this attribute is resolved against the current
working directory rather than the project's basedir for
historical reasons. It is recommended you always use an
absolute path or a path like <code>${basedir}/some-path</code>
as its value.
</td>
<td valign="center" align="center" >required for <td valign="center" align="center" >required for
action="single" or "delete". Ignored in other actions.</td> action="single" or "delete". Ignored in other actions.</td>
</tr> </tr>


Loading…
Cancel
Save