5.2. ANT usage

Parameters specified as attributes

AttributeDescriptionRequired
[common EMMA task attributes]No
mergefile, outfile, tofile, fileOverrides the location to store merged data (default: file coverage.es in the current directory).No.

Parameters specified as nested elements

ElementDescriptionRequired
[common EMMA task nested elements]No
<infileset>, <fileset>A FileSet that selects an arbitrary mix of metadata and coverage data to be merged. Yes

<infileset> nested elements. <infileset> nested elements are configured as any other FileSet data type in ANT. Additionally, EMMA's version of FileSet data type allows file attribute in ANT versions earlier than 1.5.x (which is useful for selecting a single file by its known name without using an explicit PatternSet).

Examples