Hi Folks,
First off, my specific problem:
Using the task in NAnt-contrib, I want to optionally specify a
version in the properties I pass to the project, however if I pass nothing,
then I get an error that no version has been specified. Is there any way to
specify a version of "latest"? Alterna
Brian,
The answer to your question is "it depends":
As NAnt is evolving pretty fast, it might be reasonable to put the NAnt
binaries in your project directory structure. Some OSS projects
(SharpDevelop, I think) do it. This ensures build consistency.
I usually have the following project structur
"... Are you sure this works from Visual Studio ? From what I've read you
should ..."
It definitely works, but I don't trust VS too much to be reliable. It has a
nasty habit of trying to be "helpful" and finding files in different
locations because it can't find them where they should be. This
Here's is an example:
1. Unzip the downloaded archive in a directory of your
choice
2. From the project's top directory, run 'bin\NAnt.exe'
3. Copy the 'build\net-1.1.win32\nant-0.84-debug\bin' directory
into 'C:\Program Files\NAnt\'
4. Add 'C:\Program Files\NAnt\bin' to your PATH
That is i
I’ve downloaded the latest release (0.84) as a zipped
file. Now what? What the heck do I do with it? Do I need to extract it to
the C:\Program Files directory? Do I need to put Nant.exe in every project’s
directory structure in order to run Nant? I can’t seem to find any
straight answe
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 29, 2004 9:31 AM
> Subject: RE: AW: [Nant-users] Solution Task and Strong Names
>
> I'm slightly confused (it doesn't take much!). Which tasks have been
> modified?
The task has been mod
Michael,
I recently fixed an issue with similar "symptoms", can you try to build this
project using the latest nightly build
(http://nant.sourceforge.net/nightly/builds) ?
Gert
- Original Message -
From: "Michael Dang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 29,
I have my unit tests (Nunit) in an inner class from my
classes in order to test the private methods. I wrap them in preprocessor
directives which are defined in a configuration called UnitTest (oddly enough J ).
So, when I want to manually test my unit tests in Nunit’s GUI, I compile
my a
Hello,
I have been using Nant 0.84 to compile this project for a while.
However, today I am getting an internal error. Can anyone shed some
light?
task being executed is a CSC task and is in the middle od compiling
resx files.
.