Justin
Justin

Reputation: 86789

CruiseControl.Net error: Unknown plugin for <msbuild>

I'm trying to get CruiseControl.Net working with MSBuild (this is my first exposure to CruiseControl.Net). I thought I'd done the configuration correctly, however I just get the following error message when starting up:

[cc]Jun-22 20:02:55 Main          - error setting config file on controller
net.sourceforge.cruisecontrol.CruiseControlException: error configuring project MyProject
        at *SNIP*
Caused by: net.sourceforge.cruisecontrol.CruiseControlException: Unknown plugin for: <msbuild>
        at *SNIP*
[cc]Jun-22 20:02:55 Main          - error configuring project MyProject

As far as I can work out, this would appear to indicate that I'm missing the MSBuild plugin, however all documentation that I can find indicates that the MSBuild plugin has been included with CruiseControl.Net since version 1.0

Any advice on how I can troubleshoot this would be much appreciated.

Upvotes: 0

Views: 366

Answers (1)

Justin
Justin

Reputation: 86789

Aggg - it appears that I have unwittingly downloaded CruiseControl, instead of CruiseControl.Net (and to make things even more confusing I was looking at CruiseControl.Net documentation)

Upvotes: 1

Related Questions