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 287583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:44:19+00:00 2026-05-12T05:44:19+00:00

I have finally started to take the time out to grok the continuous integration

  • 0

I have finally started to take the time out to grok the continuous integration process. I have started putting together a build server at home and trying to grok how to deal with different situations in building.

If I have component “A”, which is used by application “B” – what is the “best practice” for telling the build server to compile “A” and then compile “B” using the newly compiled “A”

Obviously, I am looking to see how I integrate working components, I see lots of database examples but nothing on working with DLL’s etc.

Thanks a lot!

  • 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-12T05:44:20+00:00Added an answer on May 12, 2026 at 5:44 am

    There are two ways to approach this problem:

    1 – Are your dependant components stand alone and reused everywhere
    or
    2 – Is this part of a large system that’s co-dependant but well modularised into different projects.

    I’m not 100% sure what the best practice would be in the first scenario but I can explain what I do in the second.

    Say you have the following structure

    /trunk
    /trunk/Rob.Core
    /trunk/Rob.MyCoolApplication.Server
    /trunk/Ron.MyCoolApplication.Client

    Each of those are “top level” applications, each with their own solution and targets, they compile independently but they’re part of the same system.

    In order to get “smooth” build integration with minimal fuss, I’d always recommend trying to reproduce the same environment on both dev and build servers. As such, when you check out to edit these applications, you should check out /trunk into /MyTrunkFolder.

    Now, what I’ve tended to do, is as a post build action on any reusable .dll’s or components, set up a post build action that xcopys it’s build output (in release mode) to:

    /trunk/CompiledOutputs/AppOrLibName/

    It’s important that this folder is never checked in, it should be generated by building the pre-requisite solutions.

    Now, when adding references in Rob.MyCoolApplication.Server to Rob.Core, you actually add a reference to /trunk/CompiledOutputs/Rob.Core/some.dll.

    This way your development environment looks exactly like your build server.
    Once you have your dependencies wired up correctly, you then need to add triggers in your CI system. In CCNET, for the above example, I’d put a trigger on the successful build of Rob.Core to trigger the build of Rob.MyCoolApplication.Server.

    When you do a fresh checkout of your system, it’s advisable to have a batch script that triggers msbuild in dependency order to build your environment.

    The above is only valid when you always want your applications to be build against the latest versions of your components. If that wasn’t the case, you’d probably want to have a checked in folder of the referenced assemblies as part of the application that used them, and then manually update to new versions of your compiled components as and when it’s valid to do so.

    There’s very little written on this subject so most of this was just felt out and extrapolated over 3-4 projects, but it’s certainly been repeatable and reliable on my last two LARGE projects. As ever, obviously, your mileage may vary.

    • 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.