RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-04-01 Thread Anthony Francisco
Hmmm, nunit.framework.dll was put into the GAC when I installed Nunit. (Peeking at the .MSI file for Nunit, it looks like it suppose to do that.) So unless you've been cleaning stuff out of your GAC, this shouldn't have been a problem. Anyway, you've solved that problem. As you said, your new prob

Re: [Nant-users] Nested build failed

2003-04-01 Thread Scott Hernandez
Yep, this is true. The first run builds the usertask sample and copies it to the current nant.exe directory. The second run tests the sample usertask. There is really no dynamic (on-the-fly without restarting nant) way to load a user defined task right now. The NAntContrib project uses a custom us