http://gwt-code-reviews.appspot.com/1267801/diff/3001/4077 File user/build.xml (right):
http://gwt-code-reviews.appspot.com/1267801/diff/3001/4077#newcode128 user/build.xml:128: <gwt.javac srcdir="test" excludes="com/google/gwt/langtest/**,**/super/**" Instead of excluding super move super source into user/super/ and/or user/test-super/ http://gwt-code-reviews.appspot.com/1267801/diff/3001/4089 File user/test/org/hibernate/jsr303/tck/Jsr303Tck.gwt.xml (right): http://gwt-code-reviews.appspot.com/1267801/diff/3001/4089#newcode14 user/test/org/hibernate/jsr303/tck/Jsr303Tck.gwt.xml:14: <exclude name="util/StandaloneContainersImpl.java" /> Specific includes and excludes are in general hard to maintain. Move all suites one folder up so they are not picked up by the GWT module and consider moving non translatable code to a separate folder and exclude the folder as a whole. This applies to all other modules in the patch. http://gwt-code-reviews.appspot.com/1267801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
