Browse Source

Improved InterruptException handling, especially from Parallel task. Should also solve Pr 42924.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576177 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 18 years ago
parent
commit
9d30d3cd2a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      WHATSNEW

+ 5
- 0
WHATSNEW View File

@@ -4,6 +4,11 @@ Changes from Ant 1.7.x TO current SVN version
Changes that could break older environments:
-------------------------------------------

* Improved handling of InterruptException (lets suppose someone/thing is
trying to kill the thread when we receive an InterruptException),
when an InterruptException is received, we do not wait anymore in a while
loop till the end time has been reached. Bugzilla report 42924.

* Refactor PropertyHelper and introspection APIs to make extension more
granular and support setting task/type attribute values to objects
decoded by custom PropertyEvaluator delegates. Also add <propertyhelper>


Loading…
Cancel
Save