I should point out that this worked fine with 0.85 Nant. I just upgraded
our build environment yesterday.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dix, John
Sent: Thursday, January 24, 2008 11:39 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

 

Hi,

 

I'm receiving the following error during the build. The sln file is
converted from a VS.NET 2003 file and has the following content. If I
take out the csproj it still gets the same error. Is there something
special I need to do to my .build file?

 

Build file:

                                <solution
configuration="${Build.Global.BUILDTARGET}"
solutionfile="MedManage.Core.sln" >

                                </solution>

 

Microsoft Visual Studio Solution File, Format Version 9.00

# Visual Studio 2005

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MedManage.Core",
"MedManage.Core.csproj", "{855B4C91-6333-40D7-9EC5-837357753571}"

EndProject

Global

                GlobalSection(SolutionConfigurationPlatforms) =
preSolution

                                Debug|Any CPU = Debug|Any CPU

                                Release|Any CPU = Release|Any CPU

                EndGlobalSection

                GlobalSection(ProjectConfigurationPlatforms) =
postSolution

 
{855B4C91-6333-40D7-9EC5-837357753571}.Debug|Any CPU.ActiveCfg =
Debug|Any CPU

 
{855B4C91-6333-40D7-9EC5-837357753571}.Debug|Any CPU.Build.0 = Debug|Any
CPU

 
{855B4C91-6333-40D7-9EC5-837357753571}.Release|Any CPU.ActiveCfg =
Release|Any CPU

 
{855B4C91-6333-40D7-9EC5-837357753571}.Release|Any CPU.Build.0 =
Release|Any CPU

                EndGlobalSection

                GlobalSection(SolutionProperties) = preSolution

                                HideSolutionNode = FALSE

                EndGlobalSection

EndGlobal

 

ERROR OUTPUT:

C:\enlistments\HenryScheinSC\src\Common\MedManage.Core>build release

Doing a "RELEASE" build...

NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)

Copyright (C) 2001-2007 Gerry Shaw

http://nant.sourceforge.net

 

Buildfile:
file:///C:/enlistments/HenryScheinSC/src/Common/MedManage.Core/MedManage
.Core.build

Target framework: Microsoft .NET Framework 2.0

Target(s) specified: compile

 

 

clean:

 

   [delete] Deleting file
C:\enlistments\HenryScheinSC\src\Common\MedManage.Core\bin\MedManage.Cor
e.dll.

 

init:

 

 

compile:

 

 [solution] Starting solution build.

 

BUILD FAILED

 

Solution format of file
'C:\enlistments\HenryScheinSC\src\Common\MedManage.Core\MedManage.Core.s
ln' is not supported.

 

Total time: 0.2 seconds.

 

Build failed while creating component

 

C:\enlistments\HenryScheinSC\src\Common\MedManage.Core>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to