vote up 1 vote down star

I'm trying to find my hands and legs around CI.

I've played a little with CC.Net and nAnt.

Now, before trying Team City which everyone seems to recommend (and which, as far as I understand, competes with and is better than CC.Net), I want to understand that Tree Surgeon and ci-factory do, and how they fit into the big picture.

I think I understand vaguely what Tree Surgeon does: I believe it builds a "recommended" tree structure. Recommended, that is, better than VS's organization of projects under solutions. But what does ci-factory do? Does it work together with Tree Surgeon? Does it contain its functionality?

flag

1 Answer

vote up 0 vote down check

CI Factory sets up the CI build processes for you using NAnt. It's meant to help you to set up the CC.NET so that your solution (which you might have layed out with TreeSurgeon) can be built every time you check in.

link|flag
So, what you're saying that they work together, complementing each other (and CC.Net) not competing with each other and not one of them making the other redundant? – Avi Jul 11 at 9:29
Yes, I'm saying they can both be used on the same project. If you are going to use Team City then I don't think CI-Factory would be needed though. – Jeremy Wiebe Jul 20 at 17:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.