A very popular NAnt topic is that of versioning one’s assemblies. Over the years, I’ve read many different posts on this topic, and each has its own method of performing versioning. Regard… more →
My Blahgjohnault wrote 2 weeks ago: The chairman pointed at me expecting me to answer the question in Welsh... People who know me probab … more →
weltam wrote 2 weeks ago: NAnt merupakan build automation tools yang open source dan merupakan porting dari java. NAnt dapat d … more →
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 →
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 →
Robert Chow wrote 2 months ago: So, after having already written a couple lengthy posts, I thought I’d finished, then it struc … more →
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 →
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 →
Rob wrote 4 months ago: Couldn’t find any specific information on this one today when I was looking so hopefully this … more →
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 →
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 →
Frank Mao wrote 7 months ago: When using NAnt includebuild file, make sure you have both including and included file have this att … more →
Roel van Lisdonk wrote 8 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →
Roel van Lisdonk wrote 8 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →
Roel van Lisdonk wrote 9 months ago: /// <summary> /// Dump iis info /// </summary> /// <returns> /// 0 = All IIS infor … more →
Roel van Lisdonk wrote 9 months ago: To call this function use: DoesAppPoolHaveWebsites(new DirectoryEntry(string.Format("IIS://{0}/w3svc … more →
Roel van Lisdonk wrote 9 months ago: /// <summary> /// List all properties of an IIS applicationpool /// </summary> /// <p … more →
Roel van Lisdonk wrote 9 months ago: /// <summary> /// Does the given IIS website contain virtualdirectories. /// </summary> … more →
Roel van Lisdonk wrote 9 months ago: I use NANT to build Microsoft VisualStudio solutions and after deploying software with msi packages, … more →
Roel van Lisdonk wrote 9 months ago: To use quotes in xml, use “"“ <exec program="CMD.EXE" commandline="/C &q … more →