I've uploaded a patch for this: https://gwt-review.googlesource.com/#/c/7890/3
On Saturday, June 14, 2014 10:22:47 AM UTC-4, Michael Prentice wrote: > > Thanks Jens, that worked great. > > This .classpath file is in source control, so this should probably go into > a patch. Is anyone working on one already? > > <classpathentry excluding="**/super/**" kind="src" path="core/test"/> > > On Friday, June 13, 2014 4:28:29 AM UTC-4, Jens wrote: >> >> In Eclipse any folder that contains super source should be excluded from >> the classpath so that its not treated as Java package but instead a simple >> folder with java files. So go to gwt-user project settings -> build path -> >> source. Select gwt-user/core/test -> Excluded and click edit. Add exclusion >> pattern **/super/** . Then the errors are gone in Eclipse. >> >> -- J. >> > -- 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/6d1e9862-1217-49cd-994c-7faf9dfc36be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
