> > 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. >
Its not your commit that caused these errors. The RequestFactory error simply exists because no one seems to keep requestfactory-apt.jar up-to-date in the SVN tools repo. Maybe the build script can be updated to first build requestfactory-apt.jar and then use this build version in other tasks. That way we don't need to have requestfactory-apt.jar in the SVN repo. The other error has been introduced in https://gwt-review.googlesource.com/#/c/7865/ . Prior to this CL there wasn't any super source folder present in /user/test so ant script and the eclipse .classpath file did not exclude **/super/**. However I am wondering if the super source files in #7865 are better placed into user/test-super ? I guess thats why test-super exists (?) and we would not need to change the ant build script and eclipse .classpath. -- 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/a388b7b9-a4b2-40ba-95ca-5a0f34cab81a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
