|
|
@@ -8,9 +8,12 @@ Fixed bugs: |
|
|
|
----------- |
|
|
|
* Translate task does not remove tokens when a key is not found. |
|
|
|
It logs a verbose message. Bugzilla Report 13936. |
|
|
|
|
|
|
|
* Fix spurious infinite loop detection for filters (introduced in ant 1.6.0). |
|
|
|
Bugzilla Report 23154. |
|
|
|
|
|
|
|
* Fix handling of default ant namespace for nested elements. |
|
|
|
|
|
|
|
* Fix jboss element of ejb task (introduced in ant 1.6.0). |
|
|
|
|
|
|
|
Other changes: |
|
|
@@ -22,10 +25,12 @@ Other changes: |
|
|
|
Bugzilla Report 15390. |
|
|
|
|
|
|
|
* <nice> task lets you set the priority of the current thread; non-forking |
|
|
|
<java> code will inherit this priority in their main thread. |
|
|
|
<java> code will inherit this priority in their main thread. |
|
|
|
|
|
|
|
* <touch> has filelist support. |
|
|
|
|
|
|
|
* <fixcrlf> has a new attribute - fixlast. Bugzilla Report 23262. |
|
|
|
|
|
|
|
Changes from Ant 1.5.4 to Ant 1.6 |
|
|
|
================================= |
|
|
|
|
|
|
|