Re: [NAnt-users] Nant Support For NUnit For 2.2.5 (was RE: NAnt-users digest, Vol 1 #1714 - 7 msgs)

2006-01-30 Thread Gary Feldman
GOUIGOUX Jean-Philippe wrote: I made another round of test, putting the bindingRedirects in NAnt .config file instead of the .dll.config file, mixing both, etc. but no success. Any further idea ? The .dll.config file is the only one that matters (or at least the only one that people have rep

Re: [NAnt-users] Nant Support For NUnit For 2.2.5

2006-01-26 Thread si
> >Would it make more sense to create a .config for NAnt and add a binding > >redirect to tell it to use the 2.2.5 version of NUnit? > > > Does it make sense? Yes. Does it work? I haven't gotten it to work. Ditto. redirect in .dll.config works [1] redirect in nant.exe.config fails [2] [1] NUn

Re: [NAnt-users] Nant Support For NUnit For 2.2.5

2006-01-26 Thread Gary Feldman
Bob Archer wrote: Would it make more sense to create a .config for NAnt and add a binding redirect to tell it to use the 2.2.5 version of NUnit? Does it make sense? Yes. Does it work? I haven't gotten it to work. I think that NAnt may be comparing the actual version of the assembly tha

RE: [NAnt-users] Nant Support For NUnit For 2.2.5

2006-01-26 Thread Bob Archer
@lists.sourceforge.net Subject: Re: [NAnt-users] Nant Support For NUnit For 2.2.5 Timothy Burda wrote: > Recently, I converted to Nunit v2.2.5 and my unit tests stopped running. > > ... > > Is there something I need to do additionally to make Nunit 2.2.5 > work from within my N

Re: [NAnt-users] Nant Support For NUnit For 2.2.5

2006-01-26 Thread Gary Feldman
Timothy Burda wrote: Recently, I converted to Nunit v2.2.5 and my unit tests stopped running. ... Is there something I need to do additionally to make Nunit 2.2.5 work from within my Nant script.? Yes. Create a config file for the .dll containing tests if you don't already have one, and