Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A49C91064E for ; Mon, 13 Jan 2014 09:49:27 +0000 (UTC) Received: (qmail 65801 invoked by uid 500); 13 Jan 2014 09:49:24 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 65724 invoked by uid 500); 13 Jan 2014 09:49:22 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 65702 invoked by uid 99); 13 Jan 2014 09:49:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jan 2014 09:49:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jan 2014 09:49:19 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 6D09E1C375; Mon, 13 Jan 2014 09:48:59 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 54128] Ant 1.8 exec task changes have slowed exec to a crawl Date: Mon, 13 Jan 2014 09:48:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Version: 1.9.1 X-Bugzilla-Keywords: PatchAvailable X-Bugzilla-Severity: regression X-Bugzilla-Who: paltzern@hdpgmbh.de X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.9.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=54128 --- Comment #19 from paltzern@hdpgmbh.de --- Thank you for looking into this again. I can confirm the results of your test. I modified it to the following: ant.version=${ant.version} test.bat just produces a lot of output (10'000 lines with 1'000 chars each) and containts the following: @for /L %%i IN (1 1 10000) do @echo 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678 90 The results: [echo] ant.version=Apache Ant version 1.7.1 compiled on June 27 2008 [...] BUILD SUCCESSFUL Total time: 1 second [echo] ant.version=Apache Ant(TM) version 1.9.2 compiled on July 8 2013 [...] BUILD SUCCESSFUL Total time: 38 seconds [echo] ant.version=Apache Ant(TM) version 1.9.3 compiled on December 23 2013 [...] BUILD SUCCESSFUL Total time: 37 seconds Here, the performance fo 1.9.2 and 1.9.3 are the same and 1.7.1 is much faster! -- You are receiving this mail because: You are the assignee for the bug.