Re: [nant-dev] Bug: Internal error

2004-09-09 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 my

[nant-dev] [ nant-Bugs-1020718 ] NUnit2 task doesn't catch unload exceptions

2004-09-09 Thread SourceForge.net
Bugs item #1020718, was opened at 2004-09-01 16:50 Message generated for change (Comment added) made by garyfx You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1020718group_id=31650 Category: Tasks Group: 0.85 Status: Closed Resolution: Fixed Priority: 5

cvs task exception: was RE: [nant-dev] Bug report as requested.

2004-09-09 Thread Clayton Harbour
Hi Ian, Sorry this one slipped by me. It looks like you are using an older version of NAnt, there have been a number of improvements made since 0.84 and you can download a nightly build to take advantage of them. That being said it looks like the issue below is caused by a Repository file not

[nant-dev] Property Scoping

2004-09-09 Thread Andy Sipe
I'm in the process of implementing a parallel type task (similiar to the existing Ant task). I've pretty much got it working and was playing with it in our current build file. The first thing I found was that properties that are declared within a target are global in scope. Needless to say,

[nant-dev] received this error while trying to build a solution

2004-09-09 Thread Gary Smith
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/SPE/SourceSS/Projects/smartpakequine/SPEWebSolution/BuildS cripts/SPEWebSolution.build Target(s) specified: releaseBuild

Re: [nant-dev] received this error while trying to build a solution

2004-09-09 Thread Gert Driesen
Gary, I suggest using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) as loads of issues have been fixed since the 0.84 release. Gert - Original Message - From: Gary Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 09, 2004 5:50 PM

Re: [nant-dev] System.NullReferenceException

2004-09-09 Thread Gert Driesen
Zeljko, I cannot reproduce this issue using the 0.85 nightly builds. I suggest using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds). Gert - Original Message - From: eljko Filipin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:35

Re: [nant-dev] Property Scoping

2004-09-09 Thread Ian MacLean
Andy Sipe wrote: I'm in the process of implementing a parallel type task (similiar to the existing Ant task). I've pretty much got it working and was playing with it in our current build file. The first thing I found was that properties that are declared within a target are global in scope.