Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 27115 invoked by uid 500); 29 Sep 2001 05:09:29 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 27106 invoked from network); 29 Sep 2001 05:09:29 -0000 Message-ID: <008201c148a5$209abca0$6501a8c0@GILAMONSTER> From: "Erik Hatcher" To: References: <3.0.32.20010927141649.00cf87e0@zbl6c008.corpeast.baynetworks.com> <20010928151522.SDDD13193.mss.rdc2.nsw.optushome.com.au@there> <002701c14833$68b0be30$6501a8c0@GILAMONSTER> <20010928234140.ZZKH13193.mss.rdc2.nsw.optushome.com.au@there> Subject: Re: [PATCH] Script enhancement to standardize the "project" object exposed Date: Fri, 28 Sep 2001 22:10:57 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_007F_01C1486A.72EA3750" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_007F_01C1486A.72EA3750 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Sat, 29 Sep 2001 01:36, Erik Hatcher wrote: > > The reason would be so that Target "test1" takes advantage of the "self" modification [beans.add("self", this)]. Target "test2" does it the old-fashioned way, where it has to know its own "id" in order to access itself as a Task. I mainly view