Re: javadoc plugin: overview capability

2004-02-16 Thread Charles Daniels
--- Stephen Colebourne <[EMAIL PROTECTED]> wrote: > From: "Charles Daniels" <[EMAIL PROTECTED]> > > However, as I posted in a message just a couple of days ago, the javadocs > do not appear to be > > generated correctly. Although the overview file is picked up correctly > (and its contents appear

Re: javadoc plugin: overview capability

2004-02-16 Thread Stephen Colebourne
From: "Charles Daniels" <[EMAIL PROTECTED]> > However, as I posted in a message just a couple of days ago, the javadocs do not appear to be > generated correctly. Although the overview file is picked up correctly (and its contents appear > within the generated javadocs), the package listing is mis

Re: javadoc plugin: overview capability

2004-02-15 Thread Charles Daniels
Hi Glenn, --- "Glenn R. Golden" <[EMAIL PROTECTED]> wrote: > It appears that the javadoc plugin does not support the overview > capability. Actually it does support the overview capability. See below. > > By adding this line: > > overview="${maven.javadoc.overviewfile}"> > >

javadoc plugin: overview capability

2004-02-15 Thread Glenn R. Golden
It appears that the javadoc plugin does not support the overview capability. By adding this line: overview="${maven.javadoc.overviewfile}"> to the plugin.jelly at the end of the tag, and adding this to my ~/build.properties: maven.javadoc.overviewfile = src/java/overview.html it no