Hi,
Have you set the <package> property in the POM correctly? I think the
javadoc plugin uses this to find which source files to use, whereas the
compile goal (perhaps incongruously) does not. This would explain the
behaviour you're getting.
Mike
"Wiley Jacobs" <[EMAIL PROTECTED]> on 20/09/2002 00:48:01
Please respond to "Turbine Maven Users List"
<[EMAIL PROTECTED]>
To: "Turbine Maven Users List" <[EMAIL PROTECTED]>
cc:
Subject: site:generate
I'm getting this error (below). I do a maven clean, then site:generate, it
compiles all of the code and seems to do all what it needs to do then hangs
up on the javadoc section because it doesn't have any source files. This
doesn't quite make sense to me because it just compiled all of the source
files.
javadoc:generate:
[ERROR] BUILD FAILED
[ERROR] File...... D:
\jakarta-turbine-maven\plugins\maven-javadoc-plugin-1.0\plu
gin.jelly
[ERROR] Element... javadoc
[ERROR] Line...... 60
[ERROR] Column.... 52
[ERROR] No source files and no packages have been specified.
Total time: 3 minutes 42 seconds
This is pointing to: stylesheetfile="${maven.javadoc.stylesheet}">
Any thoughts?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>