Re: [Nant-users] CS2001 compile error using Solution task

2004-02-04 Thread Gert Driesen
Can you package up a zip file containing the minimum set of files necessary to reproduce this issue ? Thanks, Gert - Original Message - From: "Randy Klingelheber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 7:57 PM Subject: [Nant-users] CS2001 compile

[Nant-users] CS2001 compile error using Solution task

2004-02-04 Thread Randy Klingelheber
I am attempting to use the nant Solution task to compile a vb.net library. Visual Studio compiles without error or warning, however nant fails with the following compiler error:   [compile] vbc : Command line error BC2001 : file '=' could not be found   I assume that nant is incorrectly

Re: [Nant-users] NAnt to use 1.1 instead of 1.0

2004-02-04 Thread Gert Driesen
you've summed it up well ... you can ofcourse still control the framework you're targeting using : - the NAnt configuration file - the -defaultframework (-k) command line option - the nant.settings.currentframework property Gert - Original Message - From: "Rich Denis" <[EMAIL PROTECTED

Re: [Nant-users] NAnt to use 1.1 instead of 1.0

2004-02-04 Thread Rich Denis
Thanks for the input.  I was able to build against the 1.1 framework, now what I am not too sure of is the following statement in the release notes of .84 RC1 which states:   On systems with both the .NET Framework 1.0 and .NET Framework 1.1 installed, NAnt will now execute on the .NET Frame

Re: [Nant-users] NAnt to use 1.1 instead of 1.0

2004-02-04 Thread Gert Driesen
Just build NAnt using the following command line :   NAnt.exe -buildfile:NAnt.build -k:net-1.1   Note : in the NAnt 0.84 release, the information shown in the logo banner is fixed (meaning its not regenerated on every build), so although you've built NAnt targeting the .NET Framework 1.1, t