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

2015-11-12 Thread Lars
Works perfect! Thank you! :-) We should build a beta2 version for gwt 2.8.0 to include this change and enable windows tests! Am Donnerstag, 12. November 2015 02:58:47 UTC+1 schrieb Roberto Lublinerman: > > The fix for this issue is up for review at >

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: [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 >

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

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
It happens in windows with or without the flag I think. I run it with logLevel DEBUG and -string and it was failing to find the sources for javax.validation. But it is a real pain to setup an environment in windows that runs our build. Elemental also fails to build. On Tue, Nov 10, 2015 at 10:36

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

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
Could you run it with -Dgwt.watchFileChanges=false and let us know? That flag should turn of the file watching logic. On Tue, Nov 10, 2015 at 6:39 AM, Lars wrote: > After the "Redo file watching refactor." change > (d746d952defbd42c81317ccbd5da0f1561b81d36) both