Reviewers: Ray Ryan, Description: Description: UiBinderGwtSuite causes IE6 to hang, which is possibly related to mhtml.
Fix: === Disabling mhtml to see if it fixes the build. I didn't just comment it out because it would mess up the gwt.xml file. Instead, I added a property to disable it for the time being. Please review this at http://gwt-code-reviews.appspot.com/84802 Affected files: user/src/com/google/gwt/benchmarks/client/Benchmark.java user/src/com/google/gwt/junit/CompileStrategy.java user/src/com/google/gwt/junit/JUnitShell.java user/src/com/google/gwt/junit/PropertyDefiningStrategy.java user/src/com/google/gwt/junit/client/GWTTestCase.java user/src/com/google/gwt/junit/client/WithProperties.java user/src/com/google/gwt/junit/tools/GWTTestSuite.java user/test/com/google/gwt/junit/JUnitSuite.java user/test/com/google/gwt/junit/JUnitTestWithProperties.gwt.xml user/test/com/google/gwt/junit/PropertyDefiningStrategyTest.java user/test/com/google/gwt/junit/client/PropertyDefiningGWTTest.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
