Re: [NAnt-users] Project '' is not a valid Visual C++ project

2008-01-28 Thread Andrew Bragg
One way to get around this is to use the msbuild from within nant. i.e. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

[NAnt-users] Project '' is not a valid Visual C++ project

2008-01-28 Thread Deepika Sharma
hi i have installed nant0.86 beta 1. I am not able to build the solution file which was build in VS.NET 2005. i am getting following at the prompt NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007) Copyright (C) 2001-2007 Gerry Shaw http://nant.sourceforge.net Target framework: Microsoft .NET Framewo

Re: [NAnt-users] Project '' is not a valid Visual C++ project.

2007-02-07 Thread Gert Driesen
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephane Hamel Sent: woensdag 7 februari 2007 0:03 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Project '' is not a valid Visual C++ project. Hello NAnt User, I just downloaded the nightly build (

Re: [NAnt-users] Project '' is not a valid Visual C++ project.

2007-02-07 Thread Stephane Hamel
09:53 To: Stephane Hamel Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Project '' is not a valid Visual C++ project. Hi Stephan, Unfortunately, the task in NAnt does not support Visual Studio 2005 solutions; this task supports VS .NET 2002 and 2003 solutions only.

Re: [NAnt-users] Project '' is not a valid Visual C++ project.

2007-02-07 Thread Adrian Lazea
Hi Stephan, Unfortunately, the task in NAnt does not support Visual Studio 2005 solutions; this task supports VS .NET 2002 and 2003 solutions only. You can use the task in NAntContrib instead, to build your VS 2005 solutions and projects. Please find a sample of using this task below:

[NAnt-users] Project '' is not a valid Visual C++ project.

2007-02-07 Thread Stephane Hamel
Hello NAnt User, I just downloaded the nightly build (2007-02-04) and tried to compile a Visual Studio 2005 solution using the solution task. I always get the following error message when I execute my build file: NAnt 0.86 (Build 0.86.2591.0; nightly; 2007-02-04) Copyright (C) 2001-2007 Ge