Re: [nant-dev] NUnit Error With NAnt...

2003-01-19 Thread Tomas Restrepo
Scott, Yes, the fork option was removed and made the default(sort of). Now (as of oct I think) nunit2 tests create a new appdomain to execute in. Indeed, this should be how it always works, now (assuming nobody undid the changes I made last time to it g). It's worthwhile to notice that this

Re: [nant-dev] NUnit Error With NAnt...

2003-01-19 Thread Scott Hernandez
PROTECTED] Sent: Sunday, January 19, 2003 5:41 PM Subject: Re: [nant-dev] NUnit Error With NAnt... Scott, Yes, the fork option was removed and made the default(sort of). Now (as of oct I think) nunit2 tests create a new appdomain to execute in. Indeed, this should be how it always works, now

Re: [nant-dev] NUnit Error With NAnt...

2003-01-19 Thread Scott Hernandez
, there will be confusion and complaints. - Original Message - From: Tomas Restrepo [EMAIL PROTECTED] To: Scott Hernandez [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, January 19, 2003 6:55 PM Subject: Re: [nant-dev] NUnit Error With NAnt... Hi Scott, True. It took me a little while to see

Re: [nant-dev] NUnit Error With NAnt...

2003-01-17 Thread Scott Hernandez
, 2003 10:34 PM Subject: Re: [nant-dev] NUnit Error With NAnt... You might want to look at this article. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm l/cpconspecifyingassemblyslocation.asp I am pretty sure that the default is for it to look in the GAC

RE: [nant-dev] NUnit Error With NAnt...

2003-01-17 Thread Arnoldus, Michael
the nunit2 task in the latest build of nant. Michael Arnoldus -Original Message- From: Brant Carter [mailto:[EMAIL PROTECTED]] Sent: 17. januar 2003 07:34 To: Scott Hernandez; Sansone, Aaron; [EMAIL PROTECTED] Subject: Re: [nant-dev] NUnit Error With NAnt... You might want to look

RE: [nant-dev] NUnit Error With NAnt...

2003-01-17 Thread Darren Syzling
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott Hernandez Sent: 17 January 2003 00:49 To: Sansone, Aaron; [EMAIL PROTECTED] Subject: Re: [nant-dev] NUnit Error With NAnt... We also have, and have had, the same problems with NAntContrib for a while. Here is some background

[nant-dev] NUnit Error With NAnt...

2003-01-16 Thread Sansone, Aaron
All, I have the latest snapshot (1/14) of NAnt and I am trying to create a test build script. Apparently the NUnit2 Testing task is looking for my Assembly in the NAnt installation directory. If I copy my Assembly to the C:\NAnt\bin directory, my test tasks are run. However, I don't belive

Re: [nant-dev] NUnit Error With NAnt...

2003-01-16 Thread Scott Hernandez
into it. :) - Original Message - From: Sansone, Aaron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 2:18 PM Subject: [nant-dev] NUnit Error With NAnt... All, I have the latest snapshot (1/14) of NAnt and I am trying to create a test build script. Apparently the NUnit2 Testing

Re: [nant-dev] NUnit Error With NAnt...

2003-01-16 Thread Brant Carter
] Sent: Thursday, January 16, 2003 4:48 PM Subject: Re: [nant-dev] NUnit Error With NAnt... We also have, and have had, the same problems with NAntContrib for a while. Here is some background. http://sourceforge.net/mailarchive/message.php?msg_id=2372560 If you find any solution, or have any