Hi,

In GWT 2.0 there is supposed to be a feature that allows us to emulate
java stack traces in the compiled web application. I can not find much
information on how to enable this. The docs are very quite about this
subject.

I found that there are 3 properties:
- compiler.emulatedStack
- compiler.emulatedStack.recordLineNumbers
- compiler.emulatedStack.recordFileNames

According to info I found these 3 are supposed to be boolean
properties.
I tried setting them to true, but I get a very strange error in
recordLineNumbers and recordFileNames:
       [ERROR] The specified property
'compiler.emulatedStack.recordLineNumbers' is not of the correct type;
found 'ConfigurationProperty' expecting 'BindingProperty'
     [java]       [ERROR] Failure while parsing XML

How do I enable these features ?

David

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to