[gwt-contrib] Error embedded 1.6 Compiler

2009-02-19 Thread nicolas.deloof
Hi, I'm trying to upgrade the gwt-maven plugin to support 1.6 release. I've applied the shell / compiler changes and now try to launch the compiler. I got a strange error : [INFO]Compiling 15 permutations [INFO]Process output [INFO] [ERROR] java.lang.NoClassDefFoundError:

[gwt-contrib] Re: RR : Implement web-mode stack traces and symbol map files

2009-02-19 Thread Matt Mastracci
Bob, Changes look really good. Some review notes: This code will terminate early if you have two anonymous functions in your call stack (possible for some DOM stack traces), since both will have name == anonymous: +// Avoid infinite loop: caller is not an activation record +

[gwt-contrib] Re: Error embedded 1.6 Compiler

2009-02-19 Thread Scott Blum
Nicolas, I see what the problem is. Check out this code in ExternalPermutationWorkerFactoryhttp://code.google.com/p/google-web-toolkit/source/browse/releases/1.6/dev/core/src/com/google/gwt/dev/ExternalPermutationWorkerFactory.java#246 : // Cook up the classpath, main class, and extra args

[gwt-contrib] Re: RR : Implement web-mode stack traces and symbol map files

2009-02-19 Thread BobV
Committed with changes from Matt and jgw at r4807. -- Bob Vawter Google Web Toolkit Team --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---