Reviewers: fabbott,

Description:
Description:
===========
This patch adds emma code coverage statistics to the output of an ant
test.  In order to add emma stats, use the following command (copied
from emma's user guide):
> ant emma test

Where 'emma' sets a property that enabled emma.  Optionally, you can add
'emma.merge' to merge the results:
> ant emma test emma.merge

emma.merge needs to be its own target because we currently haltonerror
when a junit test fails.  If emma.merge were the last step of 'test', it
would not run on a test failure.  However, it does run as its own
command line.

Testing:
========
I ran the tests a couple of times with emma on and off and verified that
the results are as expected.

Please review this at http://gwt-code-reviews.appspot.com/51807

Affected files:
   build-tools/ant-gwt/build.xml
   build.xml
   common.ant.xml
   dev/core/build.xml
   tools/api-checker/build.xml
   user/build.xml



--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to