[nant-dev] fix for bug [ 569102 ] File copy error...

2002-07-25 Thread Adrian-Bogdan Andreias
Hi guys, Here's a fix for the bug [ 569102 ]; to reproduce try to copy (overwrite) to a file with read-only attribute. I checked with Ant, it ignores this attribute and so I did. Insert code in file CopyTask.cs, method CopyTask.DoFileOperations, line 128, before File.Copy(sourcePath, dstPath,

[nant-dev] Fwd: fix for bug [ 569102 ] File copy error...

2002-07-25 Thread Adrian-Bogdan Andreias
The file will be overwritten anyway, so better just: File.SetAttributes(dstPath, 0); ;-) Date: Thu, 25 Jul 2002 10:32:35 +0300 To: [EMAIL PROTECTED] From: Adrian-Bogdan Andreias [EMAIL PROTECTED] Subject: fix for bug [ 569102 ] File copy error... Hi guys, Here's a fix for the bug [ 569102 ]; to

[nant-dev] previous 2 posts body not shown !? am I missing something

2002-07-25 Thread Adrian-Bogdan Andreias
body: previous 2 posts body not shown !? am I missing something --- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim

[nant-dev] task: 36894 sql

2002-07-25 Thread Adrian-Bogdan Andreias
Hi guys, Can I start working on task 36894 sql or somebody is already working on it ? Do you think that ADO.NET can provide a cross platform / general approach ? If not, what else ? --- This sf.net email is sponsored by: Jabber - The

[nant-dev] Where oh where have the snapshots gone?

2002-07-25 Thread robert . jefferies
What happened to the nightly snapshots? --- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim

RE: [nant-dev] task: 36894 sql

2002-07-25 Thread Shaw, Gerry
AFIK nobody is working on the SQL task. I think ADO.NET should be considered cross platfrom. I believe I've heard that Mono is providing an implementation of that API. -Original Message- From: Adrian-Bogdan Andreias [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 2:42 AM To:

RE: [nant-dev] task: 36894 sql

2002-07-25 Thread Adrian-Bogdan Andreias
Seems like Tomas Restrepo is working on the sql task. His posts are on nantcontrib. --- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in!