Re: [NAnt-users] Builds suddenly failing: "runtime framework 'net-2.0'is not correctly configured"

2008-02-13 Thread Chris Weiss
Ah, I replied directly to Gert instead of to the list. Here's what I found: "Aha! that pointed me in the right direction, I got a similar "File exists" error. Checking my Temp folder, it turns out I had 65825 files in there, including tmp.tmp through tmp.tmp, which I assume it was looking for.

Re: [NAnt-users] Error using Solution Folders in a VS 2005 Projectwiththe task

2008-02-13 Thread Gert Driesen
Hey Ben, It should work fine using that version. It is working with the repro I have here. Can you send me your repro (solution file, project files, ...)? Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Siemon Sent: woensdag 13 februari 2008 20:20 To: Gert Dr

Re: [NAnt-users] Error using Solution Folders in a VS 2005 Project withthe task

2008-02-13 Thread Ben Siemon
>From what I can tell I am using the latest build [NAnt 0.86 (Build 0.86.2962.0; nightly; 2/10/2008)] but if it is cvs I can just chill out and wait for it to hit the build server. On Feb 13, 2008 11:16 AM, Gert Driesen <[EMAIL PROTECTED]> wrote: > Hi Ben, > > This issue is fixed in CVS. > > Can

Re: [NAnt-users] Error using Solution Folders in a VS 2005 Project withthe task

2008-02-13 Thread Gert Driesen
Hi Ben, This issue is fixed in CVS. Can you try using the latest nightly build? Gert - Original Message - From: "Ben Siemon" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 13, 2008 6:11 PM Subject: [NAnt-users] Error using Solution Folders in a VS 2005 Project withthe task > It

[NAnt-users] Error using Solution Folders in a VS 2005 Project with the task

2008-02-13 Thread Ben Siemon
It seems that if the solution contains any 'Solution Folders' nant has trouble figuring out what to do with them. I am going to try adding the names of all the solution folders to the exclude project list in the build file but I figured I would shoot this to the list while I was doing that. In or