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

  • Home
  • SEARCH
  • 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 911429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:12:18+00:00 2026-05-15T17:12:18+00:00

I’ve got a continuous integration setup using Hudson and lately I’ve configured the jobs

  • 0

I’ve got a continuous integration setup using Hudson and lately I’ve configured the jobs to use svn update to get the latest version of the code. I really like this approach since it allows msbuild to version appropriately and only build the effected assemblies.

However, I’ve noticed that since I’m not doing a build of all the assemblies again, I loose all of the compiler warnings for those assemblies if they aren’t built.

For example, if I have 3 assemblies with dependencies demonstrated via indenting:

  • Assembly 1 10 warnings
    • Assembly 2 (Depends on 1) 10 warnings
      • Assembly 3 (Depends on 2) 10 warnings

The first build will build all 3 assemblies and log 30 warnings.

Next build, if I only change Assembly 3, Hudson will only build Assembly 3 and I will only get 10 warnings for that build, effectively marking 20 warnings as “fixed”.

As far as I can tell, there isn’t going to be any way around this, but I would love to know if anyone has configured Hudson to retain these compiler warnings from one build to another.

Edit: Yes I realize that this can turn into a debate of “you should / shouldn’t be doing an update on a CI box”, but there are reasons we went with the update approach.

  • Its roughly 3x faster
  • We’re still producing the most up to date assemblies
  • msbuild can version the assemblies appropriately.
  • 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-15T17:12:18+00:00Added an answer on May 15, 2026 at 5:12 pm

    I would change your approach to a CI build. Doing an incremental build on a build machine is very misleading, and only of marginal value (IMHO) and unless your system is the size of an operating system you are probably not saving yourself much time.

    If you have assemblies which do not change often or ever, package them away as “third party” dependencies (maybe even in a merge module so your deployment can pick them up easily) and don’t rebuild them with your CI.

    On the other hand, if all your assemblies are volatile (need to be rebuilt more than once in a release cycle) build them all, all the time.

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

Sidebar

Related Questions

No related questions found

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.