Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-23 Thread Ian MacLean
OTECTED] Subject: Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3 Thomas, Could you post a small sample demonstrating the problem. I see the 2nd entry is the incorrect one. Are those files .resx files ? Ian * First of all, it seems there's a bug in the way a fileset in the t

Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-23 Thread Ian MacLean
Thomas, Could you post a small sample demonstrating the problem. I see the 2nd entry is the incorrect one. Are those files .resx files ? Ian * First of all, it seems there's a bug in the way a fileset in the target is handled: In the manifest this is transformed to: .mresource pub

RE: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread Nick Varacalli
>>* The task has an annoying feature of generating an error and >>stopping when you try to delete a file or a directory which is not there. >>For instance, a typical target might look like this: >you can solve this by setting the failonerror attribute of the delete task >to false: > This doesn

Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread Gert Driesen
- Original Message - From: "Thomas Michael Koch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 10:29 AM Subject: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3 > Hi - first of all, thank you for a very nice tool. > > > I am using NAnt v. 0.8

Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread N. V.
Hi thomas, * The task has an annoying feature of generating an error and stopping when you try to delete a file or a directory which is not there. For instance, a typical target might look like this: you can solve this by setting the failonerror attribute of the delete task to false: * It wou