Cannot compile Tomcat 4.1.12 from source

2002-12-17 Thread Paul Downs
Hi, I am having trouble compiling Tomcat 4.1.12 from source, I am using Suns jsdk 1.4.1. build-main: [echo] - Java-utils - [echo] -- puretls.present = ${puretls.present} [echo] -- jsse.present = true [echo] -- commons-logging = true [echo] -- jmx =

RE: Cannot compile Tomcat 4.1.12 from source

2002-12-17 Thread Turner, John
Message- From: Paul Downs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 12:16 PM To: 'Tomcat Users List' Subject: Cannot compile Tomcat 4.1.12 from source Hi, I am having trouble compiling Tomcat 4.1.12 from source, I am using Suns jsdk 1.4.1. build-main

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 What

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