Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Ian MacLean
ROTECTED] Sent: Wednesday, October 15, 2003 9:57 AM To: Vincent Erickson Cc: NAnt Users List ([EMAIL PROTECTED]) Subject: Re: [Nant-users] Getting errors trying to compile using .Net v1.1 Vincent, I'd be interested to see your first error. As longs as the upgrade didn't remove the 1.0 version of

Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Jaroslaw Kowalski
Also, Process Explorer is a very good GUI tool (sysinternals.com). Jarek - Original Message - From: "Scott Ford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 8:10 PM Subject: RE: [Nant-users] Getting errors trying to compile using .

RE: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Scott Ford
: Wednesday, October 15, 2003 1:51 PM To: Vincent Erickson; [EMAIL PROTECTED] Subject: Re: [Nant-users] Getting errors trying to compile using .Net v1.1 Are you sure your DLL is not locked by some process (like NUnit or VisualStudio)? As for the error - ignore it. You have a functional NAnt in "

Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Jaroslaw Kowalski
([EMAIL PROTECTED]) Sent: Wednesday, October 15, 2003 6:18 PM Subject: [Nant-users] Getting errors trying to compile using .Net v1.1 I just upgraded my machine from Visual Studio .Net 2002 to VS.Net 2003. When my nightly nant script ran, it failed and implied that it neede

Re: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Ian MacLean
Vincent, I'd be interested to see your first error. As longs as the upgrade didn't remove the 1.0 version of the framework - the build should still have worked. As for the error you've posted, I'm not sure. Is it possible that you have another build running in another console that could have loc

[Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Vincent Erickson
I just upgraded my machine from Visual Studio .Net 2002 to VS.Net 2003. When my nightly nant script ran, it failed and implied that it needed to be recompiled using the newer framework. I downloaded the latest nightly build and ran the following command line: nant /k:net-1.1   It gets mos