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

<javadoc> tag cannot suppress xdoclet tags with hyphens

           Summary: <javadoc> tag cannot suppress xdoclet tags with hyphens
           Product: Ant
           Version: 1.6.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When there is a hyphen in a tag definition, viz:

   <tag name="ejb.resource-ref" description="xdoclet" enabled="false"/>

used to suppress warnings in <javadoc>, the <javadoc> tag apparently records
this as the tag "ejb.resource" not "ejb.resource-ref".  You get these two 
warnings:

  [javadoc] C:\greening\AgeoSessionEJB.java:63: warning - @ejb.resource-ref is
an unknown tag.

and

  [javadoc] Note: Custom tags that were not seen:  @ejb.resource

Seems like a bug in some pattern somewhere.  Very annoying!

(A related request is to be able to suppress errors using patterns, such as 
"ejb.*")

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

Reply via email to