Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I had a similar problem yesterday with a new install of cruisecontrol as a service. </p> <p>Make sure you have specified the correct xsl files in the <code>ccnetservice.exe.config</code> (if you are running the service) and <code>ccnet.exe.config</code> if you running the console version.</p> <p>you need to restart the service/console app once these are updated.</p> <p>HTH</p> <p><strong>Edit:</strong></p> <p>Are you using the standard msbuild logger, or Rodemeyer's one? If you are using Rodemeyer's, you need to use diffrent XSL transforms (<code>msbuild2ccnet.xsl</code>) to normal (<code>compile.xsl</code>, <code>msbuild.xsl</code>). There is a guide for that <a href="http://confluence.public.thoughtworks.org/display/CCNETCOMM/Improved+MSBuild+Integration" rel="nofollow noreferrer">here</a></p> <p>Check that your output is making it to the build log, located in <code>server\&lt;projectName&gt;\artifacts</code>.</p> <p>If you have modified the xsl, make sure its in the correct folder (<code>webdashboard\xsl</code> and <code>server\xsl</code>). You can test the xsl works fine by copying the build log file (see <code>server\&lt;projectName&gt;\artifacts</code> directory). to a file, and adding the relevant XSL includes to the header then opening the XML file in a web browser)</p> <p><strong>EDIT:</strong></p> <p>in the <code>&lt;xslFiles&gt;</code> section of ccservice.exe.config, add another line like this:</p> <pre><code>&lt;file name="xsl\compile-msbuild.xsl" /&gt; </code></pre> <p>or </p> <pre><code>&lt;file name="xsl\msbuild.xsl" /&gt; </code></pre> <p>as i am not using the standard logger (you are though), i am uncertain as to which of those is needed. try one, then if that doesnt work, try the other!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload