Dan Brown wrote:
>
> I get a problem when I do a "build.sh init" on my newapp project. I get
> a series of compile errors on the order of...
>
> compile:
> [javac] Compiling 31 source files to
> /Users/dbbrown/dev/lair/tdk-2.1b1/webapps/timecard/WEB-INF/classes
> [javac]
>
>/Users/dbbrown/dev/lair/tdk-2.1b1/webapps/timecard/WEB-INF/src/java/org/apache/turbine/flux/modules/actions/FluxLogin.java:0:
> Class javax.servlet.http.HttpSessionBindingListener not found in
> interface org.apache.turbine.om.security.User.
>
> It turns out to be a problem with the classpath to find the
> servlet.jar. The classpath fileset element is pointing to the wrong
> directory to find the servlet and should be changed to the following:
>
> <fileset dir="../../../../common/lib">
> <include name="**/servlet*.jar"/>
> </fileset>
>
> Please fix.
No, there is a servlet jar where the path says it is. There
are two that come with catalina. Look in the top level
'bin' directory. You don't have a servlet.jar there?
>
> Thanks,
>
> - Dan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://jakarta.apache.org/velocity
http://jakarta.apache.org/turbine
http://jakarta.apache.org/commons
http://tambora.zenplex.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]