Yes obviously, I forgot, I just updated the version in the gwt config 
block, but still compiling with gwt-user and gwt-dev of beta 1. Thanks!

On Friday, 22 July 2016 18:38:16 UTC+5:30, Thomas Broyer wrote:
>
>
>
> On Friday, July 22, 2016 at 3:02:04 PM UTC+2, Sri Harsha Chilakapati wrote:
>>
>> 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.
>>
>
> If you see Emulation inheriting Internal, then it means you still have, 
> somehow, gwt-user 2.8.0-beta1 in your classpath, along with gwt-dev 
> 2.8.0-SNAPSHOT; because javaemul.internal was moved to super-source inside 
> com.google.gwt.emul at some point after beta1 and the <inherit> removed, 
> but javaemul/internal/Internal.gwt.xml used to live in gwt-dev: 
> https://github.com/gwtproject/gwt/commit/f1381cabb4ea19e4ff5f77bc7796c28cde4f24e8#diff-2d3f8d0ce06b7037335b03f6ee4c043b
>  
>

-- 
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/3092f1af-e50d-4d5a-aca9-e81b8eac7bc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to