Re: How to debug a crash that occurs only when draftCompile=false?

2018-03-05 Thread Vassilis Virvilis
I would try to compile with -style DETAILED The generated js maps pretty well to the java code. Vassilis On Mon, Mar 5, 2018 at 5:52 PM, Bruno Salmon wrote: > hi, > > I have a GWT application that runs ok when draftCompile=false but crashes > when turning draftCompile to true (which is the

Re: GWT and Cordova/PhoneGap - use JsInterop?

2018-03-05 Thread Rogelio Flores
I would start with http://www.m-gwt.com/ I used it for a prototype a couple of years ago with GWT 2.7 I think, and I only needed a few hours to get something running with camera, location and OAuth support. Don't know if it works with the latest version (2.8.2), but if it doesn't, I don't think

How to debug a crash that occurs only when draftCompile=false?

2018-03-05 Thread Bruno Salmon
hi, I have a GWT application that runs ok when draftCompile=false but crashes when turning draftCompile to true (which is the case in production). How can I fix that? Can it be related to something wrong in my java code source? The browser reports an exception (a classical property access prob