Hi Marius, Indeeds, changes such as these are only useful for speeding up GWT compilation. If you're running in dev mode, they aren't necessary. There is a project underway to speed up dev mode. Are you seeing long times to refresh in the browser?
/dmc On Thu, Nov 4, 2010 at 6:28 PM, marius.andreiana <[email protected]> wrote: > 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. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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.
