You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Diephouse <da...@envoisolutions.com> on 2006/02/20 06:49:53 UTC

Javadoc generation dies during site:site

When build the site javadocs, javadoc itself is dying on me.  Its 
exiting with the error "javadoc: warning - Multiple sources of package 
comments found for package "org"". Anyone have any ideas on why this 
might be?

I've attached a copy of the relavent output below. Also, my POM can be 
found here:

http://cvs.xfire.codehaus.org/viewrep/xfire/xfire/pom.xml?r=1.54

Cheers,
- Dan

..
Long list of source files which javadocs were generated for...
..
Building index for all the packages and classes...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\overview-tree.html...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\index-all.html...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\deprecated-list.html...
Building index for all classes...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\allclasses-frame.html...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\allclasses-noframe.html...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\index.html...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\overview-summary.html...
Generating 
c:/eclipse/workspace/xfire/xfire-core/target/site/apidocs\help-doc.html...
1 error
56 warnings
[INFO] 
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
----------------------------------------------------------------------------
[INFO] Error during report generation

Embedded error: Exit code: 1 - javadoc: warning - Multiple sources of 
package comments found for package "org"
javadoc: warning - Multiple sources of package comments found for 
package "org.apache"
javadoc: warning - Multiple sources of package comments found for 
package "org.apache.commons"
c:\eclipse\workspace\xfire\xfire-core\src\main\org\codehaus\xfire\util\date\package.html: 
error - Body tag missing from
HTML
c:/eclipse/workspace/xfire/xfire-core/src/main/org/codehaus/xfire/service/binding/AbstractBinding.java:271: 
warning - @r
eturn tag has no arguments.
c:/eclipse/workspace/xfire/xfire-core/src/main/org/codehaus/xfire/service/binding/BindingProvider.java:31: 
warning - @pa
ram argument "m" is not a parameter name.
c:/eclipse/workspace/xfire/xfire-core/src/main/org/codehaus/xfire/service/binding/ObjectInvoker.java:170: 
warning - @ret
urn tag has no arguments.

-- 
Dan Diephouse
Envoi Solutions LLC
http://envoisolutions.com
http://netzooid.com/blog


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


Re: Javadoc generation dies during site:site

Posted by Wendy Smoak <ws...@gmail.com>.
On 2/19/06, Dan Diephouse <da...@envoisolutions.com> wrote:
> When build the site javadocs, javadoc itself is dying on me.  Its
> exiting with the error "javadoc: warning - Multiple sources of package
> comments found for package "org"". Anyone have any ideas on why this
> might be?

Those are just warnings.  The real problem seems to be:

> c:\eclipse\workspace\xfire\xfire-core\src\main\org\codehaus\xfire\util\date\package.html:
> error - Body tag missing from HTML

--
Wendy

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