2012/3/1 Jess Holle <je...@ptc.com>:
> On 3/1/2012 9:50 AM, Jess Holle wrote:
>> This is with Tomcat 7.0.23 and thus ecj 3.7.  Are there known issues in
>> this regard with ecj 3.7?  Are they addressed by 3.7.1?  Is there a
>> reasonable way to obtain and try a newer ecj.jar?  [I couldn't find one.]
>

Download and replace.
If it is to hard to find download link at eclipse.org,
you can get it from 7.0.26.

> Sorry for the noise on this part of my post -- we've found the issue here.
>  Someone stuck an old ecj jar into lib in these cases!
>
>> I've seen some other odd behavior with the latest Tomcat 6 (also using
>> 3.7) -- where it will compile a given JSP page fine most of the time, but in
>> others (for exactly the same JSP and tags with no changes) will produce the
>> dreaded method too big (>65K) error.  This is maddening when nothing has
>> changed -- the compiler should produce the same results in any case.

Maybe you can compare the generated java sources?

>>  This
>> particular issue is hard enough to reproduce that I've not had a chance to
>> try it with 3.7.1.
>
> I'm still wondering about this issue, though...
>

Disable recompilation by configuring Jasper with development=false ?
http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to