Good day to you, Wendy, You can try and run maven-javadoc-plugin in debug mode ( by setting MAVEN_OPTS to some value...see the mvn.bat or mvn script file for more info ) then observe what arguments are being fed to the CommandLine.
It's basically just a call to your javadoc executable. Cheers, Franz Wendy Smoak-3 wrote: > > 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? > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Trouble-with-javadoc-and-package-name-tf2916089s177.html#a8155104 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
