Re: Cannot compile Tomcat 4.1.12 from source

2002-12-17 Thread Bill Barker
It looks like you are compiling against the JSR-154 (aka 2.4 Spec) servlet.jar. You need to use the 2.3 Spec one. Your 'build.properties' file should have something like: # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) - servlet.home=${base.path}/jakarta-servletapi-4 servlet.lib=

Re: Cannot compile Tomcat 4.1.12 from source

2002-12-17 Thread Paul Downs
* Turner, John ([EMAIL PROTECTED]) wrote : >[javac] public class ResponseFacade implements ServletResponse { > [javac]^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -deprecation for details. > [javac] 4 errors > > >

RE: Cannot compile Tomcat 4.1.12 from source

2002-12-17 Thread Turner, John
[javac] public class ResponseFacade implements ServletResponse { [javac]^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 4 errors What happens when you do that? John > -Original Mes