Browse Source

explain how relative paths are resolved for the basedir attribute. PR 52343

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1225124 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
d9feb7d3ed
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      manual/using.html

+ 4
- 1
manual/using.html View File

@@ -61,7 +61,10 @@ to be unique. (For additional information, see the
the "basedir"
property beforehand. When this is done, it must be omitted in the
project tag. If neither the attribute nor the property have
been set, the parent directory of the buildfile will be used.</td>
been set, the parent directory of the buildfile will be used.<br/>
A relative path is resolved relative to the directory containing
the build file.
</td>
<td align="center" valign="top">No</td>
</tr>
</table>


Loading…
Cancel
Save