Does anyone have an example nant build file to build an MVC2 project? I\'m not sure whether you can use msbuild or whether you have to use aspnet_compiler or if nant will j开发者_如何学Cust handle it.
I\'m trying to build a Windows Workflow (WF) project using NAnt, but it doesn;t seem to be able to build the ".xoml" and ".rules" files.
I have an Nunit test which uses selenium RC to run tests against our UI. I want to run the tests against 2 different servers, which means having the call to selenium.open() with 2 different servers.Ho
How to solve this problem? I have this ProjectName.UnitTests.config file, and I did exactly what the documentation said: http://nant.sourceforge.net/release/latest/help/tasks/nunit2.html
We have an automated build setup using TeamCity for our application. This application uses Active Reports 6, which use a license.licx file for licensing. When I build using Visual Studio on the build
Hi I am using Xpath in my Nant build script to change some config variables between development and my other environments.
I have an NAnt script that I use to build my .NET project, and I\'m looking to see if there is a way to upload the resulted a开发者_如何学Gossemblies to some remote folder using an FTP task.
We have a website with all the media (css/images) stored in a media folder.The media folder and it\'s 95 subdirectories contain about 400 total files.We have a Cruiscontrol project that monitors just
I\'m trying to create a continuous integration environment. To do so, I\'ve used a guide that can be found at http://www.15seconds.com/issue/040621.htm.
Looking for the equivalent of A开发者_Go百科nt Replace task in NantAs far as I can tell, the filter features in NAnt is exactly what you\'re looking for. Supported by the <copy> and <move>