-->
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.  [ 3 posts ] 
Author Message
 Post subject: Maven ibiblio repository
PostPosted: Wed Jun 07, 2006 6:28 am 
Newbie

Joined: Wed Jun 07, 2006 6:05 am
Posts: 2
How soon can we expect to see the latest beta release of hibernate published to the ibiblio repository?

Is that handled by the Hibernate core team, or someone working on the hibernate maven plugin?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 8:28 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
as been answered *alot* of times: We do not maintain any ibiblio repository entries. Release are only distrbuted by us to the official download sites.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Manuall install instructions
PostPosted: Thu Jun 08, 2006 12:01 am 
Newbie

Joined: Wed Jun 07, 2006 6:05 am
Posts: 2
The following steps walk through the process of installing it manually. The last step contains a new pom file with the new freemarker dependencies. It's working great for me using the antrun plugin and hbm2java.

Download and unzip the tools distribution from hibernate.org.

Find hibernate-tools.jar. It is located at:
Code:
   UNZIP_DIR/plugins/org.hibernate.eclipse_3.1.0.beta5/lib/tools/hibernate-tools.jar



Rename it to hibernate-tools-3.1.0.beta5.jar and move it to this location:
Code:
   MAVEN_REPO_DIR/org/hibernate/hibernate-tools/3.1.0.beta5/hibernate-tools-3.1.0.beta5.jar




Create a file called hibernate-tools-3.1.0.beta5.pom in the same directory you place the jar file. Use your favorite text editor and copy and paste the following into the file:
Code:
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-tools</artifactId>
    <version>3.1.0.beta5</version>
    <packaging>jar</packaging>
    <name>Hibernate Tools</name>
    <url>http://tools.hibernate.org</url>
    <description>Forward- and reverse-engineering tools for Eclipse and Ant.</description>
    <dependencies>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate</artifactId>
            <version>3.2.0.cr2</version>
        </dependency>
        <dependency>
            <groupId>freemarker</groupId>
            <artifactId>freemarker</artifactId>
            <version>2.3.4</version>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>jtidy</artifactId>
            <version>r8-21122004</version>
        </dependency>
    </dependencies>
</project>



It should now be all set.


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

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.