[NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Daniel Nauck
Hello, just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same problem as others reported. Looks like its not a problem with your .NET 4.0 install nor with NAnt itsself. After unpacking the zip file, all distributed .dll and .exe files are blocked. Right click on a single file -

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
That is interesting. I've heard someone else report something similar but couldn't verify that solution. What OS are you on? Thanks, Ryan On Mon, Apr 18, 2011 at 2:43 PM, Daniel Nauck daniel.na...@gmail.com wrote: Hello, just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Bob Archer
just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same problem as others reported. Looks like its not a problem with your .NET 4.0 install nor with NAnt itsself. After unpacking the zip file, all distributed .dll and .exe files are blocked. Right click on a single file -

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Daniel Nauck
Hello, Win7 x64(en). Regards, Daniel Am 19.04.2011 um 00:13 schrieb Ryan Boggs: That is interesting. I've heard someone else report something similar but couldn't verify that solution. What OS are you on? Thanks, Ryan On Mon, Apr 18, 2011 at 2:43 PM, Daniel Nauck

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
Are you and admin or regular user? Thanks, Ryan On Mon, Apr 18, 2011 at 3:14 PM, Daniel Nauck daniel.na...@gmail.com wrote: Hello, Win7 x64(en). Regards, Daniel Am 19.04.2011 um 00:13 schrieb Ryan Boggs: That is interesting.  I've heard someone else report something similar but

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
I dunno. I've never ran into this problem on my test machines and I never had to unblock anything, even when I download from the sf.net site. That's why so many questions. Of course, all my current test machines are x86 based... Thanks,. Ryan On Mon, Apr 18, 2011 at 3:13 PM, Bob Archer

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
Ok, help me out here. So, I just created a normal user on a Win7 x32 test box and downloaded 0.91 Alpha2 from sf.net. I see that the zipped file is blocked as described by Daniel. But when I unzip it into its directory and try to build Boo with it, it builds fine for me. So am I missing a step

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Martin Gainty
installers toss on read only attribute of either a file or group of files until all of the files have been coped successfully to destination folder. (you dont want someone else mucking with those files while the installer is installing to destination folder) if the install completes and leaves

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
That makes sense but there is no formal installer (yet) for NAnt. It's distributed as a zipped file. Nothing fancy. Thanks, Ryan On Apr 18, 2011, at 6:35 PM, Martin Gainty mgai...@hotmail.com wrote: installers toss on read only attribute of either a file or group of files until all of the