Browse Source

Show latest merges

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276621 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
75be43a0db
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      WHATSNEW

+ 12
- 12
WHATSNEW View File

@@ -16,23 +16,11 @@ Other changes:
* Enable to choose the regexp implementation without system property. * Enable to choose the regexp implementation without system property.
Bugzilla Report 15390. Bugzilla Report 15390.


* Nested file mappers and a container mapper implementation have been
introduced. Additionally, the <mapper> element now accepts "defined"
nested FileNameMapper implementations directly, allowing a usage
comparable to those of <condition>, <filter>, and <selector>.

* New <redirector> type introduced to provide extreme I/O flexibility.
Initial support for <exec>, <apply>, and <java> tasks.

* Changed default tempdir for <javac> from user.dir to java.io.tmpdir. * Changed default tempdir for <javac> from user.dir to java.io.tmpdir.


* A new base class DispatchTask has been added to facilitate elegant * A new base class DispatchTask has been added to facilitate elegant
creation of tasks with multiple actions. creation of tasks with multiple actions.


* <apply> has a new ignoremissing attribute (default true for BC)
which will allow nonexistent files specified via <filelist>s to
be passed to the executable. Bugzilla Report 29585.

Changes from Ant 1.6.1 to current Ant 1.6 CVS version Changes from Ant 1.6.1 to current Ant 1.6 CVS version
===================================================== =====================================================


@@ -241,6 +229,18 @@ Other changes:
* <loadproperties> supports loading from a resource. * <loadproperties> supports loading from a resource.
Bugzilla Report 28340. Bugzilla Report 28340.


* Nested file mappers and a container mapper implementation have been
introduced. Additionally, the <mapper> element now accepts "defined"
nested FileNameMapper implementations directly, allowing a usage
comparable to those of <condition>, <filter>, and <selector>.

* New <redirector> type introduced to provide extreme I/O flexibility.
Initial support for <exec>, <apply>, and <java> tasks.

* <apply> has a new ignoremissing attribute (default true for BC)
which will allow nonexistent files specified via <filelist>s to
be passed to the executable. Bugzilla Report 29585.

Changes from Ant 1.6.0 to Ant 1.6.1 Changes from Ant 1.6.0 to Ant 1.6.1
============================================= =============================================




Loading…
Cancel
Save