Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 768211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:08:47+00:00 2026-05-14T18:08:47+00:00

Has anyone gotten a MSBuild task in Cruise Control to load a logger? I’ve

  • 0

Has anyone gotten a MSBuild task in Cruise Control to load a logger?

I’ve tried variations but it always fails to load the logger.

C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
C:\Windows\Microsoft.NET\Framework\v4.0.30319
C:\builds\MVC2Test\trunk\MVC2Test\MVC2Test.sln
/noconsolelogger /p:Configuration=CruiseControl /v:diag
Build
15

ThoughtWorks.CruiseControl.MsBuild.XmlLogger, C:\Program Files (x86)\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll

Please post a working exclusively .NET 4.0 example if possible.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T18:08:48+00:00Added an answer on May 14, 2026 at 6:08 pm

    For me, getting .NET 4.0 and Cruise Control .NET going came down to this:

    1) Avoid 64 bit MSBuild like the plague… have a working 32 bit build first.

    2) Just specify the fully qualified path to the logger, not the typical class,
    assembly format.

    3) Deploy the targeting pack from the VS 2010 disc. \WCU\MTPack\NetFx_DTP.msi EXTUI=1 /log install.log

    4) Always prove MSBuild works from the command line first.

    5) Create a configuration in your solution file and include only the projects you want to build

    <msbuild>
        <!-- WARNING:  You must copy the files from C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications to the same path on your build server -->
        <executable>C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe</executable>
        <workingDirectory>C:\builds\SOLUTIONFOLDER\trunk\</workingDirectory>
        <projectFile>C:\builds\SOLUTIONFOLDER\trunk\SOLUTIONNAME.sln</projectFile>
        <buildArgs>/noconsolelogger /p:Configuration=CruiseControl /v:diag</buildArgs>
        <targets>Build</targets>
        <timeout>15</timeout>
        <logger>C:\CruiseControl\server\ThoughtWorks.CruiseControl.MSBuild.dll</logger>
    </msbuild>
    

    Now if Microsoft would only let us easily install MSTest on our Build Servers… People have been begging for 5 years, how can Microsoft have learned so little about testing?

    Good luck all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone gotten the Open Source QR Code Library to work with ColdFusion? I
I'm trying to get justhost.com to compile a python CGI script (helloworld.py) without much
I want to move the listbox scrollbar to the bottom whenever a new item
My pie chart is rendering pretty well (labels are smashed to the far right
I'm going crazy trying to get all of the editors to look similarly. It
I am trying to use the Perfarce extension to Mercurial to create an hg
I've successfully compiled and used FOP 1.0 with IKVM 0.44.5 in .NET, however I
So I've been trying to get Watir setup with Ironruby so I can use
I am writing a tutorial about the HTML5 Canvas for mobile and did some
Hello I am a big fan of Git and Hg and have to use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.