[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, wrote: >

[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, wrote: > 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/%3Chtt

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

2012-03-02 Thread Rajeev Dayal
On Fri Mar 02 13:09:00 GMT-500 2012, wrote: > 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/

[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] Permutation Specific SymbolMap (issue1652803)

2012-03-02 Thread acleung
Reviewers: cromwellian, Description: Permutation Specific SymbolMap Please review this at http://gwt-code-reviews.appspot.com/1652803/ Affected files: M dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java Index: dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java ==