FW: 5.0.29 JSP compilation fails when using JDK 1.5.0

2004-10-22 Thread Shapira, Yoav
Oops, copying the list on this message, sent just to Jess by accident. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Shapira, Yoav Sent: Friday, October 22, 2004 12:52 PM To: 'Jess Holle' Subject: RE: 5.0.29 JSP compilation fails when using JDK 1.5.0 Hi, I've

RE: 5.0.29 JSP compilation fails when using JDK 1.5.0

2004-10-22 Thread Shapira, Yoav
: 5.0.29 JSP compilation fails when using JDK 1.5.0 I accidentally got Windows end-of-line sequences in the last set of patches. Here's a better set. -- Jess Holle Jess Holle wrote: Okay, I now (belatedly) understand the problem. The issue is that by default Jaspper is setting the target release

Re: 5.0.29 JSP compilation fails when using JDK 1.5.0

2004-10-19 Thread Jess Holle
I accidentally got Windows end-of-line sequences in the last set of patches. Here's a better set. -- Jess Holle Jess Holle wrote: Okay, I now (belatedly) understand the problem. The issue is that by default Jaspper is setting the target release to 1.3 but leaving the source release unspecified

Re: 5.0.29 JSP compilation fails when using JDK 1.5.0

2004-10-18 Thread Jess Holle
Okay, I now (belatedly) understand the problem. The issue is that by default Jaspper is setting the target release to 1.3 but leaving the source release unspecified -- resulting in the JDK 1.5 javac default source release, 1.5 -- and javac won't allow this mixture. I am attaching a set of

Re: 5.0.29 JSP compilation fails when using JDK 1.5.0

2004-10-14 Thread Jess Holle
JSP compilation fails when using JDK 1.5.0 Tomcat 5.0.28 compiled JSP pages when run using JDK 1.5.0 just fine (out-of-the-box). Also, 5.0.28 seems to work fine under JDK 1.5.0 in general. Tomcat 5.0.29 can no longer compile JSP pages when running under JDK 1.5.0! Given that 1.5.0 has been released

RE: 5.0.29 JSP compilation fails when using JDK 1.5.0

2004-10-07 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 3:55 PM To: Tomcat Developers List Subject: 5.0.29 JSP compilation fails when using JDK 1.5.0 Tomcat 5.0.28 compiled JSP pages when run using JDK 1.5.0 just fine (out-of-the-box). Also, 5.0.28 seems to work fine under JDK 1.5.0 in general

5.0.29 JSP compilation fails when using JDK 1.5.0

2004-10-06 Thread Jess Holle
Tomcat 5.0.28 compiled JSP pages when run using JDK 1.5.0 just fine (out-of-the-box). Also, 5.0.28 seems to work fine under JDK 1.5.0 in general. Tomcat 5.0.29 can no longer compile JSP pages when running under JDK 1.5.0! Given that 1.5.0 has been released and 5.0.28 works fine, I believe