On 10/13/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:

On 10/13/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 10/13/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
>
> > 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.
>
> Yes, it's happening in shale-dialog-scxml.  The site is building fine
> for Craig, so it's probably just Maven being weird again.
>
<snip/>

FWIW, I successfully ran a framework site, so we must have variations
in our local build setups.


FWIW, I'm building successfully on Windows, using JDK 1.5 and Maven 2.0.4.

Based on the error message (jx.s.j.e.FunctionMapper not found), can
you try adding the import to o.a.s.d.s.ShaleDialogELEvaluator ? Thats
the only place I can think of where it could matter (superclass has a
protected method that contains the FunctionMapper in its signature).
Thanks!


This sounded to me like it might be a versioning problem on the JSP API ...
FunctionMapper was added in 2.0, so you wouldn't find it on earlier
versions.  But why that would cause JavaDoc to fail the build is beyond me.

-Rahul


Craig


Thanks,
> --
> Wendy
>

Reply via email to