[gwt-contrib] Re: Permutation Specific SymbolMap (issue1652803)

2012-03-08 Thread acleung
http://gwt-code-reviews.appspot.com/1652803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Permutation Specific SymbolMap (issue1652803)

2012-03-08 Thread cromwellian
LGTM, although you may want to add a !-- -- doc section in CompilerParams prior to the property to explain what it is doing (turn off symbol map, and therefore it disables StackTraceDeobfuscation in the logging API) http://gwt-code-reviews.appspot.com/1652803/ --

[gwt-contrib] Re: Permutation Specific SymbolMap (issue1652803)

2012-03-02 Thread cromwellian
On 2012/03/02 10:39:39, acleung wrote: Are you missing the module files (.gwt.xml) that define this new property? http://gwt-code-reviews.appspot.com/1652803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Permutation Specific SymbolMap (issue1652803)

2012-03-02 Thread acleung
On 2012/03/02 22:46:28, rdayal wrote: On Fri Mar 02 13:09:00 GMT-500 2012, mailto:cromwell...@google.com wrote: On 2012/03/02 10:39:39, acleung wrote: Are you missing the module files (.gwt.xml) that define this new property?

[gwt-contrib] Re: Permutation Specific SymbolMap (issue1652803)

2012-03-02 Thread cromwellian
I typically put these in CompilerParameters.gwt.xml or Core.gwt.xml. For example, the sourceMap switch is in CompilerParameters.gwt.xml On 2012/03/02 23:40:31, acleung wrote: On 2012/03/02 22:46:28, rdayal wrote: On Fri Mar 02 13:09:00 GMT-500 2012, mailto:cromwell...@google.com wrote: