Click here to Skip to main content
15,881,173 members
Home / Discussions / Application Lifecycle
   

Application Lifecycle

 
AnswerRe: Benchmark deviations Pin
S. Becker22-Oct-12 21:33
S. Becker22-Oct-12 21:33 
QuestionTFS build best practise Pin
tomas.ivan2-Sep-12 21:19
tomas.ivan2-Sep-12 21:19 
AnswerRe: TFS build best practise Pin
jschell4-Sep-12 12:15
jschell4-Sep-12 12:15 
QuestionMercurial: Pushing and Pulling Between Local Branches Pin
M-Badger4-Jul-12 7:25
M-Badger4-Jul-12 7:25 
AnswerRe: Mercurial: Pushing and Pulling Between Local Branches Pin
Albert Holguin21-Aug-12 7:35
professionalAlbert Holguin21-Aug-12 7:35 
QuestionCodename Needed Pin
iPick1223-May-12 19:59
iPick1223-May-12 19:59 
AnswerRe: Codename Needed Pin
Richard MacCutchan23-May-12 22:19
mveRichard MacCutchan23-May-12 22:19 
GeneralFurther definition Pin
iPick1224-May-12 2:57
iPick1224-May-12 2:57 
GeneralRe: Further definition Pin
Richard MacCutchan24-May-12 3:05
mveRichard MacCutchan24-May-12 3:05 
GeneralRe: Further definition Pin
iPick1224-May-12 3:34
iPick1224-May-12 3:34 
AnswerRe: Codename Needed Pin
R. Giskard Reventlov4-Jul-12 9:57
R. Giskard Reventlov4-Jul-12 9:57 
AnswerRe: Codename Needed Pin
Eddy Vluggen11-Aug-12 4:45
professionalEddy Vluggen11-Aug-12 4:45 
AnswerRe: Codename Needed Pin
S. Becker4-Oct-12 1:52
S. Becker4-Oct-12 1:52 
QuestionFont licensing confusion Pin
Greedy Goblin Games25-Feb-12 8:43
Greedy Goblin Games25-Feb-12 8:43 
AnswerRe: Font licensing confusion Pin
Shameel27-Feb-12 3:39
professionalShameel27-Feb-12 3:39 
GeneralRe: Font licensing confusion Pin
Greedy Goblin Games27-Feb-12 22:01
Greedy Goblin Games27-Feb-12 22:01 
Questiontragamonedas Pin
tonyzeta2013-Jan-12 3:36
tonyzeta2013-Jan-12 3:36 
AnswerRe: tragamonedas Pin
jung-kreidler7-Feb-12 22:39
jung-kreidler7-Feb-12 22:39 
QuestionAutomatic deployment PinPopular
Super Lloyd28-Nov-11 14:52
Super Lloyd28-Nov-11 14:52 
AnswerRe: Automatic deployment Pin
JC1727619-Dec-11 6:31
JC1727619-Dec-11 6:31 
GeneralRe: Automatic deployment Pin
Westpalm Roofing17-Jan-12 21:57
Westpalm Roofing17-Jan-12 21:57 
QuestionDependency Management Tool for Component based C# developed code base. Pin
Peter Mulholland27-Sep-11 5:20
Peter Mulholland27-Sep-11 5:20 
I'm hoping I have the correct forum here for a start. Big Grin | :-D

I'm upgrading the Continuous Integration server and build process for our C# codebase.
The code is component based, with over 150 components, with lots of interdependencies.
We're currently building under CruiseControl, calling some NAnt scripts to build "everything" several times a day.
The NAnt scripts end up calling MSBuild on the solution files for each component.

I have written some NAnt tasks to iterate through the components parsing solution and CS project files to get output assemblies and their references, so that I can order the component builds based on dependencies. This code has also been 'reused' to produce a component catalog, which details the version of the assemblies/compoents used by each of our products. So this needs to be maintained.

I'm considering several CI servers for the upgrade:
UrbanBuild and OpenMake meister both claim to have dependency management handling for component based systems, but I need to actually talk to someone from each of these companies to get a price out of them.
TeamCity appears to have plugins/extensions for NAnt and AccuRev (I'm not really considering changing SCM if I can avoid it), but I haven't seen any mention of dependency management.
Team Foundation Server doesn't appear to support AccuRev or NAnt from what I can find, so I've kinda ruled it out at this stage.

If I do go for TeamCity, then I've had a brief look at NuGet and OpenWrap for dependency management, however OpenWrap appears to bypass msbuild, which probably rules out most of my NAnt scripts also, and they both appear to focus on 3rd Party dependency management.


So is anyone aware of a tool which will analyse inter-component dependencies in my code, and output some form of data that I could use to:
1. schedule the component builds from the bottom up, from the middle up or from the top down and
2. from which I could produce my component catalog and
3. could support plugin dependencies which don't use assembly references in the project files?

Does anyone know if either UrbanBuild or OpenMake Meister support this?
The sites for both of these products talk a good talk but don't flesh out the details to the extent I would like.


I've been googling this stuff on and off for a couple of weeks and I'm sure there has to be something out there that does what I'm looking for, but it doesn't seem to be making itself known to me.

Pete

QuestionApplication Environments Pin
chriselst17-Aug-11 3:13
chriselst17-Aug-11 3:13 
AnswerRe: Application Environments Pin
jschell17-Aug-11 9:18
jschell17-Aug-11 9:18 
AnswerRe: Application Environments Pin
Peter_in_278017-Aug-11 13:25
professionalPeter_in_278017-Aug-11 13:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.