nant Questions
4
Solved
I want to load a different properties file based upon one variable.
Basically, if doing a dev build use this properties file, if doing a test build use this other properties file, and if doing a p...
Iyar asked 16/9, 2008 at 20:47
1
Solved
I tried recently to use NAnt (beta 0.86.2962.0) to run some unit tests compiled with the last stable version of NUnit (v2.4.8) without any success.
The error I get is the following :
[nunit2] As...
Airs asked 5/9, 2008 at 8:14
7
Solved
I am using MSBuild to build my stuff. I want to use CruiseControl.net as by Build Server.
Now, CCNET refers nAnt a lot, but it looks as if ccnet can do most of the stuff nant could do through the ...
1
Solved
I have here 300 lines long NAnt file and it is quite a messy. I am wondering if there is a any style guide for writing NAnt scripts and what are the best practices for doing so.
Any tips?
Nonna asked 18/9, 2008 at 16:29
5
Solved
We use a CruiseControl.Net/NAnt/Subversion stack for CI. Doing a fresh checkout for every build is way too time-consuming, so currently we just do an update on a working copy. However, this leaves ...
Chlamydeous asked 18/9, 2008 at 13:3
2
Solved
As part of the Nant copy task, I would like to change the properties of the files in the target location. For instance make the files "read-write" from "read-only". How would I do this?
Coulometer asked 16/9, 2008 at 18:26
2
We have a recurring problem at my company with build breaks in our Flex projects. The problem primarily occurs because the build that the developers do on their local machines is fundamentally diff...
Horan asked 12/9, 2008 at 0:23
1
Solved
How do you use the nant <copy> command and maintain the directory structure? This is what I am doing, but it is copying all the files to a single directory.
<copy todir="..\out">
<...
Katheykathi asked 8/9, 2008 at 12:54
© 2022 - 2024 — McMap. All rights reserved.