From 0600b2bae4a194c6c2692cad0f1746f3dc10b3c2 Mon Sep 17 00:00:00 2001 From: Nicolas Lalevee Date: Fri, 29 Apr 2011 09:18:01 +0000 Subject: [PATCH] the bug 48789 was fixed with r1097584 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1097738 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index bfe25fc45..1aab08cd3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -51,6 +51,10 @@ Fixed bugs: finish message from ProfileLogger. Bugzilla Report 51109. + * Redirecting the output of a java, exec or apply task could print in the + error output stream some "Pipe broken" errors. + Bugzilla Report 48789. + Other changes: --------------