Thu, 17. Mar 2005
Looks as if we'd have a release candidate for Ant 1.6.3 by the end of this month. This is supposed to be early enough for the upcoming Netbeans and Eclipse releases, so they can bundle 1.6.3 final.
For an almost complete list of changes see Ant's WHATSNEW file. No really big things, but still a few important enhancements, for example
- <ant> can now invoke multiple targets in one go.
- Changed default tempdir for <javac> from user.dir to java.io.tmpdir. Useful if you run Ant embedded in a servlet container, for example.
- <macrodef> with default values set by properties would be seen as new definitions when called twice with different properties. This led to annoying "Trying to override" messages.
- <setproxy>'s authentication should now work on all JDKs.
path: /en/Apache/Ant | #