Do you really need all 23 permissions several times per hour? Building in parallel is a good idea, but avoiding unnecessary permissions is easy and makes a big difference while developing.
Paul
Good afternoon,
we're using GWT in our application (to be precise, not the vanilla, but SGWT) and what bothers me a lot is that compiling permutations (browser-specific code, as far as I undestand) requires a lot of time - 300 seconds for 23 permutations. When you fully recompile it several times an hours it becomes a bit annoying.
However, I found this: https://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds
And as it's said there, By compiling the permutations in parallel, ideally on separate machines, overall build time can be greatly reduced.
We're also using Jenkins so it's probably possible to distribute permulation's compilation onto several nodes. Probably, somebody has already done this job and can share thoughts\links ideas about it?
-- we're using GWT in our application (to be precise, not the vanilla, but SGWT) and what bothers me a lot is that compiling permutations (browser-specific code, as far as I undestand) requires a lot of time - 300 seconds for 23 permutations. When you fully recompile it several times an hours it becomes a bit annoying.
However, I found this: https://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds
And as it's said there, By compiling the permutations in parallel, ideally on separate machines, overall build time can be greatly reduced.
We're also using Jenkins so it's probably possible to distribute permulation's compilation onto several nodes. Probably, somebody has already done this job and can share thoughts\links ideas about it?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment