Mono fixes committed

Thanks to Jim D., I got a SVN commit permission yesterday. I have
committed Mono fixes, so current SVN trunk should build with Mono SVN
trunk (sorry, you can’t build with Mono 1.9.x.)

r129: Do not use *.csproj which contains Windows paths
r130: Change the visibility of NodeFlags enum to workaround a Mono bug
r131: Add missing references

On Fri, Aug 15, 2008 at 05:21:17AM +0900, Seo S. wrote:

Thanks to Jim D., I got a SVN commit permission yesterday. I have
committed Mono fixes, so current SVN trunk should build with Mono SVN
trunk (sorry, you can’t build with Mono 1.9.x.)

r129: Do not use *.csproj which contains Windows paths
r130: Change the visibility of NodeFlags enum to workaround a Mono bug
r131: Add missing references

Seo, have you tried using xbuild to interpret the .csproj files? I
hear it’s a pretty good implementation of the msbuild stack. Or at
least it’s coming along well :slight_smile:

http://www.mono-project.com/Microsoft.Build

PoC at Novell is Michael Hutchinson (mhutch on #mono)

code is here:

http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/Microsoft.Build.Engine/
http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/Microsoft.Build.Framework/
http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/Microsoft.Build.Tasks/
http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/Microsoft.Build.Utilities/