Re: [gwt-contrib] GWT 3 Build System

2015-07-01 Thread Arnaud TOURNIER
Hi Daniel, Just to say : the more i think about this new GWT compiler, the more i think it's the right choice for GWT ! Great work to you all ! Arnaud Le jeudi 18 juin 2015 14:37:31 UTC+2, Daniel Kurka a écrit : > > One other thing: It won't matter which system we use to build the new > compi

Re: [gwt-contrib] GWT 3 Build System

2015-06-18 Thread Arnaud TOURNIER
Ok great ! True that Google will always have the master hand over GWT, fair because code is committed by almost only google people ! Community has to keep that in mind. Thanks Arnaud Le jeu. 18 juin 2015 à 14:37, Daniel Kurka a écrit : > One other thing: It won't matter which system we use to b

Re: [gwt-contrib] GWT 3 Build System

2015-06-18 Thread 'Daniel Kurka' via GWT Contributors
One other thing: It won't matter which system we use to build the new compiler. Google internal we always use our own build system and since its very close to bazel it should work fine with bazel. If you want some kind of other integration with other build systems you can easily build them since t

[gwt-contrib] GWT 3 Build System

2015-06-18 Thread Thomas Broyer
Gradle 2.5 will come with "continuous build" too (watch files, recompile incrementally on change -- and run tests I suppose, or restart running app); similar to what SBT has had for years now (but indescribably sluggish). -- You received this message because you are subscribed to the Google Gro

Re: [gwt-contrib] GWT 3 Build System

2015-06-18 Thread Arnaud TOURNIER
I assume j2cl means java-to-closure-script-compiler, which will be the heart of GWT 3, is that right ? Very good news ! This way GWT will be available for standard and cool web build systems... Great ! GWT downloadable as a npm package would be cool in fact... Did you evaluate gulp in your study

Re: [gwt-contrib] GWT 3 Build System

2015-06-18 Thread 'Daniel Kurka' via GWT Contributors
As a side note: We had a discussion to make j2cl be able to compile itself to JavaScript. If that is actually done you can easily integrate with all kinds of JavaScript build tools. On Thu, Jun 18, 2015 at 1:16 PM Arnaud TOURNIER wrote: > Hi everyone, > > I've been watching an reflecting upon th

[gwt-contrib] GWT 3 Build System

2015-06-18 Thread Arnaud TOURNIER
Hi everyone, I've been watching an reflecting upon the gwt meetup you had few weeks ago. And one of my concern is about a decent build system that gwt should be based upon. As for now, Bazel is not ready for Windows, and also it needs to be installed, configured and so on, which can be cumberso