You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Shinobu Kawai <sh...@ieee.org> on 2004/07/29 17:56:48 UTC

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 <shinobu@ieee.org, shinobu@computer.org>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org