2 Replies Latest reply on Jul 30, 2012 3:21 AM by maxandersen

    how to get the hibernate-tools 3.5.0.Beta src ?

    pilou13

      I am using hibernate-tools on eclipse Indigo SR2 with Jboss Tools 3.3 final.

      and i use a MyReverseStrategy.java to customize in detail the reverse process.

       

      In the Jboss Tools plugin i found 2 jars for hibernate-tools :

      FIRST jar found :

      hibernate-tools-3.5.0.Beta.jar
      is from :
      ...eclipse\plugins\org.jboss.tools.hibernate4_0_3.4.0.v20120611-2017-H93-Final\lib\tools

       

      SECOND jar found :

      hibernate-tools.jar

      is from
      \eclipse\plugins\org.hibernate.eclipse.libs_3.4.0.v20120611-2017-H93-Final\lib\tools

       

      Which one is actually used by eclipse for the revenge process ?

       

       

      When i look up in maven repositories i can only get hibernate-tools 3.2.4 GA  which is quite old !

       

      Nowhere could i find the 3.5.0.BETA.

       

      On GitHub https://github.com/hibernate/hibernate-tools/  they are still in 3.5.0 ALPHA

       

      So where is the GOOD repository ?

       

      I make my MyReverseStrategy.java extends DelegatingReverseEngineeringStrategy.java

      so i would like to get the source and see what going on by default.