Re: JSP compile limitation 7.0.16 - 7.0.19

2011-07-25 Thread Mark Thomas
On 24/07/2011 15:40, Dan Checkoway wrote: Did some sort of jasper or compiler option change in 7.0.19? Yes. See the Jasper section of the change log. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: JSP compile limitation 7.0.16 - 7.0.19

2011-07-25 Thread Dan Checkoway
Mark, I don't see anything mentioned in there about compiler options changing. I only see the note about the JSP compile *strategy* (forward/backward dependency checks). You can toss RTFM (or RTFChangelog) at me, but something that's not listed in the changelog did change from 7.0.16 to 7.0.19

Re: JSP compile limitation 7.0.16 - 7.0.19

2011-07-25 Thread Mark Thomas
On 25/07/2011 13:56, Dan Checkoway wrote: Mark, I don't see anything mentioned in there about compiler options changing. I only see the note about the JSP compile *strategy* (forward/backward dependency checks). You missed this entry: Update to Eclipse JDT Compiler 3.7 You can toss RTFM

Re: JSP compile limitation 7.0.16 - 7.0.19

2011-07-25 Thread Konstantin Kolinko
2011/7/24 Dan Checkoway dchecko...@gmail.com: I recently upgraded from 7.0.16 to 7.0.19, and having made no other changes whatsoever, I've bumped into a new problem compiling long JSPs: java.lang.Error: Unresolved compilation problem: Didn't you forget to clear all compiled jsps from

JSP compile limitation 7.0.16 - 7.0.19

2011-07-24 Thread Dan Checkoway
I recently upgraded from 7.0.16 to 7.0.19, and having made no other changes whatsoever, I've bumped into a new problem compiling long JSPs: java.lang.Error: Unresolved compilation problem: org.apache.jsp.mydir.my_005fexample_jsp._jspService(my_005fexample_jsp.java:593)

Re: JSP compile limitation 7.0.16 - 7.0.19

2011-07-24 Thread Dan Checkoway
In case this helps, here are some generated source specs for comparison: file sizes: -rw-r--r-- 1 dan staff 298619 Jul 24 10:46 7.0.16-generated-source.java -rw-r--r-- 1 dan staff 300421 Jul 24 10:46 7.0.19-generated-source.java line counts: 7328 7.0.16-generated-source.java 7331

Re: JSP compile limitation 7.0.16 - 7.0.19

2011-07-24 Thread Pid
On 24/07/2011 15:48, Dan Checkoway wrote: In case this helps, here are some generated source specs for comparison: file sizes: -rw-r--r-- 1 dan staff 298619 Jul 24 10:46 7.0.16-generated-source.java -rw-r--r-- 1 dan staff 300421 Jul 24 10:46 7.0.19-generated-source.java line counts:

Re: JSP compile limitation 7.0.16 - 7.0.19

2011-07-24 Thread Dan Checkoway
Line 593 has what you might expect...the long method generated from the JSP: public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) Dan On Sun, Jul 24, 2011 at 6:04 PM, Pid p...@pidster.com wrote: On 24/07/2011