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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]