Re: T5: Exception in Autocomplete mixin

2009-10-05 Thread Fermin Da Costa Gomez
Did you also see the same behaviour across platform and hardware? Fair enough if it doesn't run properly on 1.6 (not ok but as long as it does it consistently). The thing that really puzzles me is the fact that *all* *is* running fine on Ubuntu on a MacBook but exactly the same situation on a Macpr

Re: T5: Exception in Autocomplete mixin

2009-10-05 Thread Inge Solvoll
I've tried upgrading javassist to 3.11, it didn't help. I've run into a lot of trouble because of this javassist problem. It occurs when compiling with a 1.6 JDK, and it seems to be completely random. I've managed to overcome this so far by doing binary search debug in my classes, moving things a

Re: T5: Exception in Autocomplete mixin

2009-10-04 Thread Fermin Da Costa Gomez
> > java.lang.ClassFormatError >> Invalid length 112 in LocalVariableTable in class file >> > > This surely looks like a Javassist bug. What Java version are you using? > Meanwhile, try recompiling your sources and reducing the length of event > handler methods. > MacBook/Ubuntu: java version "1.

Re: T5: Exception in Autocomplete mixin

2009-10-04 Thread Thiago H. de Paula Figueiredo
Em Sun, 04 Oct 2009 05:57:36 -0300, Fermin Da Costa Gomez escreveu: Hi Hi! java.lang.ClassFormatError Invalid length 112 in LocalVariableTable in class file This surely looks like a Javassist bug. What Java version are you using? Meanwhile, try recompiling your sources and reducing th

T5: Exception in Autocomplete mixin

2009-10-04 Thread Fermin Da Costa Gomez
Hi After skipping T4 i decided to give T5 a try. All 'seems' to come along just fine except for something that has been baffling me for 2d already now .. Situation/ environment: The project is always the same and checked out from svn and runs fine on: a MacBook Pro with Ubuntu 9.04 within Galileo