Hello:
I have some simple questions on versions.
I am working with Java Persistence with Hibernate, starting with the basics.
The books says it uses Hibernate 3.2.
I downloaded the following from Hibernate.org
hibernate-3.2.6.ga
HibernateTools-3.2.0.ga
Working my way through the HelloWorld. the Ant target for schema export, pg. 65, did not work.
I am using the hibernate3.jar from hibernate-3.2.6.ga.
org.hibernate.tool.ant.HibernateToolTask does not exist within that jar.
So, my simple question is:
have the Hibernate tool changed.
Which prior release matches the book.
thanks
kd
|