[Nant-users] Optional bits in a task

2004-03-29 Thread Bill.Martin
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

Re: [Nant-users] Straight Answer Request For Newbie

2004-03-29 Thread Jaroslaw Kowalski
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

RE: AW: [Nant-users] Solution Task and Strong Names

2004-03-29 Thread Bill.Martin
"... 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

Re: [Nant-users] Straight Answer Request For Newbie

2004-03-29 Thread Giuseppe Greco
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

[Nant-users] Straight Answer Request For Newbie

2004-03-29 Thread Brian Beaudet
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

Re: AW: [Nant-users] Solution Task and Strong Names

2004-03-29 Thread Gert Driesen
> - 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

Re: [Nant-users] CSC Output Build Internal Error help

2004-03-29 Thread Gert Driesen
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,

[Nant-users] Nant & Unit Tests From Conditional Compilation

2004-03-29 Thread Brian Beaudet
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

[Nant-users] CSC Output Build Internal Error help

2004-03-29 Thread Michael Dang
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. .