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) 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 Gerry Shaw

http://nant.sourceforge.net

 

Buildfile:
file:///D:/Eng-SH/LoggingService/svbb/svci_tools/CreateSolution/CreateSoluti
on.build

Target framework: Microsoft .NET Framework 2.0

Target(s) specified: build

 

 

build:

 

 [solution] Starting solution build.

 [solution] Loading projects...

 [solution] Loading project
'D:\Eng-SH\LoggingService\svbb\svci_tools\CreateSolution\CreateSolution\Crea
teSolution.vcproj'.

 

BUILD FAILED

 

Project '' is not a valid Visual C++ project.

 

Total time: 0.8 seconds.

 

 

My build file :

<solution solutionfile="createsolution.sln" configuration="debug"
verbose="true">

            <projects>

                        <include name="CreateSolution.vcproj"/>

            </projects>

</solution>

 

Can you please send me a small repro for this ?

 

Thanks !

 

Gert

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to