-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: hibernate-tools.jar
PostPosted: Tue May 17, 2011 11:57 am 
Newbie

Joined: Tue May 17, 2011 11:27 am
Posts: 1
Good afternoon in my timezone.

I already had seen on post here in this forum similar to my question , but the answer don't correct my problem.

First of all i'm new in hibernate, and i'm trying to learn JPA to.
I'm reading the "java persistence with hibernate" book and doing the first exercise "Hello World" persisting the messages objects.
the build.xml file have the follow taskdef and target :

<taskdef name="hibernatetool"
classname="org.hibernate.tool.ant.EnversHibernateToolTask"
classpathref="classpath"/>

<target name="schemaexport" depends="build, copymetafiles"
description="Exports a generated schema to DB and file">
<hibernatetool destdir="${basedir}">
<classpath path="${build}"/>
<configuration configurationfile="${build}/hibernate.cfg.xml"/>
<hbm2ddl

update = "true"
create="true"
export="true"
outputfilename="message-ddl.sql"
delimiter=";"
format="true"/>
</hibernatetool>
</target>

when i run this in the command-line it throws the following error:
Taskdef A class needed by class org.hibernate.tool.ant.EnversHibernateToolTask cannot be found org/hibernate/tool/ant/HibernateToolTask

I think this class is defined in the hibernate-tools.jar, i had download hibernate-distribution-3.6.4.Final-dist.zip file but within this zip there is no such jar.
I already have seen post talking about a plugins folder , saying that the jar is in this folder , but there is no such folder to inside that zip.
1) So where i can get this hibernate-tools.jar ?
2)Is the hibernate-tools.jar necessary, am i doing something wrong ?

I am a little desperate because i can not advance with that.

With the best regards.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.