[nant-dev] unsubscribe

2002-09-11 Thread Adrian-Bogdan Andreias
  Thanks and regards,Adrian-Bogdan AndreiasSoftware EngineerTEMASOFT

RE: [nant-dev] chmod task

2002-07-29 Thread Adrian-Bogdan Andreias
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

[nant-dev] chmod task

2002-07-25 Thread Adrian-Bogdan Andreias
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

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! http://www.jabber.

[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 world

[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] 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

[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, true