Hi Jamie,
 
If you have .NET 2.0 Beta 1 (v2.0.40607) installed, then you have to comment out the following line in NAnt.exe.config (or src\NAnt.Console\App.config if you're building from source) in order to debug NAnt in VS.NET 2003 :
 
        <supportedRuntime version="v2.0.40607" />
 
If you leave that line in and you have .NET 2.0 Beta 1 installed, than NAnt will run on .NET 2.0 Beta 1 and you won't be able to debug it using VS.NET 2003.
 
There are currently no plans for any parallel processing, as we're focusing on getting NAnt 0.85 released.
 
Hope this helps,
 
Gert


From: Jamie Briant [mailto:[EMAIL PROTECTED]
Sent: maandag 24 januari 2005 18:58
To: Gert Driesen; nant-developers@lists.sourceforge.net
Subject: RE: [nant-dev] newbie compiling question

Thanks Gert,

 

I’ll try it later today I hope. I have .NET 2.0 Beta 2 installed also, but I’m building with VS7.1 and running with –t:net-1.1. Anything else I need to know?

 

May I also ask what plans there are for multiple processes? The 30 of us here have dual HT Xeons, and we’re running JAM with 6 concurrent processes. I’d like to get rid of JAM altogether, but until Nant is multiprocess I’m stuck with it. Any thoughts?

 

Jamie

 

-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 23, 2005 6:55 AM
To: Jamie Briant; nant-developers@lists.sourceforge.net
Subject: RE: [nant-dev] newbie compiling question

 

Hi Jamie,

 

We've been running into a VS.NET issue which prevented using from building NAnt using VS.NET. I've now made some changes that will "fix" this.

 

Can you try using the next nightly build (which should be available in 30 minutes or so) ?

 

Also, do you have .NET Framework 2.0 Beta 1 installed ?

 

About your environment variable issue: I'm afraid there's nothing much we can do about that, as its a .NET "issue".

 

Gert

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie Briant
Sent: zondag 23 januari 2005 0:04
To: nant-developers@lists.sourceforge.net
Subject: [nant-dev] newbie compiling question

Got a problem. Trying to build nant-0.85-rc1 using VS7.1 so I can debug it. I loaded the Nant.sln solution, and it was converted to 7.1 format. Then I tried building, and managed to get it to build. However, as soon as I hit run, it crashes. I found out it is because the Nant.Console.exe.config file is not present. Ok, so I put it in the build directory and hit run. It gets deleted! If I mark it read only, the app starts and quits immediately. Its almost like visual studio is deleting it because I don’t get any exceptions thrown anywhere. Ideas anyone?

 

I’m trying to debug the environment options because it sets environment variable to lower case (which amazingly breaks some tools). A fix for that would be welcome.

 

Jamie

Reply via email to