You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Glenn R. Golden" <gg...@umich.edu> on 2004/02/16 01:37:21 UTC

javadoc plugin: overview capability

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

       <ant:javadoc

tag, and adding this to my ~/build.properties:

maven.javadoc.overviewfile = src/java/overview.html

it now does.

I wonder if I'm missing some other existing way to include overview 
files in the javadocs, and if not, can this be added to the plugin?

Thanks.

- Glenn


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


Re: javadoc plugin: overview capability

Posted by Charles Daniels <cj...@yahoo.com>.
--- Stephen Colebourne <sc...@btopenworld.com> wrote:
> From: "Charles Daniels" <cj...@yahoo.com>
> > 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 missing.  The
> packages are neither
> > displayed within the usual summary table along with the overview contents,
> nor are they listed in
> > the usual frame at the lower left (in the frames view).
> >
> > Anyone having the same problem?
> 
> Yeh. I had this one yesterday. I switched to JDK1.4 and it went away.
> 
> Stephen
> 

Hmmm.  Unfortunately, I must stick to using 1.3 for this project.  Anybody know how to correct
this problem for JDK 1.3?

Cheers,
Chuck


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


Re: javadoc plugin: overview capability

Posted by Stephen Colebourne <sc...@btopenworld.com>.
From: "Charles Daniels" <cj...@yahoo.com>
> 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 missing.  The
packages are neither
> displayed within the usual summary table along with the overview contents,
nor are they listed in
> the usual frame at the lower left (in the frames view).
>
> Anyone having the same problem?

Yeh. I had this one yesterday. I switched to JDK1.4 and it went away.

Stephen


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


Re: nightly build

Posted by Freddy <ki...@teccomm.les.inf.puc-rio.br>.
I try to run "cruisecontrol:configure" and get the error below.

C:\eclipseWSAD\workspace\daven>maven cruisecontrol:configure
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT


BUILD FAILED
File...... file:/C:/maven/loaded_plugins/maven-scm-plugin-1.1/
Element... ant:fail
Line...... 51
Column.... 19
Unknown SCM method: ''
Total time: 4 seconds
Finished at: Mon Feb 16 19:14:58 PST 2004


[]s
Freddy
----------------------------------------------------------------
Frederico Silva Guimarães
Tel: (21) 9952-1717
ICQ: 127277403
Email: kid@teccomm.les.inf.puc-rio.br
----------------------------------------------------------------
----- Original Message ----- 
From: "Emmanuel Venisse" <em...@venisse.net>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Monday, February 16, 2004 9:31 AM
Subject: Re: nightly build


> You can use Cruise Control. We have a plugin for it.
>
> Emmanuel
>
> ----- Original Message ----- 
> From: "Freddy" <ki...@teccomm.les.inf.puc-rio.br>
> To: "Maven Users List" <us...@maven.apache.org>
> Sent: Tuesday, February 17, 2004 12:27 AM
> Subject: nightly build
>
>
> > Hi, I am new to Maven and would like to know how to automate a nightly
> build
> > of my projects. I have read the documentation and could not find an
> > explanation of how to do it.
> > []s
> > Freddy
> > ----------------------------------------------------------------
> > Frederico Silva Guimarães
> > Tel: (21) 9952-1717
> > ICQ: 127277403
> > Email: kid@teccomm.les.inf.puc-rio.br
> > ----------------------------------------------------------------
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


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


site deploy

Posted by Freddy <ki...@teccomm.les.inf.puc-rio.br>.
I try to use the goal site:deploy and get the error below:
(thr property maven.username is MANTISSAPUC)

xdoc:init:

site:init:

site:sshdeploy:
    [echo]
      siteAddress =
      siteDirectory =
      siteUser = MANTISSAPUC

    [tar] Building tar:
C:\eclipseWSAD\workspace\daven\target\daven-1.0-site.tar
    [gzip] Building:
C:\eclipseWSAD\workspace\daven\target\daven-1.0-site.tar.gz
    [delete] Deleting:
C:\eclipseWSAD\workspace\daven\target\daven-1.0-site.tar

BUILD FAILED
File...... file:/C:/maven/loaded_plugins/maven-site-plugin-1.3/
Element... exec
Line...... 93
Column.... 56
Execute failed: java.io.IOException: CreateProcess: ssh -l MANTISSAPUC
"mkdir -p " error=2
Total time: 19 seconds
Finished at: Mon Feb 16 19:35:22 PST 2004

[]s
Freddy
----------------------------------------------------------------
Frederico Silva Guimarães
Tel: (21) 9952-1717
ICQ: 127277403
Email: kid@teccomm.les.inf.puc-rio.br
----------------------------------------------------------------


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


Re: nightly build

Posted by Emmanuel Venisse <em...@venisse.net>.
You can use Cruise Control. We have a plugin for it.

Emmanuel

----- Original Message ----- 
From: "Freddy" <ki...@teccomm.les.inf.puc-rio.br>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Tuesday, February 17, 2004 12:27 AM
Subject: nightly build


> Hi, I am new to Maven and would like to know how to automate a nightly
build
> of my projects. I have read the documentation and could not find an
> explanation of how to do it.
> []s
> Freddy
> ----------------------------------------------------------------
> Frederico Silva Guimarães
> Tel: (21) 9952-1717
> ICQ: 127277403
> Email: kid@teccomm.les.inf.puc-rio.br
> ----------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


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


nightly build

Posted by Freddy <ki...@teccomm.les.inf.puc-rio.br>.
Hi, I am new to Maven and would like to know how to automate a nightly build
of my projects. I have read the documentation and could not find an
explanation of how to do it.
[]s
Freddy
----------------------------------------------------------------
Frederico Silva Guimarães
Tel: (21) 9952-1717
ICQ: 127277403
Email: kid@teccomm.les.inf.puc-rio.br
----------------------------------------------------------------


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


Re: javadoc plugin: overview capability

Posted by Charles Daniels <cj...@yahoo.com>.
Hi Glenn,

--- "Glenn R. Golden" <gg...@umich.edu> 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}">
> 
> 
> to the plugin.jelly at the end of the
> 
>        <ant:javadoc

This is unnecessary.  If you search a little further down for "overview" within plugin.jelly, you
should find the following:

        <j:if test="${context.getVariable('maven.javadoc.overview') != null}">
          <ant:setProperty name="overview" value="${maven.javadoc.overview}" />
        </j:if>

> 
> tag, and adding this to my ~/build.properties:
> 
> maven.javadoc.overviewfile = src/java/overview.html

As shown above, the recognized variable is maven.javadoc.overview, not maven.javadoc.overviewfile.

> 
> it now does.
> 
> I wonder if I'm missing some other existing way to include overview 
> files in the javadocs, and if not, can this be added to the plugin?

Yes, you were missing something :-)

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 missing.  The packages are neither
displayed within the usual summary table along with the overview contents, nor are they listed in
the usual frame at the lower left (in the frames view).

Anyone having the same problem?

> 
> Thanks.
> 
> - Glenn
> 

-- Chuck


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