> > The gwt.javac macro in common.ant.xml excludes **/super/** by default, but > the call point in compile.tests in user/build.xml overrides the excludes="" > and removed the **/super/** exclusion. I think that was a bug (by > oversight). >
Hmm I don't see anything that tells gwt.javac to exclude **/super/** by default. But maybe it is a good idea to add it. The compile task explicitly excludes **/super/** in user/build.xml and the compile.tests task does not exclude it because there was no need to do so until now. 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 (?) > > There's no strict rule. com.google.gwt.regexp.super is in user/src, not > user/test for instance. > I think the super/ root was originally more about IDEs than a real will to > segregate those files. > I would prefer to have one strategy instead of two. But I guess that will happen anyways sooner or later with gwt modularization. -- 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/d185e6a2-43a7-4d6d-b5a2-96fa5bbfa5c7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
