This fixes the problem with read-only file destination for the <copy> task. If noone objects, I'll check this in.

cvs server: Diffing src/NAnt.Core/Tasks
Index: src/NAnt.Core/Tasks/CopyTask.cs
===================================================================
RCS file: /cvsroot/nant/nant/src/NAnt.Core/Tasks/CopyTask.cs,v
retrieving revision 1.4
diff -r1.4 CopyTask.cs
128a129,130
> if (File.Exists(dstPath))
> File.SetAttributes(dstPath, FileAttributes.Normal);





------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to