nant
What are the benefits of using NAnt instead of MSBuild?
Cursory reading about bo开发者_运维知识库th tools leads me to believe they do similar things: manage build tasks which means they do operations that support taking source inputs and ultimately produci[详细]
2023-03-18 22:29 分类:问答Debugging System.TypeLoadException
I\'m trying to compile Boo on the mono-4.0 Nant profile and am getting the following error, which I\'m having trouble debugging.[详细]
2023-03-18 21:13 分类:问答How do I suppress warnings in NAnt when using the solution task?
We have a .NET 1.1 solution that we are compiling using NAnt with a \"solution\" task. One of the projects throws multiple warnings for missing XML comments. I know which warnings I need to suppress[详细]
2023-03-16 11:42 分类:问答Nant COM Reference
I\'m trying to find the Nant syntax for including a COM reference. The current Nant script with the normal dll reference looks like ..[详细]
2023-03-16 10:10 分类:问答Why does changing the OutputPath when using MsBuild not compile websites?
When I change the OutputPath parameter using msbuild via nant, my web application does not compile. Only when I set OutputPath=bin does my web application compile successfully.[详细]
2023-03-15 18:35 分类:问答Selectively perform build tasks in a build process
We\'re currently using CruiseControl.NET and NANT to run our build process. It works well, however, I\'d like to be able to make the tasks that I run for each build more granular WITHOUT creating more[详细]
2023-03-14 18:31 分类:问答Build with nant and reference libraries in subdirectories
I\'m creating bild-file for a project containing several 3rd-party libraries located inside a lib-folder. So my build-script looks like this:[详细]
2023-03-14 09:11 分类:问答Can I call a UNIX script from Nant on an XP machine
I have installed TeamCity and what to call a UNIX script from a step in it using using Nant. Done a simple test to see that I can call a Nant build that simply writes a test message. Now I am tring to[详细]
2023-03-14 08:11 分类:问答Nant xmlpeek issue
I\'m currently trying to parse a coverage file from PartCover using a nant task. The problem is that the structure requires a bit of counting. To do this i\'m looking at the example posted at http://w[详细]
2023-03-14 01:36 分类:问答PartCover generates empty output file
I\'m currently trying to create a Nant task for our TeamCity setup so that our UnitTests are ran through Gallio and covered by PartCover. The task looks like this:[详细]
2023-03-13 16:35 分类:问答