hudson needs the clover XML report format

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-04-16 16:24:46 +00:00
parent d2f0b62c58
commit 27f33df7cc
1 changed files with 4 additions and 0 deletions

View File

@ -552,6 +552,10 @@
<target name="generate-clover-reports" depends="clover.check, clover">
<mkdir dir="${clover.report.dir}"/>
<clover-report>
<current outfile="${clover.report.dir}/clover.xml"
title="${fullnamever}">
<format type="xml"/>
</current>
<current outfile="${clover.report.dir}" title="${fullnamever}">
<format type="html"/>
</current>