Hi Just from reading the first lines on the stylecop site, it integrates with msbuild, so I think it should be possible.
How do you build now? with devenv, or msbuild? do you see any StyleCop output in a buildlog file? (found in the artifact folder) If so, you need to do the following : ° make a StyleCop.xsl file (you can have a look at other xsl files) ° save it in dashboard/xsl ° reference it in dashboard.config section buildPlugins/buildReportBuildPlugin/xslFileNames also a good reading http://blogs.msdn.com/sourceanalysis/pages/source-analysis-msbuild-integration.aspx with kind regards Ruben Willems On Thu, Jan 8, 2009 at 3:32 PM, MBRDBJ <[email protected]> wrote: > > I want to know if this is possible? I've spent three weeks trying to > do it unsuccessfully. I know I can integrate StyleCop test within > my .csproj project file. That leads to running StyleCop along with > every build run onto the project. I know I have an option to choose > whether the StyleCop rules warnings to show as errors or as warnings > in Visual Studio's error list. All that stuff is fine, but all of that > is CC.Net independent. Is there a way to build a project within CC.Net > and show separately the results (StyleCop warnings) on the CC.Net's > Farm Report for my project? >
