[nant-dev] DeleteTask verbosity?

2003-09-04 Thread David Reed
It seems weird (to me) that file deletes in the same directory are always verbose, even if you don't want them to be, but recursive deletes respect the verbosity requested. Forgive me if the patch below is offensive in some way; CVS, UnxUtils and I are not all friends yet. --- copy of

[nant-dev] RE: Patch: Case insensitive enum value lookups

2003-09-04 Thread Arjen Poutsma
Hi, About a week ago, I sumbitted a patch which allowed case-insensitive lookup of enum values in task attributes. I didn't get any feedback, so I don't know whether it has been commited or rejected. Can someone shed some light over this? The patch original message are attached. Best, Arjen

RE: [nant-dev] RE: Patch: Case insensitive enum value lookups

2003-09-04 Thread Arjen Poutsma
Ok, so it has been rejected ;-). That's fine, I just wanted to be sure. -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 9:18 AM To: Arjen Poutsma Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] RE: Patch: Case insensitive enum value

[nant-dev] branching in nant

2003-09-04 Thread Martin Aliger
Hi all, I want to check whether directory exists and branch by the result. Is it possible in current NAnt? I add some if attributes for now but maybe this could be solved in general way. Maybe to set some ${result} property in tasks (as mkdir task in this case). It could be possible check that

[nant-dev] User task - process

2003-09-04 Thread Pavel Vaek
Hi all, I have a following problem. When I try to start process from ExecuteTask method I received error: Invalid PInvoke metadata format.. I use code like this: Process process = new Process(); process.StartInfo.FileName = ping.exe; process.StartInfo.WorkingDirectory = .;

Re: [nant-dev] 0.83-rc3

2003-09-04 Thread Gert Driesen
That is the intention yes, we could ofcourse skip the 0.8.3 release and start the 0.8.4 beta cycle ... I agree that having a 0.8.3 release with serious known issues might now be a good idea after all. Gert - Original Message - From: Philippe Lavoie [EMAIL PROTECTED] To: Ian MacLean

Re: [nant-dev] 0.83-rc3

2003-09-04 Thread Gert Driesen
I don't have any problems with us releasing a 0.8.3 soon, it has indeed been in beta for way too long. But we should consider documenting the known issues in the solution task. Gert - Original Message - From: Erv Walter [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED]; Philippe