From 1a5a8f7e64ea057329725c442ef6292d1cfef80f Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 22 Feb 2002 18:00:21 +0000 Subject: [PATCH] info on loadfile and echoproperties git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271513 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 95ee7c379..a7a1d3124 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -38,6 +38,8 @@ Changes that could break older environments: Fixed bugs: ----------- +* Ant works properly with the combination of Java1.4/WindowsXP + * Fixed bug where used to sometimes invoke class constructors twice. * Fixed bug with 4NT shell support @@ -50,7 +52,7 @@ Fixed bugs: * would not close the original property file. -* will no longer override a subbuilds basedir with inheritall="true". +* will no longer override a subbuild's basedir with inheritall="true". * Fixed problem with the built-in formatters which assumed that only one test could be running at the same time - this is not @@ -73,6 +75,11 @@ Fixed bugs: Other changes: -------------- +* New task to load a whole file into a property + +* New task to list your current properties to the screen + or a file. + * A new combined email task, which replaces the old and tasks, has been added. The task, and old SendEmail and MimeMail classes have been deprecated. @@ -117,7 +124,7 @@ Other changes: * Added a new condition that test for the existence of a property to the condition task. -* Added a new conditions , , , . +* Added new conditions , , , , . * Ant's testcases require JUnit 3.7 or above as they now use the new assertTrue method instead of assert.