From c82099323bbec8331592ef51593616b6ffa10dba Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 10 Jan 2007 20:38:55 +0000 Subject: [PATCH] document null Project reference bug git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@494970 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 60db86318..194051d34 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -31,6 +31,9 @@ Fixed bugs: * forks properly and so memory settings are picked up. Bug report 41280. +* Regression: NPE was thrown when using against a + (third-party instantiated) fileset with null Project reference. + Other changes: -------------- @@ -3756,4 +3759,4 @@ Fixed bugs: * The packagelistloc attribute of 's child will be resolved as a file (i.e. it is either absolute or relative to - basedir). \ No newline at end of file + basedir).