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
.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.

 

 

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
.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>

Buildfile: 
file:///C:/enlistments/HenryScheinSC/src/MMS-Apps/Partner-Apps/HenryScheinSC/HenryScheinSC.WEB/HenryScheinSC.build
Target framework: Microsoft .NET Framework 2.0
Base Directory: 
C:\enlistments\HenryScheinSC\src\MMS-Apps\Partner-Apps\HenryScheinSC\HenryScheinSC.WEB.
Target(s) specified: compile 

  [include] Including file 
C:\enlistments\HenryScheinSC\build\automation\globalprops.build.
Build sequence for target `compile' is clean, init, compile
Complete build sequence is clean, init, compile

clean:


init:


compile:

 [solution] Starting solution build.
 [solution] Cleaning up temp folder 'C:\Documents and Settings\jdix\Local 
Settings\Temp\taa1g8na'.

BUILD FAILED

Solution format of file 
'C:\enlistments\HenryScheinSC\src\MMS-Apps\Partner-Apps\HenryScheinSC\HenryScheinSC.sln'
 is not supported.:
NAnt.Core.BuildException: Solution format of file 
'C:\enlistments\HenryScheinSC\src\MMS-Apps\Partner-Apps\HenryScheinSC\HenryScheinSC.sln'
 is not supported.
   at NAnt.VSNet.SolutionFactory.LoadSolution(SolutionTask solutionTask, 
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Total time: 0.3 seconds.

-------------------------------------------------------------------------
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