Rana, I've read that internal Google apps must build to 240 permutations for the supported browsers and languages. To support this they:
- Conduct draft compilations only using their desired dev permutation - Do complete compiles for releases/CI/test on a server farm There are instructions out there that do this sort of thing: - gwt-distcc <http://code.google.com/p/gwt-distcc/> - GWT Distributed Build documentation<http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds> Of course you probably don't need to do a complete build that often (CI machine, pre-release), so collapsing the permutations or just doing a single permutation draft compile might suffice. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Vj9EwhQO_bMJ. 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.
