John,
 
Sorry, but you gotta run it without the -logfile option and just capture the
console output.
 
I'll need to check why not all debug information is written to the logfile.
 
I'll look into your issue tomorrow.
 
Gert
 
  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dix, John
Sent: donderdag 24 januari 2008 22:24
To: Gert Driesen; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86



Hi Gert,

 

As far as I know everything installed where it should be.

 

Attached is the file you asked for and here is the output when I initiate a
build:

 

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.Cor
e.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.Core.dl
l.

 

init:

 

 

compile:

 

 [solution] Starting solution build.

 

BUILD FAILED

 

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

 

 

From: Gert Driesen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 1:13 PM
To: Dix, John; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

 

Hi John,

 

Are you sure you extract all files or the NAnt distribution in the correct
directories ?

 

Can you send me a debug log (NAnt.exe -debug -logfile:log.txt) ?

 

Also, do you have .NET Framework 2.0 installed and does NAnt report it as
your target framework ?

 

Gert

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dix, John
Sent: donderdag 24 januari 2008 20:42
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

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.Cor
e.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.Core.dl
l.

 

init:

 

 

compile:

 

 [solution] Starting solution build.

 

BUILD FAILED

 

Solution format of file
'C:\enlistments\HenryScheinSC\src\Common\MedManage.Core\MedManage.Core.sln'
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