Re: [nant-dev] Bug: Internal error

2004-09-08 Thread Gert Driesen
- Original Message - From: "Ayende Rahien" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 8:06 AM Subject: RE: [nant-dev] Bug: Internal error Tried 08/09/2004 build, all is working great. Thanks! Another question, though, I want to put all

Re: [nant-dev] RE: NAnt & Nunit 2

2004-09-08 Thread Gert Driesen
- Original Message - From: "Ayende Rahien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 6:44 AM Subject: [nant-dev] RE: NAnt & Nunit 2 I did some digging using Filemon and discovered that it wants the nunit.framework.dll right next to the test case dll.

Re: [nant-dev] NAnt & Nunit 2

2004-09-08 Thread Gert Driesen
- Original Message - From: "Ayende Rahien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 6:07 AM Subject: [nant-dev] NAnt & Nunit 2 I'm trying to run a simple test script and I get an error: Anyone can help me? I added the following to Nant.exe.config

Re: [nant-dev] Bug: Internal error

2004-09-08 Thread Gert Driesen
Ayende, This issue has been fixed since the 0.84 release. Can you try using a recent nightly build ? Also, the node should not be in your build file, but in the application configuration file of your test assembly. If you test assembly is called "mytests.dll", then you should have a "mytests.

[nant-dev] RE: NAnt & Nunit 2

2004-09-08 Thread Ayende Rahien
I did some digging using Filemon and discovered that it wants the nunit.framework.dll right next to the test case dll. Anyone can tell me why?   In addition, I can’t get the tests to execute, I get the following message: [nunit2] Tests run: 0, Failures: 0, Not run: 0, Time: 0 seconds  

[nant-dev] Bug: Internal error

2004-09-08 Thread Ayende Rahien
I got the following error: D:\Code Tools\Boar\Build>nant NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net   Buildfile: file:///D:/Code Tools/Boar/Build/Boar.Build Target(s) specified: Compile   BUILD FA

[nant-dev] Bug report as requested.

2004-09-08 Thread Ian Ringrose
C:\src\wrb_build_test>nantNAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003)Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net   Buildfile: file:///C:/src/wrb_build_test/wrb.buildTarget(s) specified: debug   debug:   BUILD FAILED   INTERNAL ERROR   System.IO.FileNotF

Re: [nant-dev] Question

2004-09-08 Thread Gert Driesen
- Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Giuseppe Greco" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 5:52 AM Subject: Re: [nant-dev] Question Gert, I'm really sorry!!! You should be ... ju

Re: [nant-dev] Question

2004-09-08 Thread Giuseppe Greco
Gert, I'm really sorry!!! In one of my build files there was a "zombie" like this I'm getting old... that is it! Thanks, j3d. > Giuseppe, > > I still cannot reproduce this here. > > Are you sure you're actually targeting the 2.0 framework ? > > Can you try this (with a valid resx file) : >

Re: [nant-dev] Question

2004-09-08 Thread Gert Driesen
Giuseppe, I still cannot reproduce this here. Are you sure you're actually targeting the 2.0 framework ? Can you try this (with a valid resx file) : Gert - Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Giuseppe Greco" <[EMAIL

[nant-dev] Announcement mailing list

2004-09-08 Thread Gert Driesen
Hi, We've now added a nant-announce list in which new releases of NAnt and third party products that are related to NAnt will be announced. Posts to the list will be moderated, so this is guaranteed to be a low traffic list. To subscribe : http://lists.sourceforge.net/lists/listinfo/nant-announ

Re: [nant-dev] Question

2004-09-08 Thread Giuseppe Greco
Gert, Just try with a task like this: The task, for example, works fine. J3d. > Giuseppe, > > I'm unable to reproduce that issue here. Can you package up a small repro > for this ? > > Thanks, > > Gert > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "Gert

Re: [nant-dev] Question

2004-09-08 Thread Gert Driesen
Giuseppe, I'm unable to reproduce that issue here. Can you package up a small repro for this ? Thanks, Gert - Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Giuseppe Greco" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesda

Re: [nant-dev] Question

2004-09-08 Thread Giuseppe Greco
I'm using the version released on 4th September... j3d. > Giuseppe, > > What version of NAnt are you using ? I think there might have been an > issue > with this a while ago ... > > Gert > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent

Re: [nant-dev] Question

2004-09-08 Thread Gert Driesen
Giuseppe, What version of NAnt are you using ? I think there might have been an issue with this a while ago ... Gert - Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 2:05 PM Subject: [nant-dev] Question Hi guys,

[nant-dev] [ nant-Bugs-1023986 ] delay-sign task fails

2004-09-08 Thread SourceForge.net
Bugs item #1023986, was opened at 2004-09-07 17:02 Message generated for change (Comment added) made by richardjfoster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1023986&group_id=31650 Category: Tasks Group: None >Status: Deleted >Resolution: Invalid

[nant-dev] Question

2004-09-08 Thread Giuseppe Greco
Hi guys, I'm trying to use NAnt with .NET 2.0: nant -defaultframework:net-2.0 ... but it looks like NAnt doesn't care: BUILD FAILED The SDK for the 'net-1.1' framework is not available or not configured. Total time: 0.1 seconds. Any idea? j3d. Giusep

[nant-dev] [ nant-Bugs-1023986 ] delay-sign task fails

2004-09-08 Thread SourceForge.net
Bugs item #1023986, was opened at 2004-09-07 23:02 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1023986&group_id=31650 Category: Tasks Group: None Status: Open Resolution: None Priority: 5 S