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

           Summary: Incorrect description of macrodef "text" parameter
           Product: Ant
           Version: 1.7.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


The macrodef text parameter is described as if the text forms part of the 
macrodef.
However the text is in the macro invocation.

So:

This is used to specify the treatment of text contents of the macrodef. If this
element is not present, then any nested text in the macro will be an error. If
the text element is present, then the name becomes an attribute that gets set to
the nested text of the macro. Since ant 1.6.1.

should be:

This is used to specify the treatment of text contents of the macro invocation.
If this element is not present, then any nested text in the macro invocation
will be an error. If the text element is present, then the name becomes an
attribute that gets set to the nested text of the macro invocation. Since ant 
1.6.1.

Also in the Attribute descriptions:

"the macro" should be "the macro invocation" (twice)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to