Hi! Just tried the extension on Jira. I got 49 errors, whereas Doc Check reported 163. The extension picks up only malformed tags, but Doc Check picks up missing tags also. I'll go ahead and put Doc Check into the plugin, and I guess I should talk to the Sun people about it... Or if it is easy to make an independent plugin, I'll try that also.
Best regards, -- Shinobu Kawai On Fri, 30 Jul 2004 09:36:48 +0900 Shinobu Kawai <[EMAIL PROTECTED]> wrote: > > Hi Arnaud! > > Thanks for the information. It looks like I have to change the > javadoc plugin anyways, but I'll give it a try. > > Best regards, > -- Shinobu Kawai > > > A similar enhancement is proposed in this issue : > > http://jira.codehaus.org/browse/MPJAVADOC-35 > > > > An example was given here (but now they corrected their javadoc problems) : > > http://sqlcli.sourceforge.net/javadoc-audit-report.html > > > > Even if were interested to integrate it, I'm not sure that we can upload the Doc > > Check Doclet on ibiblio (license problems). Thus, we can't depend on it :-( > > > > Arnaud > > > > > -----Message d'origine----- > > > De : Shinobu Kawai [mailto:[EMAIL PROTECTED] > > > Envoy� : jeudi 29 juillet 2004 17:57 > > > � : Maven Users List > > > Objet : javadoc plugin and Doc Check Doclet > > > > > > > > > > > > Hi! > > > > > > Has anyone used Doc Check Doclet for the javadoc plugin? > > > cf. http://java.sun.com/j2se/javadoc/doccheck/ > > > > > > Since the Doclet doesn't support some of the options, I had > > > to make some changes in the javadoc plugin: > > > > > > Inside MY build.properties, I added > > > maven.javadoc.doclet=com.sun.tools.doclets.doccheck.DocCheck > > > maven.javadoc.docletpath=${basedir}/lib/doccheck.jar > > > maven.javadoc.use=false > > > > > > From the javadoc's plugin.properties, I commented out > > > #maven.javadoc.windowtitle = ${pom.name} > > > ${pom.currentVersion} API > > > > > > From the javadoc's plugin.jelly, I erased from the ant:javadoc > > > doctitle="${maven.javadoc.windowtitle}" > > > bottom="${copyright}" > > > stylesheetfile="${maven.javadoc.stylesheet}" > > > > > > Now, I get the Doc Check output instead of my Javadoc. Of > > > course, I want both to show up on my project page, so I'm > > > planning to add a doc:registerReport to the jelly.plugin. But > > > before I do, has anyone done this before, in a more neatly, > > > don't-have-to-change-the-plugin way? > > > > > > TIA, > > > -- Shinobu Kawai -- Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
