Peter Mateja
unread,Nov 22, 2010, 1:06:34 PM11/22/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lucere
Just curious why some of the binary dependencies (Moq, StructureMap,
etc) aren't checked into a location in the trunk. I see that Troy
specifically pulled Moq.dll from the tree. Ideally, we'd have these
living off the resource directory. It's kind of a pain to resolve
these, and at least in the test project that I pulled down, the Moq
dependency location is wrong (it's pointing to ..\..\..\..\lib\Moq
\Moq.dll in the test .csproj, but compilation-notes.txt directs us to
unzip into ..\..\..\..\lib\Moq.4.0.10827\NET35\Moq.dll.)
I think this'd be good for several reasons:
1) More consistent compilation environment for developers / builders
(repeatable, standard builds)
2) Explicit inclusion of the version of dependencies on which the
trunk / branches rely.
I'd think that the only thing standing in the way might be specific
licensing issues.