Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 31996 invoked from network); 29 Apr 2004 10:27:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Apr 2004 10:27:07 -0000 Received: (qmail 22875 invoked by uid 500); 29 Apr 2004 10:13:56 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 22650 invoked by uid 500); 29 Apr 2004 10:13:53 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 22562 invoked by uid 500); 29 Apr 2004 10:13:52 -0000 Received: (qmail 22485 invoked from network); 29 Apr 2004 10:13:51 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 29 Apr 2004 10:13:51 -0000 Received: (qmail 23888 invoked by uid 1539); 29 Apr 2004 10:14:17 -0000 Date: 29 Apr 2004 10:14:17 -0000 Message-ID: <20040429101417.23887.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks import.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peterreilly 2004/04/29 03:14:17 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH import.html Log: sync Revision Changes Path No revision No revision 1.6.2.8 +4 -8 ant/docs/manual/CoreTasks/import.html Index: import.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/import.html,v retrieving revision 1.6.2.7 retrieving revision 1.6.2.8 diff -u -r1.6.2.7 -r1.6.2.8 --- import.html 16 Apr 2004 22:49:09 -0000 1.6.2.7 +++ import.html 29 Apr 2004 10:14:17 -0000 1.6.2.8 @@ -62,12 +62,6 @@ 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 @@ file @@ -90,7 +86,7 @@ optional --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org
- 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