From dc95e07391c49f4dedd37430e496ded76e5f1626 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Tue, 26 Mar 2002 21:01:07 +0000 Subject: [PATCH] Clean up the info. (And a couple of tweaks.) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272040 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index c3ef1cf95..ec2d6980c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -47,9 +47,6 @@ Changes that could break older environments: * Ant's testcases now require JUnit 3.7 or above, as they now use the new assertTrue method instead of assert. -* To make more consistent, 's "implementation" attribute - has been renamed to "compiler". - Fixed bugs: ----------- * Fixed bug where ignored s. @@ -212,10 +209,15 @@ Other changes: * now supports a new "listfiles" attribute to list the source files it's handing off to the compiler. -* The compiler implementation for javac can now be chosen on a task by - task basis. The new compiler attribute of can be used to override +* The compiler implementation for can now be chosen on a task by + task basis. The new "compiler" attribute of can be used to override the value of the build.compiler property, if set. +* has a new nested element, , which allows you + to specify additional args for the specific compiler you're using. + +* 's "source" attribute is now enabled for jikes as well. + * 's now has a 'unit' attribute to specify the increment/decrement unit on date operations. @@ -236,8 +238,6 @@ Other changes: to the standard Java 1.4 doclet. The element is ignored when not running on Java 1.4. -* 's source attribute is now enabled for jikes as well. - * can now chmod files on a remote server that supports "site chmod", as well as set the umask before transferring files, if the server supports "site umask".