Re: [Nant-users] Re: NAnt on Linux: gac

2004-05-31 Thread Ian MacLean
Guis, The nunit task should handle loading nunit.framework.dll from nants bin directory. If its not working for you there could be a linux specific issue. However copying nunit.framework.dll to ${build.dir}/${package.name}/lib/ should enable your tests to run fine without having to install it i

[Nant-users] Re: NAnt on Linux: gac

2004-05-31 Thread Giuseppe Greco
Yes, but "${framework::get-assembly-directory(target.framework)}" returns /usr/local/lib/mono/1.0, which points to the GAC, and to have the following task working, one has to install the nunit.framework.dll assembly shipped with NAnt into the GAC: ...