Browse Source

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
master
Matthew Jason Benson 20 years ago
parent
commit
d798ef1327
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      WHATSNEW

+ 7
- 4
WHATSNEW View File

@@ -89,7 +89,7 @@ Other changes:
* Added a new "failall" value for the onerror attribute of <typedef>.
Bugzilla report 31685.

* New task <getlibraries> can retrieve library files from a maven repository.
* New task <libraries> 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
===================================



Loading…
Cancel
Save