Hibernate version: 3.2
Name and version of the database you are using:
hsqldb
ok,
i am new to hibernate as you can see, learning this smart framework written by Gavin King (hello !).
And I am facing this simple basic error, while running the example in the book "Java persistence with Hibernate" :
build.xml:58: taskdef class org.hibernate.tool.ant.HibernateToolTask cannot be found
Where is this class located ? It says :
"You also need to add the hibernate-tools.jar file, which can be
found in the Hibernate Tools download package."
Where can i find this Hibernate Tools download package ?
I downloaded HibernateTools-3.2.0.beta9a.zip but it does not contain any package with hibernate-tools.jar inside.
Thanks !
|