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 BlahgJim Brown wrote 1 month ago: Switching from NAnt to MSBuild, we have had to port our custom tasks from NAnt to MSBuild. Since the … more →
Frank Mao wrote 2 months ago: When using NAnt includebuild file, make sure you have both including and included file have this att … more →
Roel van Lisdonk wrote 3 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →
Roel van Lisdonk wrote 3 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →
Roel van Lisdonk wrote 3 months ago: /// <summary> /// Dump iis info /// </summary> /// <r … more →
Roel van Lisdonk wrote 3 months ago: To call this function use: DoesAppPoolHaveWebsites(new DirectoryEntry(string.Format("IIS://{0}/w3svc … more →
Roel van Lisdonk wrote 3 months ago: /// <summary> /// List all properties of an IIS applicationpool /// … more →
Roel van Lisdonk wrote 3 months ago: /// <summary> /// Does the given IIS website contain virtualdirectories. … more →
Roel van Lisdonk wrote 3 months ago: I use NANT to build Microsoft VisualStudio solutions and after deploying software with msi packages, … more →
Roel van Lisdonk wrote 4 months ago: To use quotes in xml, use “"“ <exec program="CMD.EXE" command … more →
talhaanwer wrote 4 months ago: Continuous Integration is the key for any software development organization or department to setup e … more →
makka wrote 5 months ago: In these days I’m moving my build scripts from NAnt to Rake. The main reason for doing this is that … more →
makka wrote 6 months ago: If you read the documentation of NDepend.Console.exe you learn that relative paths are not supported … more →
puneet wrote 6 months ago: By default nAnt has a very boring black and white console output. This can be made to look more in … more →
puneet wrote 6 months ago: Well, this is targeted at absolute n00bs to nAnt. Since you have come to this page, we assume that y … more →
puneet wrote 6 months ago: Well, this is targeted at absolute n00bs to nAnt. Since you have come to this page, we assume that y … more →
kain64b wrote 7 months ago: Getting Nant + nantcontrib. And write following script: <target name="GetLastVersion" … more →
makka wrote 7 months ago: Gallio has a great build-in support for NAnt! Unfortunately at the moment this is not well document … more →
pwigle wrote 7 months ago: We have started implementing Contiuous Integration at our company. We began with Cruise Control.NET … more →