plutoo / protobuf-csharp-port

Automatically exported from code.google.com/p/protobuf-csharp-port
Other
0 stars 0 forks source link

NAnt Build Fails #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run "nant clean build test dist"

What is the expected output? What do you see instead?

The build fails with "Failed to start MSBuild." Running nant with -debug
shows that "MSBuild can only read solution files between version 7.0 and
9.0, inclusive." But ProtocolBuffers.sln appears to be a VC10 file.

What version of the product are you using? On what operating system?

Latest from subversion.

Please provide any additional information below.

Original issue reported on code.google.com by hbc...@gmail.com on 14 Mar 2010 at 2:16

GoogleCodeExporter commented 9 years ago
Yes, you have to have the .NET 3.5 version of MSBuild installed for it to work. 
My 
guess is that you've only got VS2005 (.NET 2) installed.

I'm afraid as I use various C# 3 features, I have no plans to support VS 2005. 
Is this 
a significant issue for you?

Original comment by jonathan.skeet on 19 May 2010 at 8:26

GoogleCodeExporter commented 9 years ago
Closed as we no longer support Nant, and our build now heavily depends on 3.5 
environment.

Original comment by Grig...@gmail.com on 19 May 2011 at 10:53