Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11416 invoked from network); 27 Oct 2005 07:48:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Oct 2005 07:48:16 -0000 Received: (qmail 20964 invoked by uid 500); 27 Oct 2005 07:48:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 20039 invoked by uid 500); 27 Oct 2005 07:48:08 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 20028 invoked by uid 99); 27 Oct 2005 07:48:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2005 00:48:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Jon.Skeet@clearswift.com designates 213.146.158.166 as permitted sender) Received: from [213.146.158.166] (HELO uk-app-2.clearswift.com) (213.146.158.166) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2005 00:48:04 -0700 Received: from uk-msw-a.clearswift.com ([10.44.30.43]) by uk-app-2.clearswift.com (8.13.4/8.13.4) with ESMTP id j9R7lf6R020607 for ; Thu, 27 Oct 2005 08:47:41 +0100 Received: from uk-msw-1.clearswift.com (unverified) by uk-msw-a.clearswift.com (Clearswift SMTPRS 5.1.7) with ESMTP id for ; Thu, 27 Oct 2005 08:55:57 +0100 Received: from GEMINI.EUROPE.CLEARSWIFT.COM (unverified) by uk-msw-1.clearswift.com (Content Technologies SMTPRS 4.3.19) with ESMTP id for ; Thu, 27 Oct 2005 08:50:34 +0100 Received: from exchclusta.EUROPE.CLEARSWIFT.COM ([10.44.16.98]) by GEMINI.EUROPE.CLEARSWIFT.COM with Microsoft SMTPSVC(5.0.2195.6713); Thu, 27 Oct 2005 08:47:41 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Importing files - at the end of the file or not? Date: Thu, 27 Oct 2005 08:47:41 +0100 Message-ID: <6EAA8AD82D7EBF478CCE262FA32C6C6401806DA6@GEMINI.EUROPE.CLEARSWIFT.COM> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Importing files - at the end of the file or not? Thread-Index: AcXayrUOyYTUIH+1Tk2VlD5fDkHN6A== From: "Jon Skeet" To: X-OriginalArrivalTime: 27 Oct 2005 07:47:41.0275 (UTC) FILETIME=[B57882B0:01C5DACA] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm trying to update our build procedures using some of the guidelines in http://www.1060.org/blogxter/resources/5/ant-1.7.pdf =20 They claim that an imported file is added to the *end* of the importing file. That would suggest to me that top-level tasks in the imported file would get executed *after* the top-level tasks in the importing file. For instance: Importing.xml: Importing Imported.xml: Imported I would *expect* (but not desire) the result to be: Importing Imported In fact, the result is: Imported Importing That's absolutely what I want, in fact - because the files I want to import will be defining tasks, setting properties etc. However, I'd really like to know that the behaviour is going to stay the same, *and* in what way "imports are imported to the tail". On a side-note - it's nice to be back on the list :) Jon Clearswift monitors, controls and protects all its messaging traffic in com= pliance with its corporate email policy using Clearswift products. Find out more about Clearswift, its solutions and services at http://www.cl= earswift.com This communication is confidential and may contain privileged information i= ntended solely for the named addressee(s). It may not be used or disclosed = except for the purpose for which it has been sent. If you are not the inten= ded recipient, you must not copy, distribute or take any action in reliance= on it. Unless expressly stated, opinions in this message are those of the = individual sender and not of Clearswift. If you have received this communic= ation in error, please notify Clearswift by emailing support@clearswift.com= quoting the sender and delete the message and any attached documents. Clea= rswift accepts no liability or responsibility for any onward transmission o= r use of emails and attachments having left the Clearswift domain. This footnote confirms that this email message has been swept by MIMEsweepe= r for Content Security threats, including computer viruses. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org