----- 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... > but this is not always what one wants. NAnt tries to resolve assemblies assemblies that cannot be located in the current base directory, in the assembly directory of the current target framework. It does not try to reference assemblies in the GAC. > > 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 the do not have a valid public key token. > > Furthermore, to have the <nunit2> task working > correctly, one has to install the nunit.framework.dll > assembly shipped with NAnt, but again, it cannot be > installed in the gac because it has not a valid > public key token... The nunit.framework.dll that is shipped with NAnt doesn't have to be installed in the GAC at all. Ofcourse, you should make sure that you reference the nunit.framework that is shipped with NAnt to build your test assemblies, otherwise you won't be able to run your tests using the NAnt <nunit2> task. Mono currently ships with a beta version of NUnit 2.2. Once this version is released, we'll update NAnt to use this version too. Gert ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
