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 2004/01/29 23:12:10 UTC

DO NOT REPLY [Bug 26539] New: - tag cannot suppress xdoclet tags with hyphens

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: dev@ant.apache.org
        ReportedBy: greening@bigtribe.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org