>From: "Roger Zavala" <[EMAIL PROTECTED]>
>Sent: Wednesday, February 09, 2005 9:12 PM


> I have problems with running Nant on Linux, Fedora Core 2 or 3.  The
> user ROOT run NANT perfectly, but with  OTHER USER  Mono 1.0.2
launch
> the error:
>
> -------------------------- THIS
RROR  ----------------------------------
>
> (/usr/local/share/NAnt/bin/NAnt.exe:21306): WARNING **: Could not
find
> assembly log4net, references from /usr/local/share/NAnt/bin/NAnt.exe
> (assemblyref_index=1)
>      Major/Minor: 1,2
>      Build:       1,40796
>      Token:       aaa0f432407c68df
> System error: No such file or directory
>
> cannot open assembly /usr/local/share/NAnt/bin/NAnt.exe

The first things that come to my mind are:
    a.  A permissions problem.  Can you do an ls -l on the NAnt exe
and on log4net?  If so, do they show executable permissions for the
other user?  You may need to do the Mono equivalent of the Linux
commands; I've never used Mono so I'm not sure.

    b.  A path problem.  I don't know how search paths are set up with
Mono, but it certainly seems plausible to me that they may be per-user
and not per-system.

By the way, when reading via the digest, please take the time to fix
the subject line whenever posting or responding.  Otherwise, there's
no way for other people reading the list to get an idea of what the
issue is from the subject heading.

Gary




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to