[Mono-list] NAnt error with 03-Oct-01 snapshot
Brian Jepson
bjepson@oreilly.com
Thu, 4 Oct 2001 21:05:17 -0400 (EDT)
Hi,
I tried to 'make windows' with the latest snapshot, but I got this error
partway through:
make[1]: Entering directory `/cygdrive/o/mono/mono-03-Oct-01/mcs/class'
../nant/NAnt.exe windows
INTERNAL ERROR System.Security.SecurityException:
Request for the permission of type
System.Security.Permissions.FileIOPermission, mscorlib, Version=1.0.2411.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
at System.Security.CodeAccessSecurityEngine.CheckHelper(PermissionSet
granted Set, PermissionSet deniedSet, CodeAccessPermission demand,
PermissionToken permToken)
at System.Security.CodeAccessSecurityEngine.Check(PermissionToken
permToken, CodeAccessPermission demand, StackCrawlMark& stackMark, Int32
checkFrames, Int32 unrestrictedOverride)
at System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission
cap, StackCrawlMark& stackMark)
at System.Security.CodeAccessPermission.Demand()
at System.IO.Directory.GetCurrentDirectory()
at SourceForge.NAnt.Project.Run()
Try `NAnt.exe -help' for more information.
Thanks,
Brian