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.
Note that "builddocs" is not the filename, but the name attribute present in the imported project tag.

-Important: 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.

Parameters

@@ -81,7 +75,9 @@ imported files.
file @@ -90,7 +86,7 @@ imported files.
optional
- The file to import. + The file to import. If this is a relative file name, the file name will be resolved + relative to the importing file. Note, this is unlike most other + ant file attributes, where relative files are resolved relative to ${basedir}. Yes
- 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. No