From d797bb645d61850d1eaf0560f2fd3be3f4993c7f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 22:08:31 +0000 Subject: [PATCH] Catch up merges git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277492 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 7e9f59d55..31211938f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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. -* was broken with classfilesets. Bugzilla Report 30567. - -* The first file open that took place when using input files with the - , , or 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: can now handle files as long as there is enough disk space 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. -* 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. +* 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. +* was broken with classfilesets. Bugzilla Report 30567. + +* 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 + , , or tasks was always logged to System.out + instead of to the managing Task. + Changes from Ant 1.6.1 to Ant 1.6.2 ===================================