Typically, supported browsers and supported languages generate the most permutations.
If you want to reduce the number of parameters, you can paste this line in your *.gwt.xml <!-- Only compile for firefox to reduce build time --> <set-property name="user.agent" value="gecko" /> Similarly, if you have any localization support, disable it during development. Based on the above two properties, we were able to reduce number of permutations from 12 to 1 (6 browsers X 2 languages). But the time saved wasn't all that much, certainly not 1/12th. On Sep 9, 8:24 am, nicolas de loof <[email protected]> wrote: > Hi > I'm trying to reduce my build time by setting appropriate properties. > Reducing number of permutation seems to be the simpliest way to reduce the > gwt-complation time. > > Anyway I get some strange result as number of permutation proceed, and would > like to trace what property combination was used for them. Is there any way > to enable such logging on gwt compiler ? > > Thansk, > Nicolas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
