The source release does have tools/buildtime/tomcat-5.0.28/servlet-api.jar. That's why it seems so odd that only VelocityServlet class has problem. Any other idea?
AJ On 12/4/05, Anil Gangolli <[EMAIL PROTECTED]> wrote: > > I meant to say tools/buildtime/tomcat-5.0.28/servlet-api.jar in the > source tree. > > Anil Gangolli wrote: > > > > > That would be in the servlet-api.jar which is under > > buildtime\tomcat-5.0.28\servlet-api.jar in the source tree. I'm not > > sure if we include it in the source distribution. You can use any > > copy of the Servlet 2.4 API jar. > > > > --a. > > > > > > AJ Chen wrote: > > > >> I downloaded roller 2.0 source release and I'm trying to set up a > >> roller project in eclipse directly from loading the build.xml. Every > >> java class can be build except for one: > >> public abstract class BasePageServlet extends VelocityServlet > >> > >> It's certain org.apache.velocity.servlet.VelocityServlet is imported. > >> The error message is a bit odd: > >> The type javax.servlet.http.HttpServlet cannot be resolved. It is > >> indirectly referenced from required .class files. > >> > >> Any idea how to fix it (build roller java files in eclipse)? > >> > >> Thanks, > >> AJ > >> > >> > > > > > >
