Hi,
I'm trying to build Hibernate 3.2.6 in order to build & use tools 3.2.2. I got these version numbers according to the compatibility matrix given here:
https://www.hibernate.org/6.html.
According to the instructions for building tools:
https://www.hibernate.org/268.html when I build Hibernate 3.2.6 I should use the command
Quote:
build.bat jar copylib
.
My question to the forum is which source code URL i.e. SVN URL do I use for getting Hibernate 3.2.6? I tried
http://anonsvn.jboss.org/repos/hibernate/core/tags/v326/ &
http://anonsvn.jboss.org/repos/hibernate/core/tags/v32final/.
Neither of these had the
Quote:
copylib
task & hence I don't get the structure required to build the subsequent tools jars. The Tools source that I am trying to build is here:
http://anonsvn.jboss.org/repos/hibernate/branches/Branch_3_2/HibernateExt/I'm trying to build with ant. Please let me know what is the best way to proceed.
thanks,