24.5. Daily Project Data (*.dailyprojectdata.def.xml)

A file named .<moduleName>.<dailyprojectdataName>.dailyprojectdata.def.xml defines one or more analyses, each of which represents a summary of a specific kind of process or product data collected by all members of a particular Hackystat project for a single day. This extension point requires a file pattern of "*.dailyprojectdata.def.xml" in order to be recognized by the build system.

Example 24.4, “hackySdt_FileMetric.filemetric.dailyprojectdata.def.xml” illustrates an example Daily Project Data definition file for the File Metric sensor data type

Example 24.4. hackySdt_FileMetric.filemetric.dailyprojectdata.def.xml

<dailyprojectdata>
  <analysis name="FileMetric" 
            class="org.hackystat.sdt.filemetric.dailyproject.DailyProjectFileMetric" 
            enable="true"/>
</dailyprojectdata>

The definition file specifies a single daily project data analysis, the results of which can be viewed with the Daily Project Data Summary command.