Compiling

Compiling

It seems I cannot compile version 1.5.2 B3.
The header file wants to include #include <boost/format.hpp>, but the MSBuild seems not to find this file.  I cannot find it either in the repository.

Should I have this file on my machine ?  What should I do to get this project building ?


Re: Newbie: Can't get coverage for anything but test assembly

Hi Ruprict,

Could you try running the ncover part of the nant task with "verbose" turned on? (just add verbose="true"). As part of the console output you should see the contents of a temporary .settings file that is passed to ncover. If you can post that bit of the output and also the the bit where ncover starts up and outputs version and argument information. Finally, what version of the ncoverexplorer.nanttasks.dll are you using?