Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-20 Thread Heintz, Aleksander
That works, but I would like to be able to maintain some hierarchy of the files. Isn't that possible? On Tue, Jun 21, 2011 at 1:28 AM, Christopher Brandt < xtopher.bra...@gmail.com> wrote: > Have you tried moving all of the dependencies (ie, Should.Fluent.dll ) > into the same directory as the ex

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-20 Thread Christopher Brandt
Have you tried moving all of the dependencies (ie, Should.Fluent.dll ) into the same directory as the executable? --- Chris. Continuous improvement is better than delayed perfection. - Mark Twain On Mon, Jun 20, 2011 at 12:13 PM, Heintz, Aleksander wrote: > I'm having trouble by trying to write

[NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-20 Thread Heintz, Aleksander
I'm having trouble by trying to write a buildfile that can compile and test my application. The compilation works great, however, I get a runtime-error during the testing saying that .NET is unable to load the assembly I included. Now, my folder-structure looks something like this: /project.bu