On Wed, 27 Oct 2004 08:07:09 -0400, Ted Husted <[EMAIL PROTECTED]> wrote: > Yesterday, as advertised, the Shale API built without any external dependencies > (whatsoever). > > Today, the new implementations require dependencies on Servlet 2.4, JSF, and Commons > Logging. > > But, I can't get it to build because > > "org.apache.shale.impl.ImplApplicationFilter is not abstract and does not override > abstract method isLoggable(java.util.logging.LogRecord) in java.util.logging.Filter > public class ImplApplicationFilter implements java.util.logging.Filter" >
As you've probably figured out by now, this class actually implements javax.servlet.Filter, not java.util.logging.Filter ... so you need Servlet 2.4 API classes available. Craig > I'm using j2sdk1.4.2_01 (but am about to update to _06). Is there something else > that needs to be on the classpath? > > Meanwhile, I started a projects.xml for Maven, to make it easier for others to jump > in and join the fun :) > > -Ted. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
