It's highly probable that the provided Eclipse configuration (in this case 
eclipse/user/.classpath) is outdated.
It looks like you'd have to add "core/super/com/google/gwt/emul" ("core" 
being "user" actually on disk) as a source root but only whitelist 
javaemul/internal/**/*.java , and blacklist **/EmulatedCharset.java, 
**/HashCodes.java, **/ConsoleLogger.java, **/NativeRegExp.java and 
**/SuperDevModeLogger.java (according to user/build.xml line 101)

On Tuesday, October 10, 2017 at 7:50:26 AM UTC+2, Freddy Boucher wrote:
>
> Hi,
>
> I followed the eclipse README 
> <https://github.com/gwtproject/gwt/blob/master/eclipse/README.txt> to 
> setup a working environment to contribute but it fails with the following 
> errors:
>
>    - ArrayHelper cannot be resolved
>    - ArrayHelper cannot be resolved to a variable
>    - Coercions cannot be resolved
>    - ConsoleLogger cannot be resolved
>    - DoNotInline cannot be resolved to a type
>    - HasNoSideEffects cannot be resolved to a type
>    - The import javaemul cannot be resolved
>    - The import javaemul.internal cannot be resolved
>    - UncheckedCast cannot be resolved to a type
>    
> I tried with a clean Eclipse *Oxygen.1 Release (4.7.1)*
>
> Is the README outdated? Did I miss a step?
>
> Thanks
>
>
>
>
> <https://lh3.googleusercontent.com/-oFLipu70L9o/Wdxe7NVkQKI/AAAAAAAAINg/oJ4-BRE_3jUgbkJslOD83GvR-AUX5Nk7wCLcBGAs/s1600/Eclipse.png>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to