Lost your password?

Blogs about: Nant

Featured Blog

Tales from Wales: I averted my eyes from the 'Question Time' chairman’s gaze to avoid being asked to comment, in Welsh!

johnault wrote 2 weeks ago: The chairman pointed at me expecting me to answer the question in Welsh... People who know me probab … more →

Tags: Art & Culture, British Political History, Welsh Politics, liberal democrats, Democratiaid Rhyddfrydol Cymru, S4C, Roger Roberts, Steffan John

Build Automation (NAnt + MSBuild)

weltam wrote 2 weeks ago: NAnt merupakan build automation tools yang open source dan merupakan porting dari java. NAnt dapat d … more →

Tags: Continous Integration, msbuild

Using Machine.Specifications with nant1 comment

Neal wrote 1 month ago: Wasted at least an hour today trying to track down an issue running my specs with NAnt. Turns out th … more →

Tags: Machine Specifications, Unit Testing

Add modificationHistroy to release?

Frank Mao wrote 1 month ago: I wish we could use JIRA for generating release file in build result. cc.net does have a Modificatio … more →

Tags: CruiseControl

Catchup: limit++

Robert Chow wrote 2 months ago: So, after having already written a couple lengthy posts, I thought I’d finished, then it struc … more →

Tags: Computing, Placement, C#, Windows Presentation Foundation

Basic build script with NAnt1 comment

machadogj wrote 2 months ago: In this post I will show you how to create a build script for a VS solution using NAnt. NAnt is a fr … more →

Tags: Configuration Management, Software development, Nant contrib, msbuild, build automation, Tutorial

NAnt - Checking to see if a file already exists.

Rob wrote 4 months ago: Again, trying to find out how to do this today there seemed a lack of examples out there. I’ve … more →

NAnt - Changing CustomError setting in web.config

Rob wrote 4 months ago: Couldn’t find any specific information on this one today when I was looking so hopefully this … more →

Truncated SQL statement with Nant

David wrote 5 months ago: Lately, I had an issue with a SQL script that couldn’t pass via the Nant <sql> task. In … more →

Tags: Continuous Integration, Task

The move from NAnt to MSBuild

Jim Brown wrote 6 months ago: Switching from NAnt to MSBuild, we have had to port our custom tasks from NAnt to MSBuild. Since the … more →

Tags: Agile, Build, msbuild

NAnt includebuild file

Frank Mao wrote 7 months ago: When using NAnt includebuild file, make sure you have both including and included file have this att … more →

Delete IIS6 or IIS7 virtual directory on a website with hostheader, with C# and NANT7 comments

Roel van Lisdonk wrote 8 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →

Tags: Microsoft C#, Microsoft IIS

Create IIS6 or IIS7 virtual directory on a website with hostheader, with C# and NANT

Roel van Lisdonk wrote 8 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →

Tags: Microsoft C#, Microsoft IIS

Dump IIS info with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Dump iis info /// </summary> /// <returns> /// 0 = All IIS infor … more →

Tags: Microsoft C#, Microsoft IIS

Determine if an IIS website or IIS virtualdirectory exist, that run under a given applicationpool, with C#

Roel van Lisdonk wrote 9 months ago: To call this function use: DoesAppPoolHaveWebsites(new DirectoryEntry(string.Format("IIS://{0}/w3svc … more →

Tags: Microsoft C#, Microsoft IIS

How to list all IIS applicationpools and properties, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// List all properties of an IIS applicationpool /// </summary> /// <p … more →

Tags: Microsoft C#, Microsoft IIS

How to determine if an IIS website contains virtualdirectories, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Does the given IIS website contain virtualdirectories. /// </summary> … more →

Tags: Microsoft C#, Microsoft IIS

NANT: Build Microsoft VisualStudio solutions and configure environments2 comments

Roel van Lisdonk wrote 9 months ago: I use NANT to build Microsoft VisualStudio solutions and after deploying software with msi packages, … more →

Tags: Tools

Using quotes in XML

Roel van Lisdonk wrote 9 months ago: To use quotes in xml, use “&quot;“ <exec program="CMD.EXE" commandline="/C &q … more →

Tags: XML / XSLT


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS