What is a real-world application for HORN?

為{幸葍}努か 提交于 2019-12-21 20:44:55

问题


I've been hearing a bit about HORN lately, and wonder what problems it can solve or how a real life situation of using it is beneficial.

http://code.google.com/p/hornget/


回答1:


I have written most of the code for horn and the objective is to be a package manager with an analogy with rubygems.

We want to up OSS adoption by making it ridiculously obvious to get and use OSS packages.

For example if I want Nhibernate we can simply command:

horn -install:nhibernate

etc.

We also want to smooth the upgrade path.

A lot of .NET OSS uses other OSS and they generally all have differing version of oss.

For example MVCContrib might use one version of Castle, rhino might use another and Nhibernate might use another.

If we do the following:

horn -install:nhibernate horn -install:rhino horn -install:mvccontrib

Then we should all have the same versions of all .dlls.

So to sum up, we want to get packages and make sure that all packages we get from horn have the same version of dependencies e.g. Castle.

The way horn works is by downloading all source code to the client and building it.

Our next steps are to turn horn into a server tool.




回答2:


First real use of horn



来源:https://stackoverflow.com/questions/1265815/what-is-a-real-world-application-for-horn

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!