I am having an issue with getting the Emma report to display in
1.5.6804.1. I am not sure how to actually get the report to display in
the build report. I have added it to the buildReportBuildPlugin, as
below:

      <buildReportBuildPlugin>
        <xslFileNames>
          <xslFile>xsl\header.xsl</xslFile>
          <xslFile>xsl\modifications.xsl</xslFile>
          <xslFile>xsl\compile-msbuild.xsl</xslFile>
          <xslFile>xsl\emma.xsl</xslFile>
        </xslFileNames>
      </buildReportBuildPlugin>

but nothing appears in the build report. The results of the coverage
report are going into the build log, something should happen (I hope).

When I add or take away stuff from the above list, the actual report
shown doesn't change, so how do I get the dashboard to refresh
itself ? I've tried stopping the service and stopping IIS, but the
report still doesn't change.

Any ideas ?

Thanks

Reply via email to