Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Óscar Frías Barranco
> > And why don't keep it experimental too in 2.8 instead of removing it? >> > > Why keeping it if it's only half baked into GWT and you can run it > externally as well? > Do you have a step by step guide to run the closure compiler externally ? -- You received this message because you are subs

Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Jens
> Do you have a step by step guide to run the closure compiler externally ? > Basically you would need to replicate what has been done programmatically in the removed ClosureJsRunner class. See commit https://github.com/gwtproject/gwt/commit/162ccc9c9112a09bf9ea046da95760f5f1886b72 Looks like

Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Óscar Frías Barranco
> Do you have a step by step guide to run the closure compiler externally ? >> > > Basically you would need to replicate what has been done programmatically > in the removed ClosureJsRunner class. See commit > > https://github.com/gwtproject/gwt/commit/162ccc9c9112a09bf9e > a046da95760f5f1886b72 >

Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Kirill Prazdnikov
Hi Jens, What if we have SSO linker ? Then no hacks is needed, right ? Then just run the Google Closure Compiler on the output. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send

gwt compile error "No source code" using gwt-lib with transient sources

2016-11-25 Thread Michael Budnick
My current maven project (named refBuecherWelt) is based on 3 submodule (shared,server,client) layout from the gwt-maven-archetypes [1]. The refBuecherWelt-client submodule (a gwt-app) depend on an other lib (named universalclientLib) which is build in an independend maven project. When I migrat

Bug in IE11 with GWT project (White screen after some time)

2016-11-25 Thread johan . diringer
Our team has a problem when running a GWT application on IE11. After some time, the content of the IE11 browser becomes white. One of the characteristic of the problem is that this happens randomly, sometimes after 1.5 hours, sometimes a complete night, sometimes more (one of the requirement o

Re: Bug in IE11 with GWT project (White screen after some time)

2016-11-25 Thread Slava Pankov
I'm using jQuery Datatable and GWT 2.8, and don't have any problems with IE11, despite of large (thousands of rows) datasets fetched from the server side. It could be many reasons why your app is failing, try to open web development tools, may be something will be logged there during your app c

Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Slava Pankov
@Jens I've tried WITHOUT any success to use closure compiler externally with GWT 2.8 See my question here: https://groups.google.com/forum/#!searchin/google-web-toolkit/closure$20compiler%7Csort:date/google-web-toolkit/k_kjIv9Klsg/LZAZiUf9BAAJ Still want to find out exact steps to get it workin

Re: GWT 2.8.0 compile warnings

2016-11-25 Thread Dave Kichler
Scoured my classpath for any conflicting dependencies and found none. Also cleared out my gwt-unitCache but no to avail - the warnings still remain. On Wednesday, 23 November 2016 13:13:23 UTC-8, Jens wrote: > > Double check your classpath. Especially if you use gradle/maven make sure > you r