I'm not sure why or when that happened. I checked in a big patch (#7600) recently that may or may not have caused it. I wonder if someone can seek back before my commit and see if the failure is still present.
On Sat, Jun 14, 2014 at 11:55 AM, Michael Prentice <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/6d1e9862-1217-49cd-994c-7faf9dfc36be%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPVRV7dYrdat%3DpPuYbxu5g8Sp28SYaiOghfnL583hqCjcvZw5w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
