Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where the heck is org.hibernate.tool.ant.HibernateToolTask?

Where the heck do I get org.hibernate.tool.ant.HibernateToolTask ? I can't seem to find a .jar file that contains it.

like image 595
Jason S Avatar asked Jun 04 '09 17:06

Jason S


2 Answers

Download Hibernate Tools - it's in hibernate-tools.jar located in plugins\org.hibernate.eclipse_3.2.4.CR2-R200901280154\lib\tools

like image 95
mtpettyp Avatar answered Nov 09 '22 02:11

mtpettyp


I got the latest (hibernate 4) version of hibernate-tools.jar (hibernate-tools-4.3.1.Final.jar) like this:

  • Get the jar for Hibernate tools v. 4.3.1:
    • Dowload JBossTools 4.3.0
    • from http://tools.jboss.org/downloads/jbosstools/mars/4.3.0.Final.html#zips
    • choose "Update site" download from the "Artifacts" tab
    • the jar is in jbosstools-4.3.0.Final-updatesite-core\plugins\org.jboss.tools.hibernate.runtime.v_4_3_5.0.0.Final-v20150924-2221-B39.jar\libin the unpacked zip
like image 32
RobertG Avatar answered Nov 09 '22 03:11

RobertG