Browse Source

update message about reference handling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572309 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
9cbd4b06f0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      WHATSNEW

+ 4
- 0
WHATSNEW View File

@@ -260,6 +260,10 @@ Changes that could break older environments:
an error about an undefined reference, locate the reference and move it somewhere 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 where it is used, or fix the depends attribute of the target in question to
depend on the target which defines the reference/datatype. 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. * <script> and <scriptdef> now set the current thread context.




Loading…
Cancel
Save