Re: Troubles Getting Started with JsInterop

2015-02-13 Thread Joseph Gardi
I was disappointed that there was no Js.js. I think there is no Js.js because according to the release notes they just started implementing experimental js annotations. It didn't say anything about Js.js. Js.js will probably be in 2.8. I think 2.8 will come out within the next couple of months

Cannot find a root cause of troubles with SDM (GWT 2.7)

2015-02-13 Thread Petr Vlasek
I am using IDEA 14 Ultimate edition for development of GWT application (GWT 2.7.0 SDK is used). I would like to run my application in GWT Super Dev Mode. So I created a GWT launcher configuration with "Super Dev Mode" checkbox selected. When I run this configuration, the GWT code server will

Troubles Getting Started with JsInterop

2015-02-13 Thread Vasco Andrade Silva
Hi all, I'm just starting with JsInterop but I can't figure out why some of the things aren't working. First thing first: I'm using GWT 2.7 and I've setup maven/pom with "-XjsInteropMode" via "JS" configuration: org.codehaus.mojo gwt-maven-plugin ${gwtVersion} […] […] JS

Re: Unable to get SDM to use detailed mode for showing stacktraces

2015-02-13 Thread Ali Akhtar
Thanks Jen. Using your class, the method names of the exceptions are still obfuscated, but at least it shows the class name and line number, which can be clicked to get to the source. While we're on the topic, is there a similar workaround for debugging (setting break points, etc)? If a breakpoin

Re: Unable to get SDM to use detailed mode for showing stacktraces

2015-02-13 Thread Jens
> Is there a workaround for getting the stacktraces to show up without being > obfuscated? > If you use Chrome 40 and use the UncaughtExceptionHandler I linked in the issue (comment #4) then you do not need anything regarding stack traces in your module xml. Any exception you do not catch wil

Unable to get SDM to use detailed mode for showing stacktraces

2015-02-13 Thread Ali Akhtar
So I have the following set in my module.gwt.xml: I also have : DETAILED set in pom.xml in the config of the maven plugin. But still, in sdm, when an error happens, the stacktrace I get is obfuscated: com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeErro