Browse Source

Clean up the <compilerarg> 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
master
Diane Holt 23 years ago
parent
commit
dc95e07391
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      WHATSNEW

+ 7
- 7
WHATSNEW View File

@@ -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 <javac> more consistent, <compilerarg>'s "implementation" attribute
has been renamed to "compiler".

Fixed bugs:
-----------
* Fixed bug where <move> ignored <filterset>s.
@@ -212,10 +209,15 @@ Other changes:
* <javac> 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 <javac> can be used to override
* The compiler implementation for <javac> can now be chosen on a task by
task basis. The new "compiler" attribute of <javac> can be used to override
the value of the build.compiler property, if set.
* <javac> has a new nested element, <compilerarg>, which allows you
to specify additional args for the specific compiler you're using.

* <javac>'s "source" attribute is now enabled for jikes as well.

* <propertyfile>'s <entry> 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.

* <javac>'s source attribute is now enabled for jikes as well.

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


Loading…
Cancel
Save