So building with options E & F doesn't accomplish this? If it doesn't may it just needs to be added to the build script?
Also it appears whenever I got the source from GitHub and I opened up NHibernate.TestDatabaseSetup 2 of the references are broken (Yellow exclamation points by them). NHibernate and NHibernate.Test are the references. It's not a big deal to add them but I thought I'd mention it. On Sep 27, 7:45 pm, Patrick Earl <[email protected]> wrote: > The way the tests are set up, you need to build it in VS before > running them with option D. I'm open to suggestions for improving > this. > > Patrick Earl > > > > > > > > On Tue, Sep 27, 2011 at 6:53 AM, Cole W <[email protected]> wrote: > > It seems I'm getting an error when attempting to run option D in the > > ShowBuildMenu.bat. The error I'm getting is the following: > > > System.IO.FileNotFoundException: Could not load "nhibernate\src > > \NHibernate.TestDatabaseSetup.dll" or one of it's dependencies. > > > It appears that this project is not being built > > (NHibernate.TestDatabaseSetup). Is this something I need to build > > outside of the ShowBuildMenu.bat prior to running my tests? I was > > trying to follow the steps in the "Contributor Guide.html" but this is > > where I hit my first issue.
