Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 52039 invoked from network); 22 Jul 2009 13:41:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 13:41:58 -0000 Received: (qmail 40872 invoked by uid 500); 22 Jul 2009 13:43:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 40811 invoked by uid 500); 22 Jul 2009 13:43:03 -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 40801 invoked by uid 99); 22 Jul 2009 13:43:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 13:43:03 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.142.181] (HELO samaflost.de) (88.84.142.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 13:42:55 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 7643EE220014 for ; Wed, 22 Jul 2009 13:42:34 +0000 (UTC) Received: from samaflost.de ([127.0.0.1]) by localhost (v30161.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26597-05 for ; Wed, 22 Jul 2009 15:42:33 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 2525) id 30F11E22000A; Wed, 22 Jul 2009 15:42:33 +0200 (CEST) To: dev@ant.apache.org Subject: Re: svn commit: r796702 - in /ant/core/trunk: WHATSNEW src/etc/testcases/core/antclassloader.xml src/main/org/apache/tools/ant/AntClassLoader.java src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java X-Draft-From: ("nnfolder:mail.jakarta-ant" 94657) References: <20090722131717.9352C23888D9@eris.apache.org> From: Stefan Bodewig Date: Wed, 22 Jul 2009 15:42:33 +0200 In-Reply-To: <20090722131717.9352C23888D9@eris.apache.org> (bodewig@apache.org's message of "Wed\, 22 Jul 2009 13\:17\:17 -0000") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at samaflost.de X-Virus-Checked: Checked by ClamAV on apache.org On 2009-07-22, wrote: >> private Certificate[] getCertificates(File container, String entry) ... >> if (ent != null) { >> // must read the input in order to obtain certificates >> is = jarFile.getInputStream(ent); >> while (is.read() >= 0); >> } This means Ant will now read all class files loaded from jars twice, which is unfortunate but would require some bigger refactoring of AntClassLoader to avoid ... So far I haven't seen any measurable impact on Ant performance, though. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org