Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 91001 invoked from network); 16 Mar 2005 11:36:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Mar 2005 11:36:15 -0000 Received: (qmail 34527 invoked by uid 500); 16 Mar 2005 11:36:14 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 34485 invoked by uid 500); 16 Mar 2005 11:36:13 -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 34472 invoked by uid 99); 16 Mar 2005 11:36:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from tobor.hpl.hp.com (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 16 Mar 2005 03:36:13 -0800 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id C8F4737081 for ; Wed, 16 Mar 2005 11:36:10 +0000 (GMT) Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 20024) with LMTP id 00588-01-5 for ; Wed, 16 Mar 2005 11:35:58 +0000 (GMT) Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by tobor.hpl.hp.com (Postfix) with ESMTP id 51E233707D for ; Wed, 16 Mar 2005 11:35:58 +0000 (GMT) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j2GBZkRA011247 for ; Wed, 16 Mar 2005 11:35:47 GMT Message-ID: <42381A12.8010309@apache.org> Date: Wed, 16 Mar 2005 11:35:46 +0000 From: Steve Loughran User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/util CollectionUtils.java References: <20050315153127.69709.qmail@web30902.mail.mud.yahoo.com> In-Reply-To: <20050315153127.69709.qmail@web30902.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Scanned: by amavisd-new at hplb.hpl.hp.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Matt Benson wrote: > --- peterreilly@apache.org wrote: > >>peterreilly 2005/03/14 01:14:56 >> >> Modified: src/main/org/apache/tools/ant/util >>CollectionUtils.java >> Log: >> allow ant to compile with ant 1.5 again. > > > Oops! :) Thanks! > aah, it happens. my work project broke yesterday as someone added an int state variable with accessors on a class that extended Thread. But on java1.5, there is an enum State getState() in class thread. So no compile. And the week before, I put Boolean.valueOf(): boolean into code and broken Java1.4 builds. The 1.5 transition is not an easy one. -S. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org