Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-11 Thread Lars
It fails for Java 7 and 8 for Windows 7 and 8 ... I checked also with the latest ant version and your flag "-Dgwt.watchFileChanges=true" and in addition with "-Dgwt.persistentunitcache=false" - but no success... How can I help you? Because for me it's easy to run it on windows :-) Btw. the

Re: Disabling symbol maps

2015-11-11 Thread Thomas Broyer
On Wednesday, November 11, 2015 at 9:24:24 PM UTC+1, Erik Kuefler wrote: > > I'm trying to prevent GWT from generating .symbolMap files, since these > are too large to upload to AppEngine and I'm using my own linker to > generate an alternative. The same issue was brought up 4 years ago: >

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-11 Thread 'Roberto Lublinerman' via GWT Contributors
The fix for this issue is up for review at https://gwt-review.googlesource.com/#/c/13956 On Wed, Nov 11, 2015 at 1:53 AM, Lars wrote: > It fails for Java 7 and 8 for Windows 7 and 8 ... > I checked also with the latest ant version and your flag >

Disabling symbol maps

2015-11-11 Thread Erik Kuefler
I'm trying to prevent GWT from generating .symbolMap files, since these are too large to upload to AppEngine and I'm using my own linker to generate an alternative. The same issue was brought up 4 years ago: https://groups.google.com/forum/#!topic/google-web-toolkit/Py-D0oV68fg. Adding

Re: SEO Google Crawlable experience ?

2015-11-11 Thread Ed
I implemented html5 pushState and works very well: In the backend I use apache http rewrite rules to dispatch all requests to the index.html. In the frontend added the tag to the index.html to ensure the base path is correct as the url changes due to the pushState actions such that base path

Re: SEO Google Crawlable experience ?

2015-11-11 Thread Juan Pablo Gardella
It will very useful if you write some article about that :) On 11 November 2015 at 17:21, Ed wrote: > I implemented html5 pushState and works very well: > In the backend I use apache http rewrite rules to dispatch all requests to > the index.html. > In the frontend added