Long story short, it's all in Maven now.
> svn co http://anonsvn.jboss.org/repos/hibernate/core/trunk/ core
> svn co http://anonsvn.jboss.org/repos/hibernate/search/trunk/ search
> cd core
> mvn install   (1)
> cd ../search mvn install

(1) might fail on some doc generation but as long as the snapshot are published to your local repo you're good.

Also make sure to use the proper maven settings http://hibernate.org/422.html

I use maven 2.0.9 and it works.

On  Mar 25, 2009, at 10:58, Hardy Ferentschik wrote:

On Wed, 25 Mar 2009 15:38:45 +0100, Marcel Overdijk <marceloverd...@gmail.com > wrote:

I've checked out the latest Hibernate Search from trunk and I'm trying to
build it. I know I need the latest annotations code also.

You might want to update your source again. I finally completed HSEARCH-82 today and converted Hibernate Search to a maven only build. All obsolete ant files are now removed.

As described on http://hibernate.org/449.html Local latest version I changed the commons-annotations rev to "latest" in ivy.xml but it's not working
either.

Really http://hibernate.org/449.html is obsolete. I am in the process of updating it.

--Hardy


_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to