Using rebasepaths

Using rebasepaths

Greetings, when trying to use in my CC .NET build script, as explained here: http://docs.ncover.com/ref/3-0/ncover-reporting/nant/build-server#rebasedpath I'm getting syntax error: does not support the nested build element "rebasedpaths". Here's my code, please help me figure this out:

        <rebasedPaths>
            <path from="d:\snapshots\something" to="d:\snapshots\something_else" />
        </rebasedPaths>


RE: Using rebasepaths

Hi Sattva,

That link is for a NAnt-specific build task.

CC.NET does support some NAnt tasks, but not one that includes this NCover Reporting functionality.

NCover Support