Próbuję skonfigurować sobie CruiseControl, ale mam problemy przy próbie kompilacji.
<cruisecontrol project="Project 1">
<request source="nowy" buildCondition="ForceBuild">nowy triggered a build (ForceBuild)</request>
<modifications />
<build date="2007-04-17 13:02:49" buildtime="00:00:01" error="true" buildcondition="ForceBuild">MSBUILD : error MSB1021: Cannot create an instance of the logger. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
Switch: ThoughtWorks.CruiseControl.MsBuild.XmlLogger,c:\Program Files (x86)\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll;C:\Program Files\CruiseControl.NET\server\MyProject\Artifacts\msbuild-results.xml
</build>
</cruisecontrol>
Problem w tym, że nie mam "ThoughtWorks.CruiseControl.MsBuild.dll" , a link jaki znalazłem do pobrania tej biblioteki nie działa.
Jak to obejść ?
pozdrawiam