Author: bodewig
Date: Wed Dec 28 07:26:21 2011
New Revision: 1225124
URL: http://svn.apache.org/viewvc?rev=1225124&view=rev
Log:
explain how relative paths are resolved for the basedir attribute. PR 52343
Modified:
ant/core/trunk/manual/using.html
Modified: ant/core/trunk/manual/using.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/manual/using.html?rev=1225124&r1=1225123&r2=1225124&view=diff
==============================================================================
--- ant/core/trunk/manual/using.html (original)
+++ ant/core/trunk/manual/using.html Wed Dec 28 07:26:21 2011
@@ -61,7 +61,10 @@ to be unique. (For additional informatio
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>