On 10/13/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
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

<snip/>

Is the error in the shale-dialog-scxml module (as it seems from the
above output)? If so, then this particular commit is unlikely to have
caused that problem (since there were no mods to that module in this
commit).

There might be something else there that needs looking at though.

-Rahul


--
Wendy

Reply via email to