Wednesday, June 7, 2017

Re: Any issues running in detailed (or pretty) style in production?

We use single permutation (safari) for all browsers, if you do not, you have to look at
 
  target\projectName-1.0-SNAPSHOT\projectName\compilation-mappings.txt

in order to understand which script is current.

Then go to 

target\projectName-1.0-SNAPSHOT\WEB-INF\deploy\projectName\symbolMaps

Here you will find a map file for each permutation with something like 

Yr,com.google.gwt.user.client.Timer::clearTimeout(I)V,com.google.gwt.user.client.Timer,clearTimeout,com/google/gwt/user/client/Timer.java,154,0

this means that function Yr(...){...} is Timer::clearTimeout


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment