Package org.hackystat.sensor.ant.emma

Implements a Emma sensor for the Ant build system, which sends coverage data generated by Emma to the Hackystat server as a set of Coverage sensor data instances.

See:
          Description

Class Summary
EmmaSensor Implements an Ant task that parses the XML files generated by Emma, a Java coverage tool.
TestEmmaSensor Tests the Ant Emma sensor.
 

Package org.hackystat.sensor.ant.emma Description

Implements a Emma sensor for the Ant build system, which sends coverage data generated by Emma to the Hackystat server as a set of Coverage sensor data instances.

This sensor is designed to run after the Emma Report task in Ant. The Emma Report task must be included to create a XML file containing the coverage summary. This sensor reads in this file and uses its data to construct the notification that is sent to the server.