views:

178

answers:

0

Hi,

I try to combine CC.NET with Gendarme. I use CC.NET 1.5. Gendarme already checks the build and generates a report.

But I can't get the dahsboard to show the report. How can I do it?

I added this in my ccnet.config:

<merge><files>
<file>C:\MyProjectArtefacts\gendarme-results.xml</file>     
</files></merge>

And that to my dashboard.config:

<xslFile>xsl\gendarme-summary-ccnet.xsl</xslFile>
<xslReportBuildPlugin description="Gendarme Report" actionName="GendarmeBuildReport" xslFileName="xsl\gendarme-report-ccnet.xsl"/>

any ideas? thanks