Thanks for the build tools comments, I have a few questions. Do any of these have source control (git/tag) support for building specific versions (ie git clone, checkout)? Do any of these use massive concurrency for the compiling/testing runs?
The legacy adligo.org build (in ant) did things this way in a fairly modular way, but was hard to set-up and takes a good chunk of time because it's on a single thread. Obtain other projects from source control Compile/Jar Share Jars (it used its own ~ repository concept) Test Also each project could be built solo in less than a minute. I was thinking it would be nice(fast) if did this all concurrently (by default) based on the project dependencies, with customizable waves/stages. Cheers, Scott -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/09777b5b-83b7-46cf-b1f9-811aa2256636%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
