I recently started a project and I\'m currently trying to configure the ccnet.config file. The fact is I can\'t find out why CruiseControl can\'t find the log file.
I am trying to call a NAnt script from TeamCity, but I\'m encountering something that makes no sense to me.
I wish to exclude particular files from a nant (0.91) target and process the remainder. Here\'s the code snippet, which shows I want to include all .js files but exclude foo.
I am new to NAnt and trying to set up a build file to build a few .Net 4.0 projects and run some NUnit tests. One of the projects contains an EF4.0 Data Model and context and I am running into an issu
Please excuse the ambiguous title; it\'s difficult to describe in a single line. Basically we have MbUnit tests which run fine using TestDriven from within Visual Studio, but fails when attempting to
From within my NAnt build script, I\'m trying to find out the name of that target that was specified on the command line (or the default target if none was specified).
I\'m using NAnt to build an ASP.NET MVC project. The NAnt script then creates a zip package, containing a deploy script and all the necessary files.
I\'m trying the example from the NAnt documentation for the if task at: http://nant.sourceforge.net/release/0.85/help/tasks/if.html
I\'m very green when it comes to build automation under windows and c开发者_开发知识库apability of that OS.
I am able to create a virtual directory with \'mkiisdir\', but it creates under default website only.