You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2011/01/25 11:37:57 UTC

DO NOT REPLY [Bug 50645] Order of classpathref and taskdef

https://issues.apache.org/bugzilla/show_bug.cgi?id=50645

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2011-01-25 05:37:51 EST ---
Your old build file relied on behavior that was plain wrong and already
creates warning messages in 1.7.1 (you can see it in your example).

>From Ant 1.8.0's release notes[1] under "Changes that could break older
environments":

 * Remove fall-back mechanism for references that are not resolved
   during normal runtime execution.

Starting with Ant 1.8.0 you cannot use any reference to anything that has
not been defined at the time Ant reaches the place where you want to
use it.  This is a breaking change and an intentional one.

[1] http://archive.apache.org/dist/ant/RELEASE-NOTES-1.8.0.html

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.