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

2003-01-19 Thread Scott Hernandez
re 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... >

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

2003-01-19 Thread Tomas Restrepo
Hi Scott, > True. It took me a little while to see this. But now I understand things > much better. And I think I better understand where some of the issues are > coming from. > > In addition to the changes you made, I think we need to set the environment > working/current directory to the basedi

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

2003-01-19 Thread Scott Hernandez
> To: <[EMAIL 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 i

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 ). It's worthwhile to notice that this i

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

2003-01-17 Thread Scott Hernandez
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. - Original Message - From: "Darren Syzling" <[EMAIL PROTECTED]> > Has the fork option been removed from the latest nunit2 task? > > I've used this with

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

2003-01-17 Thread Darren Syzling
ECTED] 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 ideas, please feel free send them around. I&#

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 at this

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

2003-01-17 Thread Scott Hernandez
; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 16, 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/cpconspecif

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

2003-01-16 Thread Brant Carter
n" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> 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.ne

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

2003-01-16 Thread Scott Hernandez
to 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 bu

[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 that