Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 72069 invoked from network); 22 Dec 2010 10:35:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Dec 2010 10:35:12 -0000 Received: (qmail 80287 invoked by uid 500); 22 Dec 2010 10:35:12 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 80209 invoked by uid 500); 22 Dec 2010 10:35:11 -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 80196 invoked by uid 99); 22 Dec 2010 10:35:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 10:35:11 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 10:35:08 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBMAYk5q010800 for ; Wed, 22 Dec 2010 10:34:46 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id oBMAYkb4010799; Wed, 22 Dec 2010 05:34:46 -0500 (EST) Date: Wed, 22 Dec 2010 05:34:46 -0500 (EST) Message-Id: <201012221034.oBMAYkb4010799@thor.apache.org> From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 50507] Exec task may mix the stderr and stdout output while logging it X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: william.bernardet@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 --- Comment #4 from William Bernardet 2010-12-22 05:34:44 EST --- (In reply to comment #3) > Created an attachment (id=26439) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26439) [details] > Merging the streams on a line basis Actually the issue is coming from the merging of stdout and stderr by the OutputStreamFunneler class without having any consideration about line ending. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.