You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/08/23 03:39:37 UTC

DO NOT REPLY [Bug 30794] New: - Provide access to extension points and attribute/element/extensions/text methods in IntrospectionHelper

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30794>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30794

Provide access to extension points and attribute/element/extensions/text methods in IntrospectionHelper

           Summary: Provide access to extension points and
                    attribute/element/extensions/text methods in
                    IntrospectionHelper
           Product: Ant
           Version: 1.6.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: ddevienne@lgc.com


IntrospectionHelper did not provide access to the new Ant 1.6+ extension 
points. It also did not provide access to the actual method used to 
set/add/create an attribute/element/extension point/text, which is necessary 
to link an attribute/element with the corresponding method Javadoc in the 
source.

This patch provides the added functionality, fully unit tested. Also tests the 
sorting of extension points with the most derived ones first in the list. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org