Hi Freeland,
The patch makes the emma tests run as part of our continuous build. The
tests basically run all tests in user, except where sun's and openjdk's
javac are broken, with emma.jar on the classpath.
Regards,
Amit
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---
Index: user/build.xml
===================================================================
--- user/build.xml (revision 5255)
+++ user/build.xml (working copy)
@@ -178,6 +178,7 @@
<!-- remoteweb-test is a no-op unless gwt.remote.browsers is defined -->
<antcall target="remoteweb-test"/>
<antcall target="test.hosted"/>
+ <antcall target="test.hosted.emma"/>
<antcall target="test.noserver"/>
<antcall target="test.web"/>
<antcall target="test.web.disableClassMetadata"/>