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 2012/08/15 12:45:16 UTC

[Bug 53550] [PATCH] extensionOf settings applied when task is discarded because of previous declaration

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

Nicolas Lalevée <ni...@hibnet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.9.0

--- Comment #6 from Nicolas Lalevée <ni...@hibnet.org> ---
The extension point name resolution is indeed improved with you patch. Patch
applied. Thank you.
There is still some work to do though. Now we try the extension point which
might be in the same file, and then the one in the root file. But there might
be intermediate file in the import stack which we would to resolve the name
against. We cannot do that yet since the ProjectHelper doesn't hold the prefix
stacking.

-- 
You are receiving this mail because:
You are the assignee for the bug.