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 
> https://gwt-review.googlesource.com/#/c/13956
>
> On Wed, Nov 11, 2015 at 1:53 AM, Lars <lars.gem...@gmail.com <javascript:>
> > wrote:
>
>> 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 issue is also within the 2.8.0-beta1 - this should break all the 
>> windows builds :-( 
>>
>> E:\gwt-2.8.0-beta1\samples>ant.bat build
>> Buildfile: E:\gwt-2.8.0-beta1\samples\build.xml
>>
>> build:
>>
>> -do:
>>
>> libs:
>>      [copy] Copying 1 file to 
>> E:\gwt-2.8.0-beta1\samples\DynaTable\war\WEB-INF\lib
>>      [copy] Copying 1 file to 
>> E:\gwt-2.8.0-beta1\samples\DynaTable\war\WEB-INF\lib
>>
>> javac:
>>     [javac] E:\gwt-2.8.0-beta1\samples\DynaTable\build.xml:31: warning: 
>> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
>> to false for repeatable builds
>>      [copy] Copying 2 files to 
>> E:\gwt-2.8.0-beta1\samples\DynaTable\war\WEB-INF\classes
>>
>> gwtc:
>>      [java] Compiling module com.google.gwt.sample.dynatable.DynaTable
>>      [java]    Finding entry point classes
>>      [java]       [ERROR] Hint: Check the inheritance chain from your 
>> module; it may not be inheriting a required module or a module may not be 
>> adding its source path entries properly
>>
>> BUILD FAILED
>> E:\gwt-2.8.0-beta1\samples\build.xml:12: The following error occurred 
>> while executing this line:
>> E:\gwt-2.8.0-beta1\samples\build.xml:4: The following error occurred 
>> while executing this line:
>> E:\gwt-2.8.0-beta1\samples\DynaTable\build.xml:40: Java returned: 1
>>
>> Total time: 11 seconds
>>
>> Am Mittwoch, 11. November 2015 08:30:53 UTC+1 schrieb Roberto Lublinerman:
>>>
>>> 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 PM, 'Goktug Gokdogan' via GWT Contributors 
>>> <google-web-toolkit-contributors@googlegroups.com> wrote:
>>>
>>>> Also is this happening in any other configuration? Java8? windows 10?
>>>>
>>>> I can't reproduce it with mac or linux.
>>>>
>>>>
>>>> On Tue, Nov 10, 2015 at 9:39 PM, 'Roberto Lublinerman' via GWT 
>>>> Contributors <google-web-toolkit-contributors@googlegroups.com> wrote:
>>>>
>>>>> 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 <lars.gem...@gmail.com> wrote:
>>>>>
>>>>>> After the "Redo file watching refactor." change 
>>>>>> (d746d952defbd42c81317ccbd5da0f1561b81d36) both CodeServer and Compiler 
>>>>>> are 
>>>>>> broken for my project and also for the following build in samples (see 
>>>>>> below).
>>>>>> What went wrong?
>>>>>> Btw. I'm using Windows7 and Java7...
>>>>>>
>>>>>> Buildfile: C:\Projects2\gwt-git\samples\build.xml
>>>>>> build:
>>>>>> -do:
>>>>>> dynatable:
>>>>>> check.build.type:
>>>>>> source:
>>>>>>     [mkdir] Created dir: 
>>>>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
>>>>>>      [copy] Copying 15 files to 
>>>>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
>>>>>>     [mkdir] Created dir: 
>>>>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
>>>>>>      [copy] Copying 4 files to 
>>>>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
>>>>>> serverlibs:
>>>>>>     [mkdir] Created dir: 
>>>>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\lib
>>>>>> compile:
>>>>>>     [mkdir] Created dir: 
>>>>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
>>>>>> [gwt.javac] Compiling 13 source files to 
>>>>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
>>>>>> [gwt.javac] Note: Some input files use or override a deprecated API.
>>>>>> [gwt.javac] Note: Recompile with -Xlint:deprecation for details.
>>>>>> gwtc:
>>>>>>      [java] Compiling module com.google.gwt.sample.dynatable.DynaTable
>>>>>>      [java]    Ignored 78 units with compilation errors in first pass.
>>>>>>      [java] Compile with -strict or with -logLevel set to TRACE or 
>>>>>> DEBUG to see all errors.
>>>>>>      [java]    Finding entry point classes
>>>>>>      [java]       [ERROR] Hint: Check the inheritance chain from your 
>>>>>> module; it may not be inheriting a required module or a module may not 
>>>>>> be 
>>>>>> adding its source path entries properly
>>>>>>
>>>>>> BUILD FAILED
>>>>>> C:\Projects2\gwt-git\samples\build.xml:58: The following error 
>>>>>> occurred while executing this line:
>>>>>> C:\Projects2\gwt-git\samples\build.xml:46: The following error 
>>>>>> occurred while executing this line:
>>>>>> C:\Projects2\gwt-git\samples\build.xml:10: The following error 
>>>>>> occurred while executing this line:
>>>>>> C:\Projects2\gwt-git\samples\common.ant.xml:143: Java returned: 1
>>>>>>
>>>>>> Total time: 13 seconds
>>>>>>
>>>>>> Buildfile: C:\Projects2\gwt-git\dev\codeserver\build.xml
>>>>>> compile:
>>>>>> build:
>>>>>> demo:
>>>>>>      [java] Turning off precompile in incremental mode.
>>>>>>      [java] Super Dev Mode starting up
>>>>>>      [java]    workDir: 
>>>>>> C:\Users\LGEMEI~1\AppData\Local\Temp\gwt-codeserver-8211969745799431939.tmp
>>>>>>      [java]    Loading Java files in 
>>>>>> com.google.gwt.sample.hello.Hello.
>>>>>>      [java]    Ignored 80 units with compilation errors in first pass.
>>>>>>      [java] Compile with -strict or with -logLevel set to TRACE or 
>>>>>> DEBUG to see all errors.
>>>>>>      [java]    Finding entry point classes
>>>>>>      [java]       [ERROR] Hint: Check that the type name 
>>>>>> 'com.google.gwt.sample.hello.client.Hello' is really what you meant
>>>>>>      [java]       [ERROR] Hint: Check that your classpath includes 
>>>>>> all required source roots
>>>>>>
>>>>>> BUILD FAILED
>>>>>> C:\Projects2\gwt-git\dev\codeserver\build.xml:81: Java returned: 1
>>>>>>
>>>>>> Total time: 11 seconds
>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "GWT Contributors" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to 
>>>>>> google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6734a71-0fe4-4cdb-b56a-ef45a690ff44%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/e6734a71-0fe4-4cdb-b56a-ef45a690ff44%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>> -- 
>>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "GWT Contributors" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to 
>>>>> google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>>>>> To view this discussion on the web visit 
>>>>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7g%3DD%3DAKYZeRENFNRGOOZ2zir_ZL3bqMXKZE_0k0QnpraJg%40mail.gmail.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7g%3DD%3DAKYZeRENFNRGOOZ2zir_ZL3bqMXKZE_0k0QnpraJg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "GWT Contributors" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to 
>>>> google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA2OP%2Bfmsq8vWXiuK1Xn5fPJU8gvxGxxHkomUXnTVgSUmg%40mail.gmail.com
>>>>  
>>>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA2OP%2Bfmsq8vWXiuK1Xn5fPJU8gvxGxxHkomUXnTVgSUmg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/cb98c0d3-2c2a-4033-9912-d2149f1a6c03%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/cb98c0d3-2c2a-4033-9912-d2149f1a6c03%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/c7aa740d-e21c-46a8-b24f-52deebd76ad0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to