Re: [gwt-contrib] Re: Question to Windows users

2014-10-20 Thread Thomas Broyer
On Sunday, October 19, 2014 8:28:45 PM UTC+2, stuckagain wrote: Sounds like a hasle to require a VM... unless that VM would include everything to get started. Just setting up eclipse to be inline with the coding guidelines in GWT and setting up all the libraries etc are really painful

[gwt-contrib] SuperDevMode : same time between 2.6.1 and 2.7.0

2014-10-20 Thread Raphael Garnier
Hi, I use SuperDevMode since a while and I'm testing the new features with my project and I have exactly the same compilation time between the 2 versions. Is this come from the JsniBundleGenerator of GQuery ? 2.6.1 : binding: mgwt.formfactor=desktop Compiling module

Re: [gwt-contrib] Re: Question to Windows users

2014-10-20 Thread Rene Hangstrup Møller
I'm also looking for a build tool that can download external dependencies so you don't have to svn checkout the gwt-tools; but we need to be able to download from gwt-tools, at least for a transition period (and guess what: Gradle can't do that actually) Gradle works brilliantly with

[gwt-contrib] Re: SuperDevMode : same time between 2.6.1 and 2.7.0

2014-10-20 Thread Jens
Job fr.agfahealthcare.cassis.CassisTablet_dev_1_1 Indicates that this is the first compile which is not really faster. However recompiling (when you reload the browser) should happen faster. So try to change some files and recompile. -- J. -- You received this message because you are

Re: [gwt-contrib] Re: Question to Windows users

2014-10-20 Thread Thomas Broyer
On Mon, Oct 20, 2014 at 3:23 PM, Rene Hangstrup Møller rhmol...@gmail.com wrote: I'm also looking for a build tool that can download external dependencies so you don't have to svn checkout the gwt-tools; but we need to be able to download from gwt-tools, at least for a transition period (and

[gwt-contrib] 2.7.0-beta1 deferredjs bypasses application cache

2014-10-20 Thread Richard Wallis
I've got an offline capable gwt app that uses html5 appcache. When compiled with 2.7.0-beta1 gwt skips the cache when loading deferred js files. I've attached screenshots of the different network activity between 2.6.1 and 2.7. You'll see that 16.cache.js and 2.cache.js are not loaded from

Re: [gwt-contrib] SuperDevMode : same time between 2.6.1 and 2.7.0

2014-10-20 Thread Manuel Carrasco Moñino
On Mon, Oct 20, 2014 at 11:24 AM, Raphael Garnier garnier.raph...@gmail.com wrote: Hi, I use SuperDevMode since a while and I'm testing the new features with my project and I have exactly the same compilation time between the 2 versions. Is this come from the JsniBundleGenerator of GQuery

Re: [gwt-contrib] Re: Question to Windows users

2014-10-20 Thread Jens
kind of a shame when you're bragging that you can adapt to any situation and use any kind of dependencies from file() to Maven and Ivy… just not plain HTTP URLs. Well Gradle allows you to set a custom repository pattern as it is based on ivy. See section 51.6.9. More about Ivy resolvers

[gwt-contrib] GWT 2.7 : precompile and incremental flags

2014-10-20 Thread Jérémie Gottero
Hello, I have tried GWT 2.7 beta today, and first of all you guys made an awesome job to reduce compile time (x4/5 faster on my 500k LoC project). There is however a CodeServer behavior that I don't understand: why the precompile flag is always turned off in incremental mode? if

Re: [gwt-contrib] GWT 2.7 : precompile and incremental flags

2014-10-20 Thread 'Daniel Kurka' via GWT Contributors
With GWT 2.7 you do not need any bookmarklet stuff anymore. You can just bring it up through the old dev mode integration in eclipse, see: https://www.youtube.com/watch?v=qpCSbj36O44 PS: You do not need the -superDevMode anymore its now default. On Mon, Oct 20, 2014 at 3:38 PM, Jérémie Gottero

[gwt-contrib] Re: SuperDevMode : same time between 2.6.1 and 2.7.0

2014-10-20 Thread Raphael Garnier
I use -noprecompile option and the first compile is marked as 0 : Job fr.agfahealthcare.cassis.CassisTablet_dev_1_0 and took about 22s. But you've right, the second compilation (my topic) took less time and after that's faster than ever !!! GET /recompile/cassisTablet Job

Re: [gwt-contrib] 2.7.0-beta1 deferredjs bypasses application cache

2014-10-20 Thread Richard Wallis
ok, it seems that in gwt 2.6 the deferred scripts are fetched by an xmlhttprequest and in 2.7 they're injected into head. Is that correct? Have some new security features been added that force a fetch from the server? Where can I find out what changes have been made to how deferredjs files are

[gwt-contrib] Re: GWT Patch Review Policy Maintainer list

2014-10-20 Thread Scott Morgan
I would like to see some guidelines from the steering committee about some sort of rubber stamping of contribution ideas long before the patch process. The learning curve of setting up the GWT build and making a patch is fairly expensive, and it makes sense for the GWT process to

Re: [gwt-contrib] Re: odd super dev mode times

2014-10-20 Thread 'John Stalcup' via GWT Contributors
I think it's in master now (commit 14f27064497f1171907d0ecbe01a4d2991a7a855) On Sun, Oct 19, 2014 at 7:51 PM, Stephen Haberman stephen.haber...@gmail.com wrote: depends on how many files are modified [+ invalidations] Yeah, sorry, I should have mentioned I've only been changing one file,

Re: [gwt-contrib] Re: odd super dev mode times

2014-10-20 Thread 'Daniel Kurka' via GWT Contributors
Stephen can you verify that this solved your problem and if so cherry pick it to the branch and add me as a reviewer? On Mon, Oct 20, 2014 at 10:02 PM, 'John Stalcup' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: I think it's in master now (commit

Re: [gwt-contrib] 2.7.0-beta1 deferredjs bypasses application cache

2014-10-20 Thread Thomas Broyer
IIRC, Brian changed the behavior of the xsiframe linker to match the direct-install linker, because most browsers would otherwise not display the source maps. There should be flag to turn it off and go back to the previous behavior. It however looks like a browser bug worth reporting. -- You

Re: [gwt-contrib] Re: odd super dev mode times

2014-10-20 Thread Stephen Haberman
I think it's in master now (commit 14f27064497f1171907d0ecbe01a4d2991a7a855) Oh shoot; I was wondering if that's what Roberto was referring to. I assumed 2.7-beta1 already had that fix, because I saw it on the release/2.7 branch in gerrit (and a few commits down/non-cherry picked). However,

Re: [gwt-contrib] Re: Question to Windows users

2014-10-20 Thread Thomas Broyer
Awesome! Will try when I find a computer and, more importantly, time ;-) Le 20 oct. 2014 23:35, Rene Hangstrup Møller rhmol...@gmail.com a écrit : This is the simplest I could come up with for fetching dependencies from gwt tools https://gist.github.com/rhmoller/7985bfdc2eac42598ee2 Den

Re: [gwt-contrib] Re: Question to Windows users

2014-10-20 Thread Jens
This is the simplest I could come up with for fetching dependencies from gwt tools https://gist.github.com/rhmoller/7985bfdc2eac42598ee2 Cool! Exactly what I was thinking about. Thanks for sharing. -- J. -- You received this message because you are subscribed to the Google Groups GWT

Re: [gwt-contrib] Re: odd super dev mode times

2014-10-20 Thread Stephen Haberman
However, right, it didn't actually make it into 2.7-beta1. Crap. Eclipse was lying to me, and had a 2.6.x source jar hooked up to gwt-dev-2.7-beta1.jar (don't ask) when I pulled up PersisentUnitCache in my project to check for the change. So: a) 2.7-beta1 does have John's 14f2706 fix, and b)

Re: [gwt-contrib] Re: odd super dev mode times

2014-10-20 Thread 'Daniel Kurka' via GWT Contributors
I think that CL is only on master. Thats why I said try master and if it works send me a cherry pick for the CL :) On Tue, Oct 21, 2014 at 12:26 AM, Stephen Haberman stephen.haber...@gmail.com wrote: However, right, it didn't actually make it into 2.7-beta1. Crap. Eclipse was lying to me,

Re: [gwt-contrib] Re: odd super dev mode times

2014-10-20 Thread Stephen Haberman
I think that CL is only on master. Thats why I said try master and if it works send me a cherry pick for the CL :) $ git branch -a --contains 14f27064497f11 master * release/2.7 remotes/gerrit/HEAD - gerrit/master remotes/gerrit/master remotes/gerrit/release/2.7 I also opened the