-->
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: Building Hibernae from sources
PostPosted: Mon Nov 01, 2010 12:36 am 
Newbie

Joined: Fri Oct 22, 2010 11:06 pm
Posts: 11
Hi!
I'm trying to build Hibernate 3.6.0 from the sources included in the core distribution package, but it seems that the hibernate.annotations.common package is missing.

I was able to find them in a jar named hibernate-commons-annotations.jar under the lib directory of the Hibernate Annotations 3.4.0 GA download, but I don't have the sources for that.

Shouldn't all the code needed to build Hibernate core be included in the distribution jar?


Top
 Profile  
 
 Post subject: Re: Building Hibernae from sources
PostPosted: Mon Nov 01, 2010 9:53 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 11, 2009 2:26 am
Posts: 29
git clone git://github.com/hibernate/hibernate-core.git
dhcp-65-84:hibernate-core-36 stliu$ git branch -a
* 36
hhh-2655
master
remotes/origin/3.2
remotes/origin/3.3
remotes/origin/3.5
remotes/origin/3.6
remotes/origin/HEAD -> origin/master
remotes/origin/master

git checkout -b 36 remotes/origin/3.6
set up your settings.xml accroding to http://community.jboss.org/wiki/Buildin ... omSource35
mvn clean install -DdisableDistribution=true (add this properties if you don't have kde-sdk installed)


Top
 Profile  
 
 Post subject: Re: Building Hibernae from sources
PostPosted: Mon Nov 01, 2010 10:34 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 11, 2009 2:26 am
Posts: 29
and i just checked, the classes of hibernate common annotations now is in hibernate3.jar same as hibernate annotations
(from 3.6, hibernate annotations has been merged into core)


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.