On 10/13/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
One caution on the "unused imports" warnings ... Checkstyle does not
consider a javadoc comment like "[EMAIL PROTECTED] Foo}" to be a use, but 
Javadoc
cannot create a correct link unless you either import this class (if it is
not in the same package), or make it fully qualified.  So, some of the
"unused" imports are actually used :-).

Could that be why I'm getting this?

$ mvn site
...
[INFO] Building Shale Dialog Manager (SCXML Implementation)
[INFO]    task-segment: [site]
...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error during page generation

Embedded error: Error rendering Maven report: Exit code: 1 - javadoc: warning -
Error!
javadoc: warning - com.sun.tools.javac.code.Symbol$CompletionFailure: file javax
\servlet\jsp\el\FunctionMapper.class not found
com.sun.tools.javac.code.Symbol$CompletionFailure: file javax\servlet\jsp\el\Fun
ctionMapper.class not found

--
Wendy

Reply via email to