Re: java.lang.StackOverflowError with GWT

2009-04-22 Thread Alex Moffat
I also had this problem but worked around it by setting the localWorkers parameter to com.google.gwt.dev.Compiler to at least the number of permutations I'm compiling. Why this should work I have no idea, but it does, at least for me. I'm only building 5 permutations so this is a reasonable soluti

Re: Invalid version number "1.5" passed to external.gwtOnLoad(), expected "1.6"

2009-05-12 Thread Alex Moffat
I've just had exactly the same problem. Turned out that the hosted mode browser had the previous version of the hosted.html file cached. I pulled it up in the browser by entering the url directly and it showed the 1.5 version even though the app server was receiving a request for the file. Shift r

Re: Does GWT work in Snow Leopard?

2009-09-03 Thread Alex Moffat
I have another work around that involves changing the BootStrapPlatform class in gwt-dev-mac.jar to remove the check for java 1.5. If you do this then you can use java 1.6 with the -d32 flag and it works fine. More details at http://development.lombardi.com/?p=1012 On Aug 31, 6:35 pm, Jim Douglas