|
So, I'm trying something maybe not so
orthodox. I've got my mcs-0.11 directory sitting on a linux machine with
samba running. From Win2k, I map a drive to the share and pull up a Cygwin
bash prompt. Go to the mcs-0.11 directory on that shared drive, and run
make linux. After compiling some stuff fine, NAnt dies with a
SecurityException. (Building on the local harddrive works fine, by the
way.)
Is this a known issue? Are their
different security restrictions messing things up since I'm using a network
drive, or is this truly a bug with something? Probably it's a NAnt
problem, huh?
--Paul
make[1]: Entering directory
`/cygdrive/d/mono/mcs-0.11/mcs'
csc.exe /nologo /debug+ /debug:full /optimize /target:exe /r:System.dll /out:mcs.exe assign.cs attribute.cs driver.cs c s-parser.cs cs-tokenizer.cs tree.cs location.cs cfold.cs class.cs codegen.cs const.cs constant.cs decl.cs delegate.cs en um.cs ecore.cs expression.cs genericparser.cs interface.cs literal.cs modifiers.cs namespace.cs parameter.cs report.cs r ootcontext.cs statement.cs support.cs typemanager.cs make[1]: Leaving directory `/cygdrive/d/mono/mcs-0.11/mcs' make[1]: Entering directory `/cygdrive/d/mono/mcs-0.11/class' ../nant/NAnt.exe Unhandled Exception:
System.Security.SecurityException: Request failed.
at SourceForge.NAnt.NAnt.Main(String[] args) make[1]: *** [linux] (null) make[1]: Leaving directory `/cygdrive/d/mono/mcs-0.11/class' make: *** [linux] Error 1 |
- Re: [Mono-list] Seucirty Exception in Build Paul Boal
- Re: [Mono-list] Seucirty Exception in Build Miguel de Icaza
