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 callbacks working with Guillermo Rauch's TextboxList Autocomplete ? I've tried multiple
Has anyone gotten VisualWorks running under OpenBSD? It's not an officially supported platform, but
has anyone gotten these ms-access errors? what do they mean? im connecting access with
Has anyone gotten the glassfish v3 adapter to work with Eclipse without restarting every
Has anyone successfully tried minifying AND concatenating all the jqGrid locale files so that
Has anyone tried using the NHibernate Velocity L2 cache provider against the Azure AppFabric
Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so,
Has anyone gotten Fluent NHibernate to work with Castle ActiveRecord? I am particularly interested
Has anyone successfully gotten swfaddress to work with IE8 and above? It seems that
Has anyone ever gotten the Sphinx ranking options to work? I've read the manual

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.