Author: jkf
Date: Sun Sep 16 14:08:50 2007
New Revision: 576177
URL: http://svn.apache.org/viewvc?rev=576177&view=rev
Log:
Improved InterruptException handling, especially from Parallel task. Should
also solve Pr 42924.
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=576177&r1=576176&r2=576177&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Sun Sep 16 14:08:50 2007
@@ -4,6 +4,11 @@
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]