Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 99368 invoked from network); 28 Feb 2006 16:35:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 16:35:51 -0000 Received: (qmail 54069 invoked by uid 500); 28 Feb 2006 16:35:25 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 53971 invoked by uid 500); 28 Feb 2006 16:35:24 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 53898 invoked by uid 99); 28 Feb 2006 16:35:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 08:35:24 -0800 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 rjmpsmith@gmail.com designates 66.249.82.195 as permitted sender) Received: from [66.249.82.195] (HELO xproxy.gmail.com) (66.249.82.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 08:35:21 -0800 Received: by xproxy.gmail.com with SMTP id s13so748630wxc for ; Tue, 28 Feb 2006 08:35:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rTBM6Ta18eIGTwJvbU9tjK9cKff0F/ilRi6u0C+0LcOnEhyKQWF7UTD0SDJ4pH//8FR04bnvA5kYPGaCKlkS5BbyHqdMsWDRx+mlfOjEu8GKSu53lBWz5kDgLskqf1owNq7umHaQzzNeEQHE+X/SP0xqx7thNp9nXT6sZNVy44w= Received: by 10.70.129.17 with SMTP id b17mr784954wxd; Tue, 28 Feb 2006 08:35:00 -0800 (PST) Received: by 10.70.65.10 with HTTP; Tue, 28 Feb 2006 08:35:00 -0800 (PST) Message-ID: <11c73af90602280835k54410eeyd52dd05b53619434@mail.gmail.com> Date: Tue, 28 Feb 2006 11:35:00 -0500 From: "Robert Smith" To: "Ant Developers List" Subject: Re: Adding equals() and hashCode() methods to Task and Target In-Reply-To: <44047803.9060603@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <11c73af90602280757u3c881532xaf22e800ae2723ad@mail.gmail.com> <44047803.9060603@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Steve, > Yes, I'm aware of it, its on the general list of "abuses of Ant", but on > the mild scale compared to GridAnt or (possibly) Askalon. Ouch! Where can I find this list, and what can I do to get off of it? > If its just the logger, dont you really need a special remote task > logger instead of trying to use local classes as proxies for the distant > ones. Possible. I do seem to recall that there was a (seemingly) valid reason to do it this way at the time. > Or, we tune XmlLogger to store things differently, perhaps by > giving every task/target a unique ID, which could just be a number > allocated by a synchronized counter. Yes. This would probably be the easiest, and safest solution. Thanks for your suggestions! Robert > > -Steve > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org