Re: JSP pre-compilation problem

2007-06-21 Thread David Jencks
Dunno, but I thought jetty was using jasper from glassfish not apache. You might try using the maven jspc plugin from codehaus, it works for us in geronimo. With the latest version you can specify exactly which jasper version you want to use, here's the snippet from the geronimo pom:

JSP pre-compilation problem

2007-06-21 Thread Kevin Jackson
Hi all, I'm working with mvn and the jetty jspc plugin for pre-compiling jsps and I've come across this error: [INFO] [jetty-jspc:jspc {execution: jspc}] 2007-06-21 11:15:18.969::INFO: Logging to STDERR via org.mortbay.log.StdErrLog java.lang.ClassCastException: [Ljava.lang.Object; cannot be ca