Re: compile to display java code line number

2012-11-01 Thread Andrea Boscolo
And don't forget set-property name=compiler.stackMode value=emulated/ in that case. Have also a look at the experimental SuperDevMode :) On Thursday, November 1, 2012 3:08:37 AM UTC+1, Thad wrote: If you run in devmode, you will see the Java line number. To see something more easily

compile to display java code line number

2012-10-31 Thread Luke
What parameters should I use to compile in order to display java code line number when exception ? Below is error showing on my firefox when exception uncaught exception: Class$S244: Exception caught: 2 exceptions caught: (TypeError) fileName:

Re: compile to display java code line number

2012-10-31 Thread Thad
If you run in devmode, you will see the Java line number. To see something more easily understood in production mode, add -style PRETTY to your program arguments. See https://developers.google.com/web-toolkit/doc/latest/RefCommandLineTools, specifically targets gwtc and devmode generated by