Are there daily builds of Hibernate that I can download? I need the latest version for a bug fix that isn't in the released versions. I'm currently trying to build the latest version but am running in to all sorts of test case failures. If would be faster if there's a daily build that I just download and use.
A:
If there are test-case failures I would say you probably don't want a nightly build. Who knows what else will be wrong with it.
Adam Peck
2009-01-22 01:02:39
A:
Of course. Just use the source control repositories from the main site's download page: http://www.hibernate.org/6.html#A4
Mufasa
2009-01-22 01:03:33
I'm looking for a fully built build, not the source code.
Steve Kuo
2009-01-22 01:05:48
If a project doesn't compile binaries already in the nightly build process, then it usually isn't done by someone else for public release--wouldn't make sense to bother with that. However, the source should be setup to build yourself without any configuration or anything.
Mufasa
2009-01-22 01:22:24
Sorry, I didn't notice you said you *did* try the source code and you got test errors. That's why their not release candidates yet I guess. You could try to find the patch for the specific bug, and merge it with the source code of the last release build. Again, that still could give you errors.
Mufasa
2009-01-22 15:39:50