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 (2007-02-04)

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

2007-02-07 Thread Stephane Hamel
Thank you Adrian. It worked fine. Do you know if there's a way to save the msbuild task result into a property? Is it possible to redirect the msbuild task output into a file? Regards, Stephane -Original Message- From: Adrian Lazea [mailto:[EMAIL PROTECTED] Sent: 7 février 2007 09:53

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] any pop3 task for nant?

2007-02-07 Thread Daniel B
Hello everybody, Do you know a pop3 task for nant? Task that would take as parameters a server name / IP, a user name and a password, a collection of file names and would retrieve those files from the server? I want to know if there is such a task, before starting to make one myself. Many thank

[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