The tools repository is available at
http://anonhibernate.labs.jboss.com/branches/Branch_3_2/HibernateExt/
Inside the above URL you may get the tools project
Do a check out of the project. That will give you the latest tools source.
The fully qualified class name for the hbm2java task is org.hibernate.tool.ant.Hbm2JavaExporterTask. You can also check look at the org.hibernate.tool.ant.HibernateToolTask class.
Quote:
The 'SchemaExport' is available in 'hibernate core' package while hbm2java task is not why?
That's because, these are not core hibernate functionalities and are optional extensions.
For latest release related details check out
http://www.hibernate.org/255.html