diff --git a/WHATSNEW b/WHATSNEW index 266e2c69b..dfc4f33da 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -52,12 +52,13 @@ Fixed bugs: * will now produce output when a test times out as well. -* The starteam stcheckout, stcheckin tasks now correctly compute status of files - against whatever local tree they are run against and, optionally, will not - process a file if it is current. Previously you had to process everything - unless you ran against the default folder which wasn't the normal use-case for - ant-starteam. The stlist task now similarly displays that status correctly - making it a more generally useful tool. +* The starteam stcheckout, stcheckin tasks now correctly compute + status of files against whatever local tree they are run against + and, optionally, will not process a file if it is current. + Previously you had to process everything unless you ran against the + default folder which wasn't the normal use-case for ant-starteam. + The stlist task now similarly displays that status correctly making + it a more generally useful tool. * would count some internal character replacements when reporting the number of replaced tokens. @@ -116,14 +117,23 @@ Fixed bugs: Package information and addition of classes specified in the Class-Path element of a Jar's manifest. -* It is now possible in to resolve the executable to a project basedir or - execution dir relative executable. The resolveExecutable must be used to - pick up such executables. +* It is now possible in to resolve the executable to a project + basedir or execution dir relative executable. The resolveExecutable + must be used to pick up such executables. -* splash screen wouldn't disppear when build was finished. +* splash screen wouldn't disappear when build was finished. -* output and error streams can now be redirected independently to either - a property or a file (or both) +* output and error streams can now be redirected independently + to either a property or a file (or both) + +* 's up-to-date check didn't work for nested <(tar)fileset>s. + +* now supports OS/2. + +* and friends would only update/recreate existing archives if + the files to add/update have been newer than the archive. + +* 's element could fail for offline="true" on some JDKs. Other changes: -------------- @@ -132,7 +142,8 @@ Other changes: * The start and end tokens for may now be longer than a single character. -* lets you set the username and password for proxies that want authentication +* lets you set the username and password for proxies that + want authentication * has a new encoding attribute. @@ -201,8 +212,6 @@ Other changes: works for the code generated by the Sun java compiler. It may not work for all compilers. -* 's up-to-date check didn't work for nested <(tar)fileset>s. - * a new attribute "globalopts" can be added to all Perforce tasks. You can put in it all the strings described by p4 help usage. Refer to the docs for more information. @@ -211,15 +220,15 @@ Other changes: replacing in files that are in a different encoding than the platform's default. -* The task may now have its input redirected from either a file or - a string from the build file. The error output can be separated to a different - file when outut is redirected. standard error may be logged to the Ant log - when redirecting output to a file +* The task may now have its input redirected from either a file + or a string from the build file. The error output can be separated + to a different file when outut is redirected. standard error may be + logged to the Ant log when redirecting output to a file -* The task also supports the input redirection and separate error streams - introduced to the task. In addition, it is now possible to save the - output into a property for use within the build file as was possible with - in Ant 1.5 +* The task also supports the input redirection and separate + error streams introduced to the task. In addition, it is now + possible to save the output into a property for use within the build + file as was possible with in Ant 1.5 Changes from Ant 1.5.1Beta1 to 1.5.1 ====================================