DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13377>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13377 Target.getDescription() returns null if a description is provided in a nested <description> node Summary: Target.getDescription() returns null if a description is provided in a nested <description> node Product: Ant Version: 1.5.1 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Target.getDescription() returns null if a description is provided in a nested <description> node. If you use the description attribute everything works fine. ex: <target name="as-attribute" description="This description will be returned correctly">..</target> <target name="as-nested-node"><description>This description won't be returned correctly"</description>..</target> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>