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 or colons [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|<javadoc> tag cannot |<javadoc> tag cannot |suppress xdoclet tags with |suppress xdoclet tags with |hyphens |hyphens or colons ------- Additional Comments From [EMAIL PROTECTED] 2004-01-30 09:26 ------- It is more that the javadoc tool suppresses the tag. The -debug flags shows that an attempt is made tell javadoc: '-tag' 'a.a-b:Xt:x' The "-" is actually a separator. The doc for javadoc give an example of how to use ":" in a tag, but not a "-" in a tag. The javadoc task does not handle a ":" in a tag as well... so changing the title. http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/javadoc.html#colon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]