Questions tagged [nant]

NAnt is a build tool for .Net, aiming to support all the various versions of the .Net framework, including all versions of Microsoft .NET, Compact Framework and Silverlight, Mono and Moonlight. Additionally, there is a contribution project called NAntContrib, adding support for additional .Net tools (FxCop, NGen, GacUtil, Wsdl, XSD, MSBuild) and systems like PVCS, StarTeam, Visual SourceSafe, Surround SCM and Microsoft BizTalk.

NAnt is a build tool for .NET (GitHub), aiming to support all the various versions of the .NET framework, including all versions of Microsoft .NET, Compact Framework and Silverlight, Mono and Moonlight.

Additionally, there is a contribution project called NAntContrib, adding support for additional .NET tools (FxCop, NGen, GacUtil, WSDL, XSD, MSBuild) and systems like PVCS, StarTeam, Visual SourceSafe, Surround SCM and Microsoft BizTalk.

1044 questions
-1
votes
1 answer

nant set build time

I use Nant to run the test with Nunit. Is it possible to set the time in the Nant .build file, and let the test run in the time as I set. And if it can be execute ,how can I write the build file?
Edison
  • 79
  • 1
  • 13
-1
votes
1 answer

Regarding encrypting web.config using nant

I have a question that can we run via command line: aspnet_regiis -pc "DRMBasic" -exp using NAnt build script. I was trying the following line of code.
alice7
  • 3,834
  • 14
  • 64
  • 93
-1
votes
1 answer

Unable to Run test case through Nant when using log4net

I am working on a dotnet 2008, Nunit 2.6,Nant0.91 application. I am using log4net for my logging purposes. When trying to run test cases through Nunit, a log file is generated, but when I try to run it through Nant, I am unable to run my test…
-2
votes
2 answers

Unable to build application a .NET project in Nant

Error Encountered error MSB3091: Task failed because "sgen.exe" was not found, or the .NET Framework SDK v2.0 is not installed. The task is looking for "sgen.exe" in the "bin" subdirectory beneath the location specified in the …
-2
votes
1 answer

wix: unable to detect servicepacks

I am trying to detect .net framework 2.0 service pack 2. But it seems that wix is unable to detect that. below is the script that i am using. NAnt:
subs
  • 2,189
  • 12
  • 35
  • 59
-2
votes
1 answer

using nant for automated build with VS2008 and .Net 3.5 without msbuild-task

I have tried to use NAnt 0.92 to build VS2008 solution faster. I'm using solution-task but it doesn't work. In the internet say that must use msbuild-task instead of solution-task. But build by msbuild-task is not different with build in VS2008. Is…
-3
votes
1 answer

Error in Attribute value of build xml

I am getting an error for the following code:
dibya
  • 55
  • 9
-3
votes
1 answer

How to execute a php file from nant script?

I want to execute one php file from my nant script. How can I do that. Any body can help me with a sample code?
learner
  • 2,609
  • 4
  • 22
  • 23
-3
votes
1 answer

Automate build porcess for SVN

I am trying to create a NAnt script that would be triggered after a folder is created in the Tag folder of the SVN. The script would then get the contents of the working copy into the newly created folder in Tags and start the build. Pls help me if…
1 2 3
69
70