[NAnt-users] NUnit work in progress

2012-01-22 Thread Ryan Boggs
Hi all, We just want to let everyone know that work is being done to upgrade the nunit2 task to use the latest version of NUnit. This work is being done in the nunitupdates branch at github.com (https://github.com/nant/nant/tree/nunitupdates). Feel free to check it out, fork it, etc but please k

Re: [NAnt-users] nunit-console executes, but does not return control to NAnt

2010-06-09 Thread David Keaveny
Hmm, some further digging suggests it may be some badly written multi-threading tests : http://stackoverflow.com/questions/2433700/nunit-console-exe-hangs-after-finishing-test-run I'll fix up the tests and see what happens. From: David Keaveny Sent: Thursday, 10 June 2010 10:23 AM To: nant-user

[NAnt-users] nunit-console executes, but does not return control to NAnt

2010-06-09 Thread David Keaveny
I've inherited a set of build scripts that run under CC.NET, and I'm having problems with using the NUnit test runner. Nant invokes it without problem, and the tests run, writing their output to the designated output file, but then the nunit-console.exe fails to return control to Nant, which jus

Re: [NAnt-users] [Nunit-users] NUnit Failure with net-2.0

2008-06-18 Thread Gert Driesen
Mark, Running NAnt in debug should at least give you a stacktrace that we can use to find the cause. I'm convinced this isn't a NUnit issue, so perhaps we should move this thread to the nant-users mailing list. Gert From: Mark Mayo Sent: Wednesday, June 18, 2008 4:10 PM To: [EMAIL PROTECTED

[NAnt-users] Nunit task: no streaming std out

2008-02-20 Thread Paul LeBlanc
Hi, I'm not sure if I'm dealing with a nant or an nunit issue. Clean and build tasks stream results to std out, but the nunit task does not. It buffers until the C# assembly is done running, and then spits out all of the output at once. I've already tried Console.Out.Flush() statements

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
>From a user standpoint, I could definitely use that... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Thursday, May 03, 2007 8:52 AM To: Bob Archer; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NU

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
Subject: [NAnt-users] NUnit NAnt task roadmap 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,

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:

[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

[NAnt-users] NUnit 2.2.2 Binary zip

2006-05-26 Thread Ahmed, Shabana
Hi,      We are setting up a .NET development tree for our project following the popular guidelines suggested by Mike Roberts in this document :   http://www.mikebroberts.com/blog/archive/Tech/ArticlesandPapers/Howtosetupa.NETDevelopmentTree.html   The question I have is, do I need to have NUnit

Re: [NAnt-users] NUnit 2.2.5 rejected by task

2006-01-19 Thread Ray Tayek
At 04:10 AM 1/19/2006, you wrote: Hello, again I have a second question on the way to run NUnit 2.2.5 tests with nunit2 tasks. I switched from 2.2.0 to 2.2.5 to be able to compile nunit tests with .NET 2.0, but am now unable to execute them with NAnt. I saw the bindingredirect element in the

[NAnt-users] NUnit 2.2.5 rejected by task

2006-01-19 Thread GOUIGOUX Jean-Philippe
Title: NUnit 2.2.5 rejected by task Hello, again I have a second question on the way to run NUnit 2.2.5 tests with nunit2 tasks. I switched from 2.2.0 to 2.2.5 to be able to compile nunit tests with .NET 2.0, but am now unable to execute them with NAnt. I saw the bindingredirect element in

Re: [Nant-users] NUnit reporting

2005-07-07 Thread John Ludlow
Also I used to use the task (I use the xsl files that come with CruiseControl now) as well, but one thing I didn't do was use the task. You don't say what the error is, but I'm not sure what would happen if you try to load tasks twice - could the instances conflict? What I did was just put all

Re: [Nant-users] NUnit reporting

2005-07-06 Thread Clayton Harbour
Hi there, if you are having issues with the you could try just grabbing the xsl and using the task:

RE: [Nant-users] NUnit reporting

2005-07-06 Thread Morris, Jason
ailto:[EMAIL PROTECTED] On Behalf Of Paul CowanSent: Thursday, June 30, 2005 2:04 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] NUnit reporting OK, I’ve asked this before, but here I go again:   Can anyone tell me how to generate an HTML NUnit report from

RE: [Nant-users] NUnit reporting

2005-06-30 Thread Paul Cowan
But there is an nunit2report and a nunitreport tag.  I take it these work??     _ VirusChecked for Huntsworth plc _

[Nant-users] NUnit reporting

2005-06-30 Thread Paul Cowan
OK, I’ve asked this before, but here I go again:   Can anyone tell me how to generate an HTML NUnit report from Nant.   I have the following target which does not work:                             

RE: [Nant-users] NUnit 2.2

2005-04-14 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: donderdag 14 april 2005 23:02 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] NUnit 2.2 > > We were planning on holding o

[Nant-users] NUnit 2.2

2005-04-14 Thread Jeffrey_Jordan
We were planning on holding off upgrading from Nant 0.84 final to 0.85 until the final version came out, but would like to upgrade to NUnit from 2.14 to 2.2 now. I noticed in the release notes that 0.85 RC1 added support for NUnit 2.2. Does that mean that I need to wait until after we use Nant 0.

[Nant-users] NUnit test anomolies

2005-04-06 Thread Troy Parsons
I have some unittests that run completely fine in nunit-gui and nunit-console.  For some reason they fail (or can be a little intermittent) when run from NAnt.  Admittedly, I think the component I am testing is poorly constructed, and may have some race conditions, but it's driving me crazy why

[Nant-users] NUnit 2.2.2?

2005-01-19 Thread Foster, Richard - PAL
Title: NUnit 2.2.2? Hi there, Is it possible to run tests build against NUnit 2.2.2.0 on Nant 0.85? I have tried a binding redirect, and either I did it wrong, or it didn't work, since I get output saying 0 tests were run. Suggestions gratefully received. Regards, Richard

RE: [Nant-users] Nunit test on sample build failed with VisualCpp

2004-12-21 Thread Aaron Seet
I downloaded the rc1 and the sample Build works right off the box. No path errors with this one. thanks, Aaron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Subject: Re: [Nant-users] Nunit test on sample build failed with VisualCpp You&#x

Re: [Nant-users] Nunit test on sample build failed with VisualCpp

2004-12-19 Thread Ian MacLean
Aaron Seet wrote: Seems like i'm not the only one getting the build failure of 2003 (expected 2004) in 0.84 the first time it's installed :) After much tracing I found that it checks the copyright notice (as opposed to the assembly build number + 2000/1/1), so adjusting that to 2004 made it sweet.

[Nant-users] Nunit test on sample build failed with VisualCpp

2004-12-19 Thread Aaron Seet
Seems like i'm not the only one getting the build failure of 2003 (expected 2004) in 0.84 the first time it's installed :) After much tracing I found that it checks the copyright notice (as opposed to the assembly build number + 2000/1/1), so adjusting that to 2004 made it sweet. Anyway, that is n

RE: [Nant-users] NUnit with NAnt

2004-12-16 Thread Ryan Davis
NUnit (and NDoc) on my blog: http://blogs.acceleration.net/ryan/archive/2004/12/07/402.aspx Thanks,Ryan   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaroslaw KowalskiSent: Sunday, December 12, 2004 1:05 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] NUnit with NAnt Hi guys,  

RE: [Nant-users] NUnit with NAnt

2004-12-13 Thread Eric Deslauriers
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaroslaw Kowalski Sent: Sunday, December 12, 2004 10:05 AM To: [EMAIL PROTECTED] Subject: [Nant-users] NUnit with NAnt   Hi guys,   I'd like to know how do you use NUnit with NAnt?   Specifically (I'd like to hear abou

Re: [Nant-users] NUnit 2.2.1

2004-11-11 Thread Gary Feldman
>From: "Gert Driesen" <[EMAIL PROTECTED]> >Sent: Thursday, November 11, 2004 10:27 AM ... > If I'm not mistaken, Charlie Poole (NUnit) actually did not really recommend > upgrading to this version. But I'd have to verify that. Your recollection is more or less correct. The 2.2.1 release is an ite

RE: [Nant-users] NUnit 2.2.1

2004-11-11 Thread Gert Driesen
er 2004 16:15To: [EMAIL PROTECTED]Subject: [Nant-users] NUnit 2.2.1 I have been upgrading all of my build tools and noticed that NUnit has made another minor release.  Are there plans to take this minor release into NAnt 0.85? - Tom

[Nant-users] NUnit 2.2.1

2004-11-11 Thread Whitner, Tom
Title: NUnit 2.2.1 I have been upgrading all of my build tools and noticed that NUnit has made another minor release.  Are there plans to take this minor release into NAnt 0.85? - Tom

RE: [Nant-users] NUnit 2.2?

2004-09-23 Thread Burton, Kevin
; [EMAIL PROTECTED] Subject: RE: [Nant-users] NUnit 2.2? Try "nunit >nunit.out 2>&1" If that doesn't work try "nunit >nunit.out 2>nunit.err" You could always try "nunit >nunit.out 2>nunit.out" but I'm not sure what that would do... ---

RE: [Nant-users] NUnit 2.2?

2004-09-23 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
to:[EMAIL PROTECTED] On Behalf Of Burton, Kevin Sent: Thursday, September 23, 2004 2:23 PM To: Gert Driesen; [EMAIL PROTECTED] Subject: RE: [Nant-users] NUnit 2.2? Thank you. I was not using the nightly build. Now I am and the tests run without exceptions. FYI, the docs still reference V2.1 for .

RE: [Nant-users] NUnit 2.2?

2004-09-23 Thread Burton, Kevin
day, September 23, 2004 3:06 PM To: Burton, Kevin; [EMAIL PROTECTED] Subject: Re: [Nant-users] NUnit 2.2? > - Original Message - > From: "Burton, Kevin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 23, 2004 9:47 PM > Subject:

Re: [Nant-users] NUnit 2.2?

2004-09-23 Thread Gert Driesen
- Original Message - From: "Burton, Kevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 9:47 PM Subject: [Nant-users] NUnit 2.2? I remember seeing some discussion of NUnit 2.2 a while back. What was the conclusion? I am trying t

[Nant-users] NUnit 2.2?

2004-09-23 Thread Burton, Kevin
I remember seeing some discussion of NUnit 2.2 a while back. What was the conclusion? I am trying to use and get a whole bunch of exceptions. Is this just not supported yet? Kevin --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be o

Re: [Nant-users] nunit works standalone but under nant fails.

2004-08-23 Thread Gert Driesen
To: <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 3:44 PM Subject: [Nant-users] nunit works standalone but under nant fails. I have some tests that test a web service. When I run the tests using the NUnit GUI the tests work fine but under Nant I get: [nunit2] NUnit error :Syste

[Nant-users] nunit works standalone but under nant fails.

2004-08-23 Thread Burton, Kevin
I have some tests that test a web service. When I run the tests using the NUnit GUI the tests work fine but under Nant I get: [nunit2] NUnit error :System.NullReferenceException: Object reference not set to an instance of an object. [nunit2] [nunit2]

RE: [Nant-users] nunit assembly not found

2004-08-19 Thread David Thielen
et it working on my system at work - but not my system at home. Thanks - dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Thursday, August 19, 2004 1:42 AM To: David Thielen; [EMAIL PROTECTED] Subject: Re: [Nant-users] nunit assembl

Re: [Nant-users] nunit assembly not found

2004-08-19 Thread Gert Driesen
don't have one, you should create one ... You might ofcourse also have run into a mono bug ... Gert - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 19, 2004 5:44 AM Subject: [Nant-users] nunit assemb

[Nant-users] nunit assembly not found

2004-08-18 Thread David Thielen
Hi;   I added                     To Nant.exe.config.   I have nunit 2.2 (actually 2.1.91 acording to gacutil) installed and in the GAC.   I set my task as:              

[Nant-users] NUnit test order

2004-07-27 Thread Morris, Sean [MV]
I am wondering what is the best way to specify what order you want the TestFixtures to be run using Nunit? Are they being run in the order they are compiled? Thanks, Sean

RE: [Nant-users] Nunit showing error in NAnt build but not in Nunit-GUI

2004-07-16 Thread Hristo Deshev | telerik
Hi Brian, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Yeo Sent: Thursday, July 15, 2004 10:56 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Nant-users] Nunit showing error in NAnt build but not in Nunit-GUI Hi everyone, I was able to run

[Nant-users] Nunit showing error in NAnt build but not in Nunit-GUI

2004-07-15 Thread Brian Yeo
Hi everyone, I was able to run Nunit successfully in the Nunit GUI environment with no errors. When I ran my build script in NAnt, incorporating Nunit script, the following error was displayed. The *.Nunit.config and required Dlls are located in the designated folder. eg. \dotnet\bin\Nunit. Ca

Re: [Nant-users] Nunit Failures

2004-07-08 Thread Gert Driesen
- Original Message - From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 8:33 PM Subject: [Nant-users] Nunit Failures > Hey, > What is the best way of testing for failures during

[Nant-users] Nunit Failures

2004-07-08 Thread Dan Pupek
Hey,     What is the best way of testing for failures during the nunit2 task without setting the haltonerror to true?   Is there a property that can be read?   Thanks,   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1

[Nant-users] NUnit task implementation

2004-05-12 Thread Gary Feldman
I've started looking at the NUnit task implementation, with the goal of adapting it to work with csUnit. I was surprised to see that NAnt essentially uses NUnit's AppDomain approach, to run the tests directly. While I understand why this is necessary and useful for NUnit, I don't understand why th

Re: [Nant-users] NUnit

2004-04-09 Thread Jaroslaw Kowalski
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 09, 2004 9:14 AM Subject: RE: [Nant-users] NUnit --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenT

RE: [Nant-users] NUnit

2004-04-09 Thread Pedro Santos
On Thu, 2004-04-08 at 23:09, Markel, Kris wrote: > You should also have these dlls in your bin directory: > NAnt.NUnit.dll > NAnt.NUnit1Tasks.dll > NAnt.NUnit2Tasks.dll > > If any of these are missing, the NUnit tasks won't run. > > -k It was that, those files were not compiled. Now Nant detects

[Nant-users] NUnit

2004-04-08 Thread Pedro Santos
NAnt does not recognize the tast . I have a target like: And Nant gives me: /home/pre/Projects/orionsbelt/chronos/Chronos.build(64,3): invalid element . Unknown task or datatype. I noticed a NUnit.Core.dll in my nant directory. Am I missing so

RE: [Nant-users] NUnit

2004-04-08 Thread Markel, Kris
il 08, 2004 2:58 PM To: [EMAIL PROTECTED] Subject: Re: [Nant-users] NUnit On Thu, 2004-04-08 at 22:51, Jaroslaw Kowalski wrote: > ? /home/pre/Projects/orionsbelt/chronos/Chronos.build(72,3): invalid element . Unknown task or datatype. -- Pedro Santos "Si minor plus est ergo nih

Re: [Nant-users] NUnit

2004-04-08 Thread Pedro Santos
On Thu, 2004-04-08 at 22:51, Jaroslaw Kowalski wrote: > ? /home/pre/Projects/orionsbelt/chronos/Chronos.build(72,3): invalid element . Unknown task or datatype. -- Pedro Santos "Si minor plus est ergo nihil sunt omnia..." signature.asc Description: This is a digitally signed message part

Re: [Nant-users] NUnit

2004-04-08 Thread Jaroslaw Kowalski
? - Original Message - From: "Pedro Santos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 11:33 PM Subject: [Nant-users] NUnit --- This SF.Net email is sponsored by: IBM Linu

[Nant-users] NUnit

2004-04-08 Thread Pedro Santos
NAnt does not recognize the tast . I have a target like: And Nant gives me: /home/pre/Projects/orionsbelt/chronos/Chronos.build(64,3): invalid element . Unknown task or datatype. I noticed a NUnit.Core.dll in my nant directory. Am I missing s