https://issues.apache.org/bugzilla/show_bug.cgi?id=56337
--- Comment #1 from Antoine Levy-Lambert <[email protected]> --- A bug 53405 "ExtensionPoint doesn't work with nested import/include" was fixed between 1.8.4 and 1.9.0. That's likely the reason for the change of behavior. In your sample, the target hi in the main build file does not have the attribute extensionOf="greeting". hi in the main build file overrides hi in the imported build file but does not override the extension point greeting. I feel that the behavior of Ant 1.9.3 is correct. -- You are receiving this mail because: You are the assignee for the bug.
