[nant-dev] Add property for retrieving program files location ?

2003-02-24 Thread Gert Driesen
Hi, Is it ok if I submit a patch to the SysInfo task that allows you to retrieve the location of the Program Files directory ? Thanks, Gert

Re: [nant-dev] Add property for retrieving program files location ?

2003-02-24 Thread Scott Hernandez
Sure, patch away, but you can probably do this without using the sysinfo task. I would suggest using registryread. http://nant.sourceforge.net/help/tasks/readregistrytask.html - Original Message - From: Gert Driesen To: [EMAIL PROTECTED] Sent: Monday, February

[nant-dev] Behavioral differences between NUnit V2.0.6 and the nunit2 task

2003-02-24 Thread mctwo
I'm going through the process of converting some nant scripts to use 0.8.1 and I'm running into problems with the new nunit2 implementation. It used to be that the nunit2 task in nant set the working directory to be that of the assembly under test just like NUnit itself. It no longer does

[nant-dev] I've been assigned to your account dety

2003-02-24 Thread PAt
My name is Diane and I’ve been assigned to follow up and make sure you confirm your account and get your site activated. To activate your account, all you need todo is simply click on: MY NEW ACCOUNTand confirm your information by entering it in the form.When you go to your site the first time

[nant-dev] Bug fix for DirectoryScanner

2003-02-24 Thread Brian Deacon
First let me say that TortoiseCVS just rules. Anywho I decided to take Scott up on his challenge to monkey with fileset and in the process ran across a few bugs in DirectoryScanner. Absolute paths like includes name=\my\path / were being treated like includes name=my\path / and

[nant-dev] Patch for Copy task bug

2003-02-24 Thread Gert Driesen
Hi, Can anyone submit this patch for the following bug in the Copy task : when you try to copy a file that doesn't exsit, only an informative message is displayed in the log. In my opinion, this should definitely throw a BuildException (which, in turn, will cause the build to fail when

Re: [nant-dev] Add property for retrieving program files location ?

2003-02-24 Thread Gert Driesen
Hi Scott, Can you submit this (very simple) patch ? Thanks, Gert - Original Message - From: Scott Hernandez To: Gert Driesen ; [EMAIL PROTECTED] Sent: Monday, February 24, 2003 6:47 PM Subject: Re: [nant-dev] Add property for retrieving program files

[nant-dev] contribution to project

2003-02-24 Thread Philip Nelson
I have a fairly low tech, but useful winforms app I wrote that I would like to contribute to the project. It's a gui for NAnt, but unlike the nant gui for vs-studio, this is an alternative to the command line for NAnt build files. I call it NAnt Explorer and here are it's features (and not much

[nant-dev] Delete task limit

2003-02-24 Thread Gert Driesen
Hi, Would it be possible to remove the path length must be 10 limit from the Delete task ? The following code in the DeleteTask.cs file causes this limit : // TODO: remove this once this task is fully tested and NAnt is at 1.0 if (path.Length = 10) { throw new

[nant-dev] multiple runtime support

2003-02-24 Thread Gert Driesen
Hi, I'm sorry for crossposting to both the users and developers list, but I think this is something that needs everyone's attention. In my opinion we urgently need to come up with a strategy for implementing support for multiple runtimes, and for making tasks runtime-aware. The release of

RE: [nant-dev] multiple runtime support

2003-02-24 Thread Ian MacLean
Title: Message I'm already looking at this problem by having settings stored in the config file. ie there would be a FrameworkCompilerDir and a FrameworkSDKDir paramater. These values will accessible from tasks and changeable from the build file. There will also be task specific settings so