开发者

Help in building nhibernate from source

开发者 https://www.devze.com 2022-12-13 05:36 出处:网络
I downloaded nant 0.86 beta which seems to be the latest release. Now running: nant default.build I get this error:

I downloaded nant 0.86 beta which seems to be the latest release.

Now running:

nant default.build I get this error:

detected nant 0.86 beta 1, consider upgrading to a newer version when building for .net 3.5

default.build does not exist in this project

What am I doing wrong here?

Update downloaded the nighly build, now running:

开发者_如何学Pythonnant default.build

I get this error:

[script] scanning assembly "_bzhbyr9" for extensions

build failed

target 'default.build' does not exist in this project


There are some sln files available in the trunk. You can open these in Visual Studio and compile it that way. Or you could even run MSBuild against them, if you need to use the command line.

0

精彩评论

暂无评论...
验证码 换一张
取 消