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]>

--
Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]>




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

Reply via email to