Re: Tomcat 5.5.16 compile problem on Solaris 10

2006-04-06 Thread Yoav Shapira
ssionListener.java:23: cannot find symbol > [javac] symbol : class HttpSessionAttributeListener > [javac] location: package javax.servlet.http > [javac] import javax.servlet.http.HttpSessionAttributeListener; > [javac] ^ > [javac] > /or

RE: Tomcat 5.5.16 compile problem on Solaris 10

2006-04-06 Thread Seed, Neville
AIL PROTECTED] On Behalf Of Yoav Shapira Sent: 06 April 2006 13:59 To: Tomcat Developers List Subject: Re: Tomcat 5.5.16 compile problem on Solaris 10 Hi, Start from a clean build setup: you have a servlet.jar file from Servlet Spec v2.3 (or earlier) which doesn't have the Listener(s) added in Serv

Re: Tomcat 5.5.16 compile problem on Solaris 10

2006-04-06 Thread Yoav Shapira
Hi, Start from a clean build setup: you have a servlet.jar file from Servlet Spec v2.3 (or earlier) which doesn't have the Listener(s) added in Servlet Spec v2.4. To build Tomcat, you don't need to (and shouldn't) set a CLASSPATH environment variable or otherwise muck with the classpaths setup by

Tomcat 5.5.16 compile problem on Solaris 10

2006-04-06 Thread Seed, Neville
Hello If this is the wrong mailing list then I appoligise. When compiling tomcat 5.5.16 on a solaris 10 (sparc) I get the following error. Can anyone please advice as to the problem so that I can continue? I have simply downloaded the prerequirites into /usr share/jave and ran ant in the tomcat