I have been using GWT 2.8.0 Beta 1 till now, and my application is being 
compiled successfully. But with the snapshot I'm getting a error. It is 
here.

~~~Java
Jul 22, 2016 1:42:21 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at 
root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Loading inherited module 'com.shc.silenceengine.tests.GwtTests'
   Loading inherited module 'com.google.gwt.core.Core'
      Loading inherited module 'com.google.gwt.emul.Emulation'
         Loading inherited module 'javaemul.internal.Internal'
            [ERROR] Unable to find 'javaemul/internal/Internal.gwt.xml' on 
your classpath; could be a typo, or maybe you forgot to include a classpath 
entry for source?
~~~

To check that, I have myself opened up the GWT JAR files, and in the 
`gwt-user.jar` file, I found that there are no source files in the 
`javaemul\internal` folder. While the GWT compiler expects the source 
files, there are `.class` files here source files and also the GWT module 
definition.

I have been using Gradle plugin to compile my application. You can find my 
build script here: 
[https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/build.gradle](https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/build.gradle)
 
and 
[https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/tests-gwt/build.gradle](https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/tests-gwt/build.gradle).

Any pointers are well appreciated.

-- 
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/30f6cfef-12b7-4615-a27c-b479a343f904%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to