Sign in
|
Join
in
Sijin Joseph's blog (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
A case study in micro-optimization (Generating permutations)
What will be the next generation internet application platform?
Subversion as a deployment tool
Programmer Competency Matrix
An alternative model of computation for concurrency
Tags
.Net
Community News
Engineering
fun
general
General Software Development
Personal
Sites
Software Development
Source
Tools
.Net Tools
NUnit
NUnit Add-in
Other
My personal blog
Reference
O'Riely Network
MSDN
Software Development
Joel on Software
ObjectMentor
Agile Modelling
Worth visiting daily
CodeProject
MSDN .Net
Archives
August 2008
(1)
June 2008
(1)
May 2008
(1)
April 2008
(2)
March 2008
(1)
August 2007
(1)
July 2007
(2)
May 2007
(7)
October 2006
(1)
August 2006
(3)
July 2006
(4)
May 2006
(2)
April 2006
(1)
May 2005
(1)
March 2005
(8)
February 2005
(10)
January 2005
(3)
December 2004
(1)
November 2004
(1)
October 2004
(5)
September 2004
(5)
August 2004
(4)
July 2004
(8)
April 2004
(1)
March 2004
(2)
February 2004
(5)
January 2004
(4)
May 2003
(1)
April 2003
(15)
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:
.Net
Comments
Jamie Cansdale
said:
There's also...
http://weblogs.asp.net/nunitaddin/archive/2004/10/05/238009.aspx
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
Name
(required)
Your URL
(optional)
Comments
(required)
Remember Me?
Add
Terms of Use