Re: [nant-dev] PATCH csc task : add support for unsafe and checkedoptions

2003-03-05 Thread Matthew Mastracci
Cool! I was going to start adding these myself. They look good to me- I can check them in when I have a chance. On Wed, 2003-03-05 at 00:46, Gert Driesen wrote: Hi, I included a patch that adds support for the checked and unsafe options to the csc task. Can this please be committed ?

[nant-dev] Part time business

2003-03-05 Thread Robert
Hi, Do you want me to show you how you can earn $1,000 to $5,000 a month working from home Part Time? NEXT This e-mail is sent in compliance with our strict anti-abuse regulations. You have received this e-mail because you or someone using your computer has used an FFA List, Safe List or

[nant-dev] PATCH: Fix for directories getting treated as files in FileSet

2003-03-05 Thread Matthew Mastracci
The following patch fixes directories getting treated as files in a FileSet. This behaviour was breaking certain copy operations. It also fixes the Delete and Copy tasks to handle the new behaviour, allows delete and copy tasks to handle read-only files, adds a CopyTest unit test, and

Re: [nant-dev] CopyTask bug

2003-03-05 Thread Matthew Mastracci
I'm taking a look at this one. The problem is that FileSet is adding matching directories. Right now, I'm writing unit tests and fixing both the delete and copy task to work sanely. Gert Driesen wrote: Hi, Apparently there's a bug in the CopyTask when directories included using a fileset

Re: [nant-dev] PATCH: Fix for directories getting treated as filesin FileSet

2003-03-05 Thread Ian MacLean
Matthew, I applied your patches to Fileset.cs and directoryscanner.cs as well as the new copytest.cs. The part of the patch fixing copy and delete failed to apply against my tree - maybe because the patch isn't in -u format. The following patch fixes directories getting treated as files in a