--On Tuesday, April 05, 2005 3:30 PM -1000 Aaron Kagawa <[EMAIL PROTECTED]> wrote:
Hey Philip,
It seems you've committed a change to the .classpath file in hackyKernel that will mess up Eclipse-building for people still using Tomcat 4.1.
<classpathentry exported="true" kind="var" path="CATALINA_HOME/common/lib/servlet-api.jar"/>
I'm still using Tomcat 4.1.something, so for now I just changed my local copy to use servlet.jar instead of servlet-api.jar.
thanks, aaron
My apologies, I intended to send an email when I committed that change and spaced out.
Yes, it seems like it's time to make Tomcat 5.0 the 'default'.
Rather than locally edit your .classpath and risk committing the change, I suggest that you instead put a copy of servlet-api.jar into your Tomcat4/common/lib directory. (Indeed, what I had done previously was to put a copy servlet.jar into my Tomcat5/common/lib directory, which I had totally forgotten about and which bit me recently, thus provoking this change!)
Cheers, Philip
