Hi
did you merge the result files?
something like below in the publisher section.
<merge>
<files>
<file>NCoverExplorer.xml</file>
<file>UnitTests*.xml</file>
</files>
</merge>
if so, check a buildlog in the artifact folder to see that the contents is
there.
Should this also be the case, then it is probably an xsl issue (due to
versions of ncover)
I'm using Ncover 1.5.8.0, and have no problems with the standard CCNet xsl
files.
with kind regards
Ruben Willems
On Fri, Nov 7, 2008 at 9:04 AM, rasi <[EMAIL PROTECTED]> wrote:
>
> I have integrated NCover with MSBuild and CC.NET(http://www.ncover.com/
> documentation/howto/ccnetintegration<http://www.ncover.com/documentation/howto/ccnetintegration>).
> When I run the build from
> CC.NET it creates the coverage report correctly, but when I view it
> from the web it display an empty report. I am using NCover 2.1.0,
> NUnit 2.4.7, CC.NET 1.4.0 on my Windows 2008 64 Bit machine. So what
> could be the reason for the above issue?
>