Browse Source

more changes, plus some corrections to existing reports.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278264 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
16c4a37b46
1 changed files with 15 additions and 5 deletions
  1. +15
    -5
      WHATSNEW

+ 15
- 5
WHATSNEW View File

@@ -74,7 +74,7 @@ Fixed bugs:
did not always do so. did not always do so.
* <ftp> failed to retrieve a file when the path towards the file contained * <ftp> failed to retrieve a file when the path towards the file contained
an element starting with . . Bugzilla report 33770
an element starting with . Bugzilla report 33770
* "<rmic> always compiles on Java1.5" bugzilla report=33862. Fixed default * "<rmic> always compiles on Java1.5" bugzilla report=33862. Fixed default
stub version to always be "compat", even on Java1.5+. stub version to always be "compat", even on Java1.5+.
@@ -93,7 +93,10 @@ Fixed bugs:
* Targets with identical name work in imported project. Bugzilla Report 34566. * Targets with identical name work in imported project. Bugzilla Report 34566.


* DemuxOutputStream now uses a WeakHashMap to store the thread-stream mapping, * DemuxOutputStream now uses a WeakHashMap to store the thread-stream mapping,
to avoid holding on to thread references after they terminate.
to avoid holding on to thread references after they terminate.

* <xmlvalidate> and <schemavalidate> create a new parser for every file in a
fileset, and so validate multiple files properly. Bugzilla Report 32791


Other changes: Other changes:
-------------- --------------
@@ -182,14 +185,21 @@ Other changes:
negate attribute to select lines -not- containing specified text. negate attribute to select lines -not- containing specified text.
Bugzilla Report 34374. Bugzilla Report 34374.


* <os> condition adds "nt" as a family which can be tested. This is
* <os> condition adds "winnt" as a family which can be tested. This is
all windows platforms other than the Win9x line, and windows CE. all windows platforms other than the Win9x line, and windows CE.


* <exec> (and hence, <apply>) have an OsFamily attribute, which can restrict
execution to a single OS family.
* <exec> (and hence, <apply> and any other derived classes) have an OsFamily
attribute, which can restrict execution to a single OS family.


* added "backtrace" attribute to macrodef. Bugzilla report 27219. * added "backtrace" attribute to macrodef. Bugzilla report 27219.


* Ant main provides some diagnostics if it ever sees a -cp or -lib option,
as this is indicative of a script mismatch. Bugzilla report 34860

* <junitreport> prints a special message if supplied an empty XML File. This
can be caused by the test JVM exiting during a test, either via a System.exit()
call or a JVM crash.

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




Loading…
Cancel
Save