cruisecontrol.net - How quit the Ndepend report into the Build Report? -


I want to leave the Ndepend report in the build report, but the link in the left is still the 'Endend Report' link path display . How can I go about doing this?

Thank you!

Alexandria

Online Documentation Cruise Control for CruiseControl.NET. There are more details about how to integrate NDF with Net

The file to change is the dashboard. Config & lt; BuildPlugins & gt; element contains all links in the left hand menu, you must add the relevant element to add or remove a link, in this case the following is:

    

To remove the NDPS report from the main report, you must & lt; BuildReportBuildPlugin & gt; Find the following elements that need to be modified and delete it:

  & lt; XslFile & gt; Xsl \ ndependreport-ccnet.v2.xsl & lt; / XslFile & gt;  

Hope this will answer your question.

Craig


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -