Hi, Do you have any tips on speeding up development with Eclipse?
For example, one can can reduce the compilation time by reducing the list of supported browsers via <set-property name="user.agent" value="gecko"/> in *.gwt.xml or reduce the number of compiled locales <set-property name="locale" value="en"/> PS: I'm curious why these manual changes are even necessary and how come GWT cannot figure by itself that it's being accessed via the development plugin, and therefore generate js&resources only for that specific browser. Thanks -- 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.
