From d798ef13277930790f7122fbeb40ae6ba7ca6c9c Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 17:35:10 +0000 Subject: [PATCH] Document description NPE; move FileUtils.createNewFile(2 param) to 1.6 branch; correct libraries from getlibraries. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277477 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 2ea890d1a..88bb3d9b7 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -89,7 +89,7 @@ Other changes: * Added a new "failall" value for the onerror attribute of . Bugzilla report 31685. -* New task can retrieve library files from a maven repository. +* New task can retrieve library files from a maven repository. * unzip/unwar/unjar/untar now supports a nested mapper, which lets you unzip in useful ways. @@ -108,9 +108,6 @@ Other changes: * Added isfileselected condition. -* Overloaded FileUtils.createNewFile with a boolean mkdirs attribute - to create nonexistent parent directories. - * Added support to the touch task for a mkdirs attribute to create nonexistent parent directories before touching new files. @@ -191,6 +188,9 @@ Other changes: * Made the dest attribute of the apply task optional; mapped target filenames will be interpreted as absolute pathnames when dest is omitted. +* Overloaded FileUtils.createNewFile with a boolean mkdirs attribute + to create nonexistent parent directories. + Fixed bugs: ----------- @@ -269,6 +269,9 @@ Fixed bugs: * propertyset references did not handle nested propertyset references. +* oata.types.Description.getDescription(Project) would throw a + NullPointerException when the "ant.targets" reference was unset. + Changes from Ant 1.6.1 to Ant 1.6.2 ===================================