Alpha version from SVN? Simple, follow the instructions from
http://www.hibernate.org/268.html.
svn co
http://anonhibernate.labs.jboss.com/trunk/HibernateExt
SVN reports that the revision is 9945. tools/readme.txt file states: version 3.1.0alpha5, 21. August 2005. Maybe I didn't look far enought, because metadata/changelog.txt says: 3.2.0.CR1 (13-05-2006).
I've fiddled with it some more. Part of the problem came from my confusion over the error messages: clovertasks not found. The real problem was probably not finding the 3.2 jar where it wanted to find it. It now compiles, though I have two or three copies of the hibernate-3.2 jar scattered around now. Now I want to blow away the hibernate-3.2 and tools files, pull them from SVN, follow the instructions to the letter, and see if they compile cleanly.
I put the Hibernate and HibernateExt directories side-by-side. The build files seem to have some dependencies on directory layout for each project. I ended up with a hibernate-3.2 directory that contained the jar files from Hibernate. So, I have three sibling directories: Hibernate, hibernate-3.2, and HibernateExt. Is this what I should be seeing?
bbaker