in

ASP.NET Weblogs

Sijin Joseph's blog

My experiences with .Net

Build Management in .Net

I recently had to do some research on build management techniques for .Net. Atleast till MSBuild comes out with VS.Net 2005, the existing tools available from MS are not upto the mark. Here are some intresting links and tools i came across

http://www.theserverside.net/articles/showarticle.tss?id=NAnt
http://www.15seconds.com/issue/040621.htm
http://radio.weblogs.com/0106046/stories/2002/08/10/supportingVsnetAndNant.html

Slingshot is a tool that converts .sln files to NAnt build scripts ,it is part of the NAntContrib project, there are some great tools
for NAnt in this project
http://sourceforge.net/projects/nantcontrib

For continuous integration
http://hipponet.sourceforge.net/
http://cruisecontrol.sourceforge.net/

Team Development Guide from MS and MSBuildIt
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=94FDB8C8-5A87-4545-AF75-6053F32C7ECA
http://www.microsoft.com/downloads/details.aspx?FamilyID=b32497b0-77f7-4831-9c55-58bf3962163e&DisplayLang=en

Published Oct 12 2004, 09:12 AM by Sijin Joseph
Filed under:

Comments

 

Jamie Cansdale said:

October 12, 2004 6:46 AM
 

Bryce said:

There is also the solution task in NAnt itself so you don't have to convert the .sln file to a NAnt build script. You can just point NAnt to the solution file itself.

http://nant.sourceforge.net/nightly/help/tasks/solution.html
October 13, 2004 3:16 AM

Leave a Comment

(required)  
(optional)
(required)  
Add