Browse Source

resolve changes in WHATSNEW with 1.6 version

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276469 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
0ef8ca2b3f
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      WHATSNEW

+ 7
- 7
WHATSNEW View File

@@ -10,8 +10,6 @@ Fixed bugs:
* Translate task does not remove tokens when a key is not found. * Translate task does not remove tokens when a key is not found.
It logs a verbose message. Bugzilla Report 13936. It logs a verbose message. Bugzilla Report 13936.


* <whichresource> failed to load classes correctly.

Other changes: Other changes:
-------------- --------------


@@ -37,7 +35,7 @@ Other changes:
* <fail> accepts nested conditions. * <fail> accepts nested conditions.


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
=============================================
=====================================================


Changes that could break older environments: Changes that could break older environments:
-------------------------------------------- --------------------------------------------
@@ -128,10 +126,6 @@ Fixed bugs:


* JDependTask did not close an output file. Bugzilla Report 28557. * JDependTask did not close an output file. Bugzilla Report 28557.


* <jar> can now optionally create an index for jars different than the
one it currently builds as well. See the new <indexjars> element
for details. Bugzilla Report 14255.

* Using <macrodef> could break XmlLogger. Bugzilla Report 28993. * Using <macrodef> could break XmlLogger. Bugzilla Report 28993.


Other changes: Other changes:
@@ -177,6 +171,10 @@ Other changes:
run all tests in a single forked JVM reducing the overhead of VM run all tests in a single forked JVM reducing the overhead of VM
creation a lot. Bugzilla Report 24697. creation a lot. Bugzilla Report 24697.


* <jar> can now optionally create an index for jars different than the
one it currently builds as well. See the new <indexjars> element
for details. Bugzilla Report 14255.

* Permit building under JDK 1.5. Bugzilla Report 28996. * Permit building under JDK 1.5. Bugzilla Report 28996.


* minor Javadoc changes. Bugzilla Report 28998. * minor Javadoc changes. Bugzilla Report 28998.
@@ -210,6 +208,8 @@ Fixed bugs:


* Fix jboss element of ejb task (introduced in ant 1.6.0). * Fix jboss element of ejb task (introduced in ant 1.6.0).


* <whichresource> failed to load classes correctly.

* Ant could fail to start with a NullPointerException if * Ant could fail to start with a NullPointerException if
ANT_HOME/lib/ant-launcher.jar was part of the system CLASSPATH. ANT_HOME/lib/ant-launcher.jar was part of the system CLASSPATH.




Loading…
Cancel
Save