Be happy that its only 4-6 minutes :)) You can't really speed it up because at the end the amount of source you need to compile to JS is always the same.
But you can use a distributed build which could reduce the compilation time to the time of a single permutation if you have enough hosts to compile on: http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds During development you could use -draftCompile as compiler option to skip optimizations which speeds up compilation quite a bit. Do you compile that often or why does the compilation time bother you? -- J. -- 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/-/C37UCDjPVXkJ. 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.
