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
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:
...
- Original Message -
From: "Giuseppe Greco" <[EMAIL PROTECTED]>
To: "NAnt Users" <[EMAIL PROTECTED]>
Sent: Monday, May 31, 2004 12:12 PM
Subject: [Nant-users] NAnt on Linux: gac
> Hi all,
>
> If I'm not wrong, the latest version of NAnt
> references the assemblies installed in the gac...
Hi all,
If I'm not wrong, the latest version of NAnt
references the assemblies installed in the gac...
but this is not always what one wants.
For example, I use assembler.exe/updater.exe to
generate monodoc documentation, but at the moment
these assemblies cannot be installed in the gac
because t