Browse by Tags

All Tags » NAnt » .NET (RSS)
Sorry, but there are no more tags available to filter with.

NAnt XmlList command updated

A while a go I wrote a handly NAnt task to select data from XML files using XPath expressions . A few days ago I got a reaction on the blog by Matt who wants to try to get it in NAntContrib, and suddenly I got a new and improved version by Jonni Faiga...
Posted by svdoever | 7 comment(s)
Filed under: ,

NAnt, devenv.com and devenv.exe

In NAnt there is a solution task that works for VS.NET 2003, but not for VS.NET 2005. I needed to build a VS.NET 2005 solution from NAnt, so devenv.exe to the rescue: devenv.exe mysolution.sln /build Debug . Problem was that I did not get any output from...
Posted by svdoever | 10 comment(s)
Filed under: ,

VS.NET and hintpath problems...

In a project we are working with multiple developers AND a build server on a large set of Visual Studio solutions. Problem is that when we have references to a folder with shared assemblies, the relative path to those assemblies specified by a hintpath...
Posted by svdoever | 7 comment(s)
Filed under: ,
More Posts