diff options
| author | Peter Reilly <peterreilly@apache.org> | 2004-04-29 10:13:17 +0000 |
|---|---|---|
| committer | Peter Reilly <peterreilly@apache.org> | 2004-04-29 10:13:17 +0000 |
| commit | 1f6f45aebb95ddf56779db1609bf7bfcd4eddcb3 (patch) | |
| tree | 6161c5f1754d716e3d86f3322476f2fbc5237a27 | |
| parent | 64556cb1114e4667159d5941b5e0760ae24ed10f (diff) | |
| download | ant-1f6f45aebb95ddf56779db1609bf7bfcd4eddcb3.tar.gz | |
Describe relative file behaviour in <import> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276426 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | docs/manual/CoreTasks/import.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/manual/CoreTasks/import.html b/docs/manual/CoreTasks/import.html index 6345f13b2..bc1627543 100644 --- a/docs/manual/CoreTasks/import.html +++ b/docs/manual/CoreTasks/import.html @@ -62,12 +62,6 @@ property of the main buildfile.<br /> Note that "builddocs" is not the filename, but the name attribute present in the imported project tag.<br /> <br /> -<b>Important</b>: We have not finalized how relative file references -will be resolved in deep/complex build hierarchies -such as what -happens when an imported file imports another file. Use absolute -references for enhanced build file stability, especially in the -imported files.<br /> - <br /> <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tbody> @@ -81,7 +75,9 @@ imported files.<br /> file </td> <td valign="top"> - The file to import. + The file to import. If this is a relative file name, the file name will be resolved + relative to the <i>importing</i> file. <b>Note</b>, this is unlike most other + ant file attributes, where relative files are resolved relative to ${basedir}. </td> <td valign="top" align="center">Yes</td> </tr> @@ -90,7 +86,7 @@ imported files.<br /> optional </td> <td valign="top"> - if true, do not issue stop the build if the file does not exist, + If true, do not stop the build if the file does not exist, default is false. </td> <td valign="top" align="center">No</td> |
