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]

Reply via email to