Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Erich Eichinger
mailto:[EMAIL PROTECTED] > Sent: Friday, May 04, 2007 6:27 PM > To: Erich Eichinger; Bob Archer; SPEAR, Adrian, GBM; > nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] NUnit NAnt task roadmap > > > Erich or Bob, can you verify whether COMPLUS_VERSION > o

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Gert Driesen
ED]>; "SPEAR, Adrian, GBM" <[EMAIL PROTECTED]>; Sent: Friday, May 04, 2007 3:36 PM Subject: RE: [NAnt-users] NUnit NAnt task roadmap Ok - obviously I still owe you some piece of information ;-) I'm want to build & test the same sources against all different platforms +

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Erich Eichinger
t: Friday, May 04, 2007 3:14 PM To: Erich Eichinger; Gert Driesen; SPEAR, Adrian, GBM; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NUnit NAnt task roadmap X-ExchangeSecure-AntiSpam: valid(71) Ok, Maybe I'm co

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Erich Eichinger
To: Erich Eichinger; SPEAR, Adrian, GBM; Bob Archer; > nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] NUnit NAnt task roadmap > > Hi Erich, > > 1) I know about the COMPLUS_VERSION "trick", but instead I > was planning on including versions of NUnit that have b

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Gert Driesen
ED]>; "SPEAR, Adrian, GBM" <[EMAIL PROTECTED]>; "Bob Archer" <[EMAIL PROTECTED]>; Sent: Friday, May 04, 2007 11:31 AM Subject: RE: [NAnt-users] NUnit NAnt task roadmap No prob ;-) While looking for an easy solution to launch the nunit-console.exe using the

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Gert Driesen
, Adrian, GBM; Bob Archer; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap Maybe my proposal is misleading: the "--runtime==" argument from my example is only passed to the runtimeengine - and only if it is specified in the framework configuration in nant.

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Erich Eichinger
Sent: Fri 2007-05-04 10:17 To: Erich Eichinger; 'SPEAR, Adrian, GBM'; 'Bob Archer'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NUnit NAnt task roadmap Eric, Not everyone program you start using will like the --runtime= argument. Configuring it on the f

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Gert Driesen
t me to it ;-) Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erich Eichinger Sent: vrijdag 4 mei 2007 10:09 To: Gert Driesen; SPEAR, Adrian, GBM; Bob Archer; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap After playing around a

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-04 Thread Erich Eichinger
; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NUnit NAnt task roadmap You're wrong on this. Unless if you're sure that your build file will allow you to run your unit tests on Mono or a specific version of the MS CLR ... -Original Message- From: [EMAIL PROTECTED]

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Erich Eichinger
find anything in the documentation. tia, Erich From: [EMAIL PROTECTED] on behalf of David Keaveny Sent: Fri 2007-05-04 01:04 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap Of course, the alternative solution is t

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread David Keaveny
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Thursday, 3 May 2007 11:22 PM To: Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap Nothing against Nant. But, this is the reason a lot of people recommend running NUni

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Gert Driesen
mei 2007 16:36 To: Gert Driesen; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap I think it would. Decoupling Nant from a specific NUnit version would be very useful. Would you have to specify the path the EXE also? I personally don't in

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Jay Flowers
n'; Bob Archer; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap To be honest - I don't see the need for a task to wrap nunit-console and the like (e.g. ncover.console.exe). As Bob states - just use an exec task to invoke the console

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread SPEAR, Adrian, GBM
ed in the post though ;0) -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 03 May 2007 17:33 To: SPEAR, Adrian, GBM; 'Bob Archer'; 'Erich Eichinger'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NUnit NAnt task roadmap You're w

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Gert Driesen
7 16:03 To: 'Gert Driesen'; Bob Archer; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap To be honest - I don't see the need for a task to wrap nunit-console and the like (e.g. ncover.console.exe). As Bob states - just use an exec t

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Bob Archer
following some of JP Boodhoo's suggestions.) BOb -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 9:52 AM To: Bob Archer; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap Hi Bob, I'

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread SPEAR, Adrian, GBM
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: 03 May 2007 14:52 To: Bob Archer; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt task roadmap Hi Bob, I've been planning on adding an nunit-console task would be basically just be wrapper ar

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Vee Harwell
target framework. Would something like this be useful ? Gert - Original Message - From: "Bob Archer" <[EMAIL PROTECTED]> To: "Erich Eichinger" <[EMAIL PROTECTED]>; Sent: Thursday, May 03, 2007 3:22 PM Subject: Re: [NAnt-users] NUnit NAnt task roadmap

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Gert Driesen
Would something like this be useful ? Gert - Original Message - From: "Bob Archer" <[EMAIL PROTECTED]> To: "Erich Eichinger" <[EMAIL PROTECTED]>; Sent: Thursday, May 03, 2007 3:22 PM Subject: Re: [NAnt-users] NUnit NAnt task roadmap Nothing against N

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Bob Archer
Nothing against Nant. But, this is the reason a lot of people recommend running NUnit with the exec task. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erich Eichinger Sent: Thursday, May 03, 2007 1:56 AM To: nant-users@lists.sourceforge.net Su

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-02 Thread Gert Driesen
Hi Erich, I'll look into this asap. I'm also gonna disucss the possibility to move the NUnit task to the NUnit distribution with the NUnit team again. Gert - Original Message - From: "Erich Eichinger" <[EMAIL PROTECTED]> To: Sent: Thursday, May 03, 2007 7:56 AM Subject: [NAnt-users] NU