From 9cbd4b06f0ff86e09475dcfb6364f27fefac9341 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 3 Sep 2007 13:09:53 +0000 Subject: [PATCH] update message about reference handling git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572309 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index f5c34f134..558342c35 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -260,6 +260,10 @@ Changes that could break older environments: an error about an undefined reference, locate the reference and move it somewhere where it is used, or fix the depends attribute of the target in question to depend on the target which defines the reference/datatype. + As a result of testing on real live build scripts, a fall-back mechanism + was put it place to allow references taht are out-of-band to be resolved. If + this happens a big warning message is logged. This fall-back mechanism will + be removed in Ant 1.8.0. *