66433 members! Sign up to stay informed.

Sponsored Links


Resources

.NET Research Library
Get .NET related white papers, case studies and webcasts

News News News Messages: 7 Messages: 7 Messages: 7 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

TSS Article: Managing .NET Development with NAnt

Posted by: Nitin Bharti on January 29, 2004 DIGG
Although Visual Studio .NET has excellent support for writing code, organizing project files and compiling applications, it lacks tools for effectively managing distributed development, testing and deployment of the application. This article looks at NAnt, an open source tool which fills in those gaps and provides powerful new tools for project management.

Read Managing .NET Development with NAnt

Threaded replies

·  TSS Article: Managing .NET Development with NAnt by Nitin Bharti on Thu Jan 29 11:25:42 EST 2004
  ·  A must for any project that plans to make it to deployment... by Inderpal Sawhney on Thu Jan 29 13:55:46 EST 2004
    ·  SDC Build Tools for .NET 1.0 and 1.1 by June Tabadero on Thu Jan 29 20:44:20 EST 2004
  ·  One suggestion by goldish bob on Thu Jan 29 20:14:18 EST 2004
  ·  TSS = The Suck-up Side?? by Mike S on Thu Feb 05 21:01:12 EST 2004
    ·  Thanks for reading by Justin Gehtland on Mon Feb 09 10:43:33 EST 2004
      ·  Face difficulty by NAnt by jerry zhuzhengyu on Mon Feb 23 05:41:47 EST 2004
      ·  Link in the discussion area for this article is broken by Weston Binford on Tue Jun 08 15:17:57 EDT 2004
  Message #108688 Post reply Post reply Post reply Go to top Go to top Go to top

A must for any project that plans to make it to deployment...

Posted by: Inderpal Sawhney on January 29, 2004 in response to Message #108671
About a year ago our team set out on their first .net project. Most of our team members came from the java side of the world and were quick to find a better way to compile and build our project than to bank on Visual Studio for our day to day build needs.

We were looking for something like Ant and stumbled on Nant.
An opersource build utility on the likes of Ant.

Amongst the main reasons for us to use Nant these were the main:

1. Understand what happens below the hood
2. Compile different modules directly from source code
3. Since the team was working on the .sln file, the same was screwed up almost daily because of the poor integration between VSS and Visual Studio.NET
4. Since we were using an older version of visual stuio that used the older framework 1.0.x, we found it difficult to move to the new framework without paying a license fee for upgrades

Nant solved it all for us and with a scheduled build process every night, we deployed our beta in 7 months and are goign live in another 2 ;)

\./

  Message #108724 Post reply Post reply Post reply Go to top Go to top Go to top

One suggestion

Posted by: goldish bob on January 29, 2004 in response to Message #108671
Could you please make the page's title more meaningful? Not only "TheServerSide.NET -", but also the article name such as "Managing .NET Development with NAnt". As you know, it will make my browser's bookmark better.
Thank you

  Message #108729 Post reply Post reply Post reply Go to top Go to top Go to top

SDC Build Tools for .NET 1.0 and 1.1

Posted by: June Tabadero on January 29, 2004 in response to Message #108688
Another tool worth mentioning is the SDC Build Tools for .NET 1.0 and 1.1 which can be found at the GotDotNet Website. The download also includes the build tools for the Whidbey...

Here's the link to the tool:

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d

JuneT

  Message #109674 Post reply Post reply Post reply Go to top Go to top Go to top

TSS = The Suck-up Side??

Posted by: Mike S on February 05, 2004 in response to Message #108671
What is this - the Microsoft suck-up site? The first two sentences of your article have nothing to do with a discussion of nant. Do we have to preface any mention of OSS by grovelling before the temple of MS, and conclude with the assurance that MS is, in fact, working on a 'real' build tool to replace nant?! IMHO, Visual Studio.NET is clumsy, bloated, slow and buggy - I hope we will soon see some viable alternatives, and some respectable writing on this site!

  Message #110059 Post reply Post reply Post reply Go to top Go to top Go to top

Thanks for reading

Posted by: Justin Gehtland on February 09, 2004 in response to Message #109674
Please note that in the first sentence, I specify that Visual Studio .NET is "their" most complete and powerful IDE to date. The reader is left to draw their own conclusions about its place in the pantheon of other IDEs; this article was not about VS.NET's relative merits.

Secondly, it has everything to do with NAnt in so far that a great deal of developers using Microsoft technologies have historically used only their IDE's build tools or make/nmake. Therefore, in order to bring those people around to using NAnt, I had to talk about where they were coming from and what was missing.

Thanks for reading the site; I hope my future columns are more to your taste. How did you like the NUnit article?

  Message #111636 Post reply Post reply Post reply Go to top Go to top Go to top

Face difficulty by NAnt

Posted by: jerry zhuzhengyu on February 23, 2004 in response to Message #110059
Hi NAnt Guru,

I face difficulty during using the NAnt.

1)don't know how to check out by Cvs

<target name="checkout" >
  <cvs-update
                destination="${cvsDir}"
                cvsroot= "${cvsRoot}"
                password="${cvsPassword}"
                module="cs"
                verbose="true"
                failonerror="true"/>
</target>

I don't real understand the 'module' attribute

2) more imporatant, I can't compile by <solution>. In fact, I don't know how to config the build file.

In my solution, there are 5 projects:3 are console application, 2 are web application.
Hps is a web project, P1,P2,P3 are console application, and will refer to Hps.dll.
App is another web application, also refer to Hps.dll.


<target name="compile" >
  <solution configuration="release">
     <webmap>
        <map url="http://localhost/Hps/Hps.csproj" path="c:\inetpub\wwwroot\Hps\Hps.csproj" />
     </webmap>
     <projects>
        <includes name="c:\inetpub\wwwroot\Hps\Hps.csproj" />
        ... ...
     </projects>
  </solution>
</target>

  Message #125121 Post reply Post reply Post reply Go to top Go to top Go to top

Link in the discussion area for this article is broken

Posted by: Weston Binford on June 08, 2004 in response to Message #110059
The link should be:

http://www.theserverside.net/articles/showarticle.tss?id=NAnt

I thought I would point it out because a Google search on NAnt and ASP.NET brought up the discussion page, not the main article.

-Weston

 
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET

DSLs and language interop

Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.

VS 2008 Resources

SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.

VB code downloads home

VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.

XAML Learning Guide

Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]

Company uses VSTS DB edition to tame workflow

One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts. (June 24, Article)

Book: Intro to DSL Tools

Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage. (June 24, Article)

I See the Silverlight Shining!

Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server . (June 18, Cartoon)

A look at .NET 3.5

Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps. (June 29, Podcast)

Venkat Subramaniam on AJAX

Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience. (June 25, Tech Talk)

Building a Claims-Based Security Model in WCF - Part 2

In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier. (May 24, Article)

Introducing the Entity Framework

Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year. (May 10, Article)

WCF Security Learning Guide

Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information. (April 24, Article)

Brad Abrams: Patterns for successful ASP.NET AJAX development

TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks. (April 11, Article)

Building a Claims-Based Security Model in WCF

In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services. (March 29, Article)

Authoring workflow using XAML

Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition. (March 22, Chapter Excerpt)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map