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
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
>>* 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
- 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
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