Author: peterreilly
Date: Mon Sep 3 06:09:53 2007
New Revision: 572309
URL:
http://svn.apache.org/viewvc?rev=572309&view=rev
Log:
update message about reference handling
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL: http://
svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=572309&
;r1=572308&r2=572309&view=diff
============================================================
==================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Mon Sep 3 06:09:53 2007
 -260,6
+260,10 
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.
* <script> and <scriptdef> now set the current
thread context.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe ant.apache.org
For additional commands, e-mail: dev-help ant.apache.org
|