Thanks and regards,Adrian-Bogdan AndreiasSoftware
EngineerTEMASOFT
ROTECTED]
>[mailto:nant-developers-
> > [EMAIL PROTECTED]] On Behalf Of Adrian-Bogdan Andreias
> > Sent: Thursday, July 25, 2002 8:23 AM
> > To: [EMAIL PROTECTED]
> > Subject: [nant-dev] chmod task
> >
> > chmod and System.IO.FileAttributes are different thing
chmod and System.IO.FileAttributes are different things.
Unix shell command chmod chages the user / group permissions on the
specified file, while FileAttributes is for other kind of attributes
(read-only, system, hidden etc. ).
So, should FileAttributes enumeration's constants wrapped in a tas
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!
http://www.jabber.
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 world
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
__
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
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,
true