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 2002/10/07 20:38:12 UTC

DO NOT REPLY [Bug 13377] New: - Target.getDescription() returns null if a description is provided in a nested node

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: ant-dev@jakarta.apache.org
        ReportedBy: leonardo@itera.com.br


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>