Browse Source

Catch up merges

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277492 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
d797bb645d
1 changed files with 16 additions and 16 deletions
  1. +16
    -16
      WHATSNEW

+ 16
- 16
WHATSNEW View File

@@ -27,12 +27,6 @@ Fixed bugs:
* Translate task does not remove tokens when a key is not found.
It logs a verbose message. Bugzilla Report 13936.

* <apply> was broken with classfilesets. Bugzilla Report 30567.

* The first file open that took place when using input files with the
<exec>, <apply>, or <java> tasks was always logged to System.out
instead of to the managing Task.

* Incorrect task name with invalid "javac" task after a "presetdef.
Bugzilla reports 31389 and 29499.
@@ -43,10 +37,6 @@ Fixed bugs:
<replace> can now handle files as long as there is enough disk space
available.

* <available> returned false positives when checking a file
passed in with the current basedir leading twice:
e.g. ${basedir}${file.separator}${basedir}${file.separator}foo .

Other changes:
--------------

@@ -90,9 +80,6 @@ Other changes:
* Junit task -- display suite first.
Bugzilla report 31962.

* <apply> has a new "force" attribute that, when true, disables
checking of target files.

* Added isSigned condition and signedselector selector
Bugzilla report 32126.

@@ -178,12 +165,15 @@ Other changes:
* Added a comment attribute to the zip task.
Bugzilla report 22793.

* 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.

* <apply> has a new "force" attribute that, when true, disables
checking of target files.

* Made the dest attribute of the apply task optional; mapped target
filenames will be interpreted as absolute pathnames when dest is omitted.

Fixed bugs:
-----------

@@ -272,6 +262,16 @@ Fixed bugs:
* DependScanner.getResource() always returned nonexistent resources,
even when the resource actually existed. Bugzilla Report 30558.

* <apply> was broken with classfilesets. Bugzilla Report 30567.

* <available> returned false positives when checking a file
passed in with the current basedir leading twice:
e.g. ${basedir}${file.separator}${basedir}${file.separator}foo .

* The first file open that took place when using input files with the
<exec>, <apply>, or <java> tasks was always logged to System.out
instead of to the managing Task.

Changes from Ant 1.6.1 to Ant 1.6.2
===================================



Loading…
Cancel
Save