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 <[email protected]> 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 <[email protected]> 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 [email protected]. >> 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 [email protected]. > 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA2OP%2Bfmsq8vWXiuK1Xn5fPJU8gvxGxxHkomUXnTVgSUmg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
