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/d545e8aa-d94d-4043-b7ce-e286ce09d263%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
