From 0f9a9661e2b2022dddde5c64679653f2c572e2dd Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Sat, 27 Jan 2007 23:42:36 +0000 Subject: [PATCH] Pr: 41284 dependset throws NullPointerException. Sort is not suitable to sort items in an order that might change during sorting. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@500694 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 6372c2dfa..3650f43eb 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -6,6 +6,10 @@ Changes that could break older environments: Fixed bugs: ----------- +* Dependset crashes ant when timestamp on files change during Dependset + execution. + Bugzilla report 41284 + * Bug in org.apache.tools.ant.types.resources.comparators.Date Bugzilla report 41411