NCoverExplorer output not appearing in CruiseControl

NCoverExplorer output not appearing in CruiseControl

Hi All,

After may hours of checking everything (and probably not the obvious), I have resorted to asking the forum for some help!

I have the following versions of the products:

NCoverExplorer.Extras-1.4.0.3

CruiseControl 1.3.0.2918

NCover 1.5.8

I am generating the coverage report using the following:

 <ncoverexplorer program="${ncoverexplorer-console}"
                    projectName="Elite.CMS"
                    outputDir="${buildlog.dir}"
                    satisfactoryCoverage="80"
                    reportType="4"
                    xmlReportName="CoverageReport.xml" >
      <fileset>
        <include name="${buildlog.dir}\_ncover*.xml" />
      </fileset>
    </ncoverexplorer>

The file is being created in my output folder.

I then attempt to merge the file in CruiseControl.  ccnet.log reports that the file was merged.

I have configured the webdashboard according to the instructions on the Extras zip file. 

When I click on the NCover link in the tree of the CruisControl web, nothing is displayed.

 

Has anybody got any ideas as to where I can look next?

Thanks

Peter