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
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
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
.
-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
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
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
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
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
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
>
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
}
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
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.
_
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
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
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
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
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
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
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
19 matches
Mail list logo