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

Javadoc serialwarn attribute ignored with doclet





------- Additional Comments From [EMAIL PROTECTED]  2004-04-05 12:32 -------
I'm sure it is your doclet.

According to the 1.2.2 javadoc manual, javadoc will not print these warnings 
unless
you explicitly ask for them using -serialwarn.  The Ant task will only pass
-serialwarn to javadoc, if you set the serialwarn attribute to a value that is
considered true by Ant (i.e. yes/true/on).

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

Reply via email to