2
votes
1answer
28 views
nAnt Deleting files older than 7 days old
I would like to create a target that cleans log files older than 7 days old in a specific folder. I get an error when I try to put in a "date" element inside a fileset. How can I go about this?
…
0
votes
3answers
46 views
What are solid NMaven or build server for .NET alternatives?
Maven had a long history and is well supported in the Java world. NMaven has received a less successful start and has never became as popular in the C#/.NET world as its larger cousin was in the Java …
0
votes
1answer
19 views
Accessing CruiseControl.NET project name in NAnt
CCNet passes the current build label to NAnt via the NAnt property "CCNetLabel". Is there a similar property where it passes the name of the CCNet project name?
0
votes
1answer
14 views
How to compile VB 2005 code containing “default instances” using nant
I've got some VB code that's using a default instance of a Form. It compiles fine within VS but when I try compiling using the nant vbc task it throws this error,
error BC30469: Reference to a
…
7
votes
7answers
144 views
Build Process - What to use?
I'm considering writing my own delivery code using PowerShell and/or C#, maybe shelling to NAnt or MSBuild.
Why should I not go this way? Is this such a really hard
endeavor compared to using NAnt …
0
votes
0answers
21 views
Running NUnit Tests in parallell using NANT
Hi,
We have different categories of tests under various assemblies. What is the best possible way to run them in parallel? I am aware of a task in ant, is there any such task in NANT?
Kind regards,
…
0
votes
0answers
20 views
Gallio and MbUnit in NAnt
I am trying to use Gallio (v3.1)/MbUnit/NCover to run a unit test in my C# code, as part of the build process for my continuous integration system.
I can get Gallio.Echo.exe to execute the tests and …
2
votes
4answers
143 views
building .net applications without Visual Studio
I'm interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE?
I like to use …
2
votes
1answer
55 views
Structure of NAnt build scripts and solution structure on build server
We're in the process of streamlining/automating build, integration and unit testing as well as deployment.
Our software is developed in Visual Studio where we have use both C# and VB.NET in our …
0
votes
1answer
36 views
Nant, SqlCmd -v switch and spaces in nant property fails build with invalid argument
I have a nant script that ...
1. takes the content of disc-file
2. assigns that content to a nant property
3. and then calls sqlcmd with a -v passing in that property containg the content of the disc …
0
votes
1answer
27 views
TeamCity NUnit test result visualisation
Hi,
Is there any way to produce visual results of NUnit tests from within TeamCity's "Tests" tab, currently my NAnt script outputs an .xml file of the results using the following task:
<nunit2 …
1
vote
2answers
63 views
What NAnt editors are available?
I'm doing quite a bit of NAnt script writing at the moment and would love to know how I can speed the process up?
I'm currently editing the script in Visual Studio, then going to the command line to …
0
votes
2answers
49 views
Can TeamCity’s .NET NUnitaddin process csproj files?
To cut to the chase, can the TeamCity .NET NUnitLauncher process Microsoft csproj files?
I ask this question because of the following.
I have a NANT build script. In this script I have a number of …
0
votes
2answers
68 views
Running a program on a remote machine as part of continuous integration
We use TeamCity, nant and psexec to run a command on a remote machine as part of the release packaging. Everything works fine when I run the nant from the console but when running from teamcity psexec …
1
vote
1answer
43 views
Msbuild and SLN unbindig
I want to unbind my sln file from TFS server and publish it on SVN is there any "easy" option to do this. It's easy to open sln and chose unbind option in Visual Studio, but does any one ever tried to …
