Hi ppl.

I've just tried building NH on a Vista Ultimate, with VS2008 (and it's SP1)
installs.
nant-ing from nh root failed with csc complaining about not knowing NUnit
when compiling Iesi...Tests.dll.
looking in the build folder, I noticed the lack of nunit dlls.
probing into common.xml file, I saw that:
    <property name="lib.framework.dir"
value="${path::combine(lib.family.dir,
version::to-string(framework::get-version(framework::get-target-framework())))}"
dynamic="true" />

now lib.framework.dir is where the nunit dlls are being copied to the bin
folder.
there's only 2.0 folder under lib/net. I manually added 3.5 folder and
copied the nunit dlls in there, now the build passes correctly.

So.
a fix should either be:
a. change common.xml to hard-wire 2.0 as the lib.famework.dir
b. add 3.5 folder under bin/net

no patch as I wasn't sure what you guys would prefer (I'd personally prefer
a as theres no difference in the libs, and I see no problem with hardwiring
2.0 here


-- 
Ken Egozi.
http://www.kenegozi.com/blog
http://www.musicglue.com
http://www.castleproject.org
http://www.gotfriends.co.il

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to