Wendy Smoak
2007-01-03 21:26:05 UTC
I'm having trouble building the OpenSymphony XWork project. When it
gets to the Javadoc Maven complains about the package names, but it's
using what looks like the entire path.
For example, it complains about
package ensymphony.xwork.src.java.com.opensymphony.xwork2
when it should be just
com.opensymphony.xwork2
Part of the log file:
...
Constructing Javadoc information...
1 error
42 warnings
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while creating archive:Exit code: 1 - javadoc: warning -
No source files for package
ensymphony.xwork.src.java.com.opensymphony.xwork2
javadoc: warning - No source files for package
ensymphony.xwork.src.java.com.opensymphony.xwork2.config
javadoc: warning - No source files for package
ensymphony.xwork.src.java.com.opensymphony.xwork2.config.entities
Entire build output here:
http://wiki.wsmoak.net/cgi-bin/wiki.pl?XWorkBuild
(I built the latest javadoc plugin snapshot and tried it again; same thing.)
Any ideas?
gets to the Javadoc Maven complains about the package names, but it's
using what looks like the entire path.
For example, it complains about
package ensymphony.xwork.src.java.com.opensymphony.xwork2
when it should be just
com.opensymphony.xwork2
Part of the log file:
...
Constructing Javadoc information...
1 error
42 warnings
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while creating archive:Exit code: 1 - javadoc: warning -
No source files for package
ensymphony.xwork.src.java.com.opensymphony.xwork2
javadoc: warning - No source files for package
ensymphony.xwork.src.java.com.opensymphony.xwork2.config
javadoc: warning - No source files for package
ensymphony.xwork.src.java.com.opensymphony.xwork2.config.entities
Entire build output here:
http://wiki.wsmoak.net/cgi-bin/wiki.pl?XWorkBuild
(I built the latest javadoc plugin snapshot and tried it again; same thing.)
Any ideas?
--
Wendy
Wendy