[Mono-list] xbuild and Nemerle

MaxxK maxxk0 at gmail.com
Mon Nov 10 16:00:19 EST 2008


Hi

Why it is not possible to build Nemerle VS2008 projects with MSBuild? 
After fixing paths to Microsoft.CSharp.targets and Nemerle.MSBuild.targets
and running xbuild it runs only two targets: PreparingForBuild and
ResolveAssemblyReferences.

$ MSBuildToolsPath=/usr/lib/mono/2.0 MSBuildBinPath=/usr/lib/mono/2.0
Nemerle=/usr/lib/mono/nemerle xbuild MyProject.nproj

XBuild Engine Version 0.1
Mono, Version 1.9.1.0
Copyright (C) Marek Sieradzki 2005. All rights reserved.

Build started 11/10/2008 20:55:57.
__________________________________________________
Project "/home/.../MyProject.nproj" (Build target(s)):

Target PrepareForBuild:
                Configuration: Debug Platform: AnyCPU
                Created directory "bin/Debug/"

Target ResolveAssemblyReferences:
:  warning : Reference log4net, Version=1.2.10.0, Culture=neutral,
PublicKeyToken=1b44e1d426115821 not resolved
:  warning : Reference mscorlib not resolved

Build succeeded.
         2 Warning(s)
         0 Error(s)

Time Elapsed 00:00:00.2568490


-- 
View this message in context: http://www.nabble.com/xbuild-and-Nemerle-tp20427619p20427619.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list