Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 83862 invoked from network); 4 Oct 2006 11:24:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 11:24:48 -0000 Received: (qmail 9240 invoked by uid 500); 4 Oct 2006 11:24:46 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 9201 invoked by uid 500); 4 Oct 2006 11:24:46 -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 9190 invoked by uid 99); 4 Oct 2006 11:24:46 -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 [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2006 04:24:43 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id C4AE54C091 for ; Wed, 4 Oct 2006 12:23:58 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QF+Puwt3dc4H for ; Wed, 4 Oct 2006 12:23:58 +0100 (BST) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [16.25.144.56]) by tobor.hpl.hp.com (Postfix) with ESMTP id 0896B4C090 for ; Wed, 4 Oct 2006 12:23:57 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id k94BNkk5011073 for ; Wed, 4 Oct 2006 12:23:46 +0100 (BST) Message-ID: <452399C2.1030809@apache.org> Date: Wed, 04 Oct 2006 12:23:46 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Ant Developers List Subject: Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference References: <4523803F.3000802@gentoo.org> In-Reply-To: <4523803F.3000802@gentoo.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Vlastimil Babka wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > It happens because WeakishReference.java imports > optional/WeakishReference12.java. Shouldn't be problem as long as you > use both jars together, but in Gentoo we are packaging them separately, > so it can be a problem (in case somebody still uses WeakishReference :) Maybe we can kill WeakishReference it was only there to let Java1.2 hang on to stuff weakly and yet still have code that worked on Java1.1. That is no longer a requirement... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org