Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122

2009-07-21 Thread Erich Eichinger
I recommend avoiding the nunit2 task at all and simply switch to nunit-console like it's done in the Common.Logging project: http://netcommon.svn.sourceforge.net/viewvc/netcommon/projects/logging/trunk/shared/common-project.include?revision=147&view=markup look for the target "common.run-te

Re: [NAnt-users] Strict execution of managed applications

2007-11-16 Thread Erich Eichinger
hi Gert, yes, it was me. I was eagerly awaiting this feature ;-) -Erich From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Fri 2007-11-16 16:59 To: Erich Eichinger; nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [NAnt-users] Strict execution

Re: [NAnt-users] Strict execution of managed applications

2007-11-16 Thread Erich Eichinger
Hi, Cool! Thanks a lot - I'll give it a shot on our Spring.NET codebase asap. keep up the great work! cheers, Erich From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Friday, November 16, 2007 2:16 PM

Re: [NAnt-users] Advanced NANT question ...

2007-10-26 Thread Erich Eichinger
. -Erich From: Alan Guedeney [mailto:[EMAIL PROTECTED] Sent: Fri 2007-10-26 15:41 To: Gert Driesen Cc: Alan Guedeney; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Advanced NANT question ... Thanks Gert, I'll try that out.I'm sure it will

Re: [NAnt-users] Advanced NANT question ...

2007-10-24 Thread Erich Eichinger
try AppDomain.ExecuteAssembly("nant.exe", Assembly.GetExecutingAssembly().Evidence, new string[] { "targetname" } ); -Erich From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Guedeney Sent: Wednesday, October 24, 2007 4:3

Re: [NAnt-users] Visual Studio Integration

2007-09-15 Thread Erich Eichinger
Hi, I've been using NAntAddin 2005 as well and was missing the same features as Luke (plus some more ;-)). I extended NAntAddin 2005 myself and contributed the code back to Eric Harth (the original author). They are currently integrating my code into their codebase and will soon release a new

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 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
sed (and I've been not the only one) when I first detected that my tests executed on a different clrversion than they have just been built for. cheers, Erich > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Friday, May 04, 2007 12:48 PM >

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 Erich Eichinger
} cheers, Erich P.S.: Of course can't guarantee the clr version if the executable uses a section. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thu 2007-05-03 18:32 To: 'SPEAR, Adrian, GBM'; 'Bob Archer'; Erich Eichinger

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Erich Eichinger
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 NUnit with the exec task. _

[NAnt-users] NUnit NAnt task roadmap

2007-05-02 Thread Erich Eichinger
Hi, Since NUnit 2.4 is already out, I'd like to know if there are any concrete plans to upgrade/extend the nunit task to the new version. As far as I could see, the nunit task is still compiled against 2.2.8. cheers, Erich

Re: [NAnt-users] Error CS0234: The type or namespacename'UpdatePanel'does not exist in the namespace 'System.Web.UI'

2007-04-12 Thread Erich Eichinger
http://localhost/apps/eClinicalWeb"/ <http://localhost/apps/eClinicalWeb%22/> > The code where the NANT errors appears is below, in my initial e-mail. Still, doesn't anybody have/has any problem like this ? Thanks for your answers... Aurel. Erich Eichinger <[EMAIL PROTE

Re: [NAnt-users] Error CS0234: The type or namespace name'UpdatePanel'does not exist in the namespace 'System.Web.UI'

2007-04-11 Thread Erich Eichinger
Hi, If your problem is only about compiling, use the -t option or setting from within your build script. This will cause nant to link your build to the appropriate target framework's assembly versions. If it is about running e.g. NUnit test, you need to force nant to execute using the desir

Re: [NAnt-users] 1.1 and 2.0 in same build

2007-02-08 Thread Erich Eichinger
Hi, you can't build vs2005 using a task. You must use the task from the nant.contrib project. if you just want to change the current target framework and use for compiling your sources, you can do that by setting the "nant.settings.currentframework" property: for valid values se

Re: [NAnt-users] Visual Studio projects

2007-02-08 Thread Erich Eichinger
Hi, for VS2005 there is a nice tool similar to nantrunner called "NAntAddin" at sourceforge: http://sourceforge.net/projects/nantaddin Since the sourceforge version has some small bugs, I created my own version which you can fínd at http://opensource.atlassian.com/confluence/spring/display

Re: [NAnt-users] How to run NUnitTask against different frameworktargets within a single NAnt-Script

2007-02-06 Thread Erich Eichinger
mportant open issue: How to do Compact Framework testing? Are there any experienced "Compact Framework Continous Integration Testers" out there? cheers, Erich > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 0

[NAnt-users] How to run NUnitTask against different framework targets within a single NAnt-Script

2007-02-06 Thread Erich Eichinger
Hi, In the Spring.NET project I'm working on we need to maintain a single build script that should compile and test against all possible target frameworks (NET 1.0, 1.1, 2.0, Mono, CF). Compilation runs against the right framework - but when it comes to executing the tests, these tests are ex