I'm running NAnt 0.85 nightly build.

My NAnt script goes to some trouble to create a special directory that has EVERYTHING 
needed for compiling and running a set of NUnit tests including the NUnit DLLs.  I 
have two calls to the <solution> task.  Each call includes a <assemblyfolders> 
sub-element naming this special directory.

I know that the <assemblyfolders> element is working in general because I can compile 
solutions on machines that have the special directory identified by <assemblyfolders>, 
but do not have the files in the Hint paths in the solution project files.

Since the whole purpose of this NAnt script is to compile and run NUnit tests, I have 
the necessary NUnit executables and DLLs in CVS.  Before the <solution> tasks are 
started, those NUnit files are copied to the special directory named in the 
<assemblyfolders> sub-element.  However,  if NUnit is formally installed (i.e., it has 
an entry in the GAC), then it appears that <solution> is using the GAC version rather 
than the version extracted out of CVS and put in the special directory.

Is there anyway to make <solution>  reference DLLs ONLY in my special directory and 
not in the GAC?


Merrill


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to