Browse Source

added comment for last fixed bug rep and whitespace

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442764 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
3354222b50
1 changed files with 18 additions and 1 deletions
  1. +18
    -1
      WHATSNEW

+ 18
- 1
WHATSNEW View File

@@ -10,34 +10,51 @@ Fixed bugs:
-----------

* <zip filesonly="true"> included empty directories. Bugzilla report 40258.

* Invalid hash code of Target causes XmlLogger to fail.
Bugzilla report 40207.

* Macro element did not include top level Text. Bugzilla report 36803.

* AntClassLoader did not isolate resources when isolate was set. Bugzilla report 38747.

* Diagnostics broken when using java 1.4. Bugzilla report 40395.

* Exception reporting in <copy> was broken. Bugzilla report 40300.

* Handling of corrupt tar files, TarInputStream.read() never returns EOF.
Bugzilla report 39924.

* Some bugs in ReaderInputStream. Bugzilla report 39635.

* <antlr> did not recognise whether the target is up-to-date for html option.
Bugzilla report 38451.

* documented minimal version of jsch now 0.1.29.
Bugzilla report 40333.

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

* added setbeans attribute to <script> to allow <script>'s to be
run without referencing all references.
Bugzilla report 37688.

* added classpath attribute and nested element to <script> to allow
the language jars to be specified in the build script.
Bugzilla report 29676.

* trim the driver attribute on the <sql> task. Bugzilla report 21228.

* Allow (jar) files as well as directories to be given to jdepend.
Bugzilla report 28865.

* Convert SplashTask to use NOT sun internal classes.
Bugzilla report 35619.
* Made PatterSet#hasPatterns public to allow custom filesets access.

* Made PatternSet#hasPatterns public to allow custom filesets access.
Bugzilla report 36772.

* added searchparents attribute to <available>. Bugzilla report 39549.

* tasks that don't extend Ant's Task class will now get the build file


Loading…
Cancel
Save