From 9ac23b1ec12ad72db149f2d8348aa143699ae3a5 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 17 Feb 2004 15:48:17 +0000 Subject: [PATCH] update WHATSNEW - subant haalt on failure git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276105 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 0dc3f876a..ac057fb8a 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -17,6 +17,8 @@ Fixed bugs: cases; when split file-property, files were only created if writes were performed. +* subant haltonfailure=false did not catch all failures. Bugzilla Report 27007. + Other changes: --------------