Hornget is gone, are there any other package managers like hornget that you can download the trunk versions of NH3 / FluentNH together?

Manually putting the two together is tedious and from what i can tell neither Nu or OpenWrap have the two trunks together :(

link|improve this question

1  
possible duplicate of .NET Package Management – John Sheehan Oct 6 '10 at 17:53
NuGet now seems to have a package for NH3 Beta 1/Fluent. Yay. – Phill Oct 30 '10 at 12:13
feedback

1 Answer

up vote 1 down vote accepted

Horn being dead only means that it's not being developed anymore, however what it was able to do 5 months ago it can still do now. The bits are still there, you can still use horn as a tool to build NHibernate 3 + Fluent NHibernate.

Or you can also get the combo here.

link|improve this answer
What I didn't want to have to do was build my own package. I meant that the Hornget website is gone, it was handy for just jumping on and grabbing the package(s) I needed. I found devlicio.us/blogs/billy_mccafferty/archive/2009/10/29/… tho which will help me figure out hot to build Fluent myself. For now I've grabbed Fluent from the combo you linked to. Thanks. – Phill Sep 26 '10 at 12:02
@user456813: thing is, you either wait for the project maintainer to update their dependencies, or you do it yourself. If you do it yourself, I'd rather do it using horn than manually. – Mauricio Scheffer Sep 26 '10 at 13:37
Thats fine if you know how to do it yourself. But a lot of those tools use NAnt, Git, and other things I haven't had a chance to even look at yet get familiar with. Coupled with the fact theres no decent up to date documentation on how to use those things makes it just as difficult. Thats why it's easier to just download the binaries and use them. Updating those binaries in a project only really happens when theres a particular bug fix you require or new functionality. – Phill Sep 28 '10 at 0:48
@user456813: if you use horn you don't need to know anything about using nant, msbuild or git. Horn takes care of that for you. Also, using nant to compile a project doesn't require you to know nant since you only call nant, not write a nant script. – Mauricio Scheffer Sep 28 '10 at 1:17
Okie dokie. I'll have to get it up and running this weekend and have a play around. It will be handy to have projects up to date, but for now you've allowed me to press on. :) Thanks. – Phill Sep 28 '10 at 4:05
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.