Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 17788 invoked from network); 22 Oct 2008 04:12:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2008 04:12:21 -0000 Received: (qmail 91699 invoked by uid 500); 22 Oct 2008 04:12:23 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 91680 invoked by uid 500); 22 Oct 2008 04:12:23 -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 91671 invoked by uid 99); 22 Oct 2008 04:12:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2008 21:12:23 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2008 04:11:21 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 5A282234C22B; Tue, 21 Oct 2008 21:11:30 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 35476] XMLLogger causes OutOfMemoryError X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20081022041130.5A282234C22B@brutus.apache.org> Date: Tue, 21 Oct 2008 21:11:30 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=35476 Stefan Bodewig changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #19 from Stefan Bodewig 2008-10-21 21:11:29 PST --- I don't think we can solve this within the constraints of the XmlLogger format - or more precisely while using XML at all. The fact that targets could be run in parallel means we couldn't write any XML tag that was somehow nested inside a target incrementally at all. The only solution can be a different logger IMHO. *** This bug has been marked as a duplicate of bug 46058 *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.