Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 90690 invoked from network); 24 Jul 2007 05:23:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 05:23:51 -0000 Received: (qmail 35923 invoked by uid 500); 24 Jul 2007 05:23:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 35879 invoked by uid 500); 24 Jul 2007 05:23:47 -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 35868 invoked by uid 99); 24 Jul 2007 05:23:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 22:23:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.58.150] (HELO web55101.mail.re4.yahoo.com) (206.190.58.150) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Jul 2007 22:23:45 -0700 Received: (qmail 80084 invoked by uid 60001); 24 Jul 2007 05:23:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=hFVvb4OqJX+qnhsvKfED/eROervB/XwNtOI6hLCltT44c/tHiijGxC5GIVJpbgnws0IFNXwD/ZDYGfZBHcHWI9Fi4r7B/dmJ52zZZmaDFp806Mwy02pK8zChACBjiFZw1sKKeEfg5WChmhayA5xqmteyNzm7JuZBGbS7VhRYUEU=; X-YMail-OSG: LQBV2pEVM1mIv1KxrBuoyi8Kp6n7d6_02yE0x094.S61H6AFXKP1mDD7yknm6ux9nz8cJIvUlofZbS6jD_0UNjvx19zLqaIKuNJvL2QTfpWtnvP8Ykc- Received: from [72.171.0.139] by web55101.mail.re4.yahoo.com via HTTP; Mon, 23 Jul 2007 22:23:23 PDT Date: Mon, 23 Jul 2007 22:23:23 -0700 (PDT) From: Matt Benson Subject: Re: Extending org.apache.tools.ant.types.Path in Ant 1.7 To: Ant Users List In-Reply-To: <11756872.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <898766.79804.qm@web55101.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --- "Paul J. Morris" wrote: > > Hi, > > I've a custom Path type that worked under ANT 1.6.5, > but not under 1.7. > > The method "public String[] list()" is not being > called. There is however > a get iterator type method from the > ResourceCollection contract. Is this > supposed to be over-ridden in 1.7? However it is > marked as final (public > final synchronized Iterator iterator() ) , so that > isn't possible. > > > Or is there something I'm missing? > No--I'd call this a regression (introduced by yours truly). If possible, could you open a bugzilla report for this, and maybe we can get it fixed in time for Ant 1.7.1 . -Matt > > thanks > Paul > > -- > View this message in context: > http://www.nabble.com/Extending-org.apache.tools.ant.types.Path-in-Ant-1.7-tf4133831.html#a11756872 > Sent from the Ant - Users mailing list archive at > Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org > > ____________________________________________________________________________________ Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. http://smallbusiness.yahoo.com/webhosting --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org