Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 31522 invoked from network); 23 Jun 2005 07:19:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2005 07:19:46 -0000 Received: (qmail 65749 invoked by uid 500); 23 Jun 2005 07:19:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 65490 invoked by uid 500); 23 Jun 2005 07:19:39 -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 65476 invoked by uid 99); 23 Jun 2005 07:19:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 00:19:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.156.183.195] (HELO gate2.seeburger.de) (62.156.183.195) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 00:19:40 -0700 Received: from (SEEDEBREXCHCL.seeburger.de) [10.0.0.7] by gate2.seeburger.de with esmtp (Exim 3.22 #1 (Debian)) id 1DlLzq-0002To-00; Thu, 23 Jun 2005 09:19:34 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse) Date: Thu, 23 Jun 2005 09:19:05 +0200 Message-ID: <761E4BE8F2661749BF0922125848D03612603D@SEEDEBREXCHCL.seeburger.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [[**SPAM**]] - RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse) - Bayesian Filter detected spam Thread-Index: AcV3OfmtHwIw5re6RCuI4BPmfWAKEQAiNBaA From: =?iso-8859-1?Q?Poll=E4hne=2E_Ullrich?= To: "Ant Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dominique, now I start to understand the numbers. ;-) The script contains a main target that simply calls the others with = antcall (since it is simpler to edit than editing the depends = attribute). Doing it this way: takes 32 seconds (31 with a fixed heap of 80MB) with ANT 1.6.5. Doing it this way: just takes 12 seconds (with a fixed heap of 80MB) with ANT 1.6.5. And this is nearly the same speed as with ANT 1.6.2. So it seems that the dependency checking is slowing down the script. The above targets do define some properties and then call the get task (indirectly, they call a presetdef). They do not define any dependency, just plain ''. Ullrich. > Ullrich, please run your scripts with the Performance listener from > Ant-Contrib to give us some hints about which tasks are=20 > taking longer in the > newer version of Ant. Maybe if you can identify one or two=20 > culprit tasks > would you get more feedback? Thanks, --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org