I tested with simple nant (0.90) on Mac OS X 10.6.4, but I got the following error message. Even with the error message, I could run nant to get the binary successfully.
I have a problem with passing arguments from the NAnt style task to a xslt sheet. This is my NAnt code snippet. The properties path and file are definetly set.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Does anyone know of a good resource for basic samples for both a NANT.Build file and a CCNet.Config file entry for nightly build on an ASP.net 4.0 application, having had a good look around online it
I have a set of targets that each do essentially the same thing except each contains a specific patternset on which to perform its tasks. I want to collapse these targets into a single \"reusable\" ta
I\'m looking for my nant build script to be able to clean up after itself if a build go开发者_高级运维es wrong. I\'m looking for something resembling the following execution:
I\'m encountering an issue with the <exec> task on batch files in my NAnt project files.When running on Windows XP SP 3 (but not Windows Vista or Windows Server 2008) and using NAnt 0.85 or 0.91
I have a web application that needs to be built using a nant script. All the 开发者_高级运维projects in the solution build fine but for this error that crops up each time at the end of the build. I co
I am posting this query with lot of hope. I have created a framework using Selenium RC with C#,Nunit and NANT.
We have several hundred test classes, with a few dozen of them marked with the following attributes: [TestFixture]