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/05/02 09:43:16 UTC

DO NOT REPLY [Bug 28729] New: - Introducing an element

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=28729>.
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=28729

Introducing an <annotation> element

           Summary: Introducing an <annotation> element
           Product: Ant
           Version: 1.6.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: cthiele@ct42.de


The <annotation> element can be used building documentation systems like javadoc
for Ant and for controlling build file preprocessing done with XSLT or other tools.

The <annotation> element can occur in every place in the buildfile where other
elements can take place too, directly in project, in targets, in macrodef and
container tasks like sequential and in tasks and datatypes along nested elements.

All attributes, text nodes and nested elements of <annotation> are ignored by
Ants build file processing.

Patch for ProjectHelper2.java against CVS HEAD attached and a test/example
buildfile is attached too.

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