-->
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 Ant Tools
PostPosted: Mon Oct 13, 2014 3:43 am 
Newbie

Joined: Mon Jun 30, 2014 10:08 am
Posts: 3
I'm trying to make it works Hibernate Ant Tools reading the guide:
My goal is to generate classed using reverse enginnering file, I already did it using eclipse plugin, but I'd prefer using ant.

The first thing I've noticed is that I had some confusion collecting all the right jars, because this list

Code:
<path id="toolslib">
<path location="lib/hibernate-tools.jar" />
<path location="lib/hibernate3.jar" />
<path location="lib/freemarker.jar" />
<path location="${jdbc.driver.jar}" />
</path>


didn't satisfy at all the required libraries for generating java classes.
So , basically, I copied all the jars from eclipse plugin and put into my ant project, and then worked.

My question is:

which jars are really needed?

Moreover, the documentation brought me at http://hibernate.org/tools/ but the download link refers to all jboss tools.
Is it an expected behaviour ?


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.