Re: [hibernate-dev] No successful builds since move to Maven

2008-05-17 Thread Max Rydahl Andersen
I don't understand. Hibernate Search is still using Ant (with Ivy) for the build. If you just want to build Hibernate Search you don't even need maven. I know there is a POM in the top level directory, but this is not a working maven POM as such. The ant to maven mirgration is still a open

Re: [hibernate-dev] No successful builds since move to Maven

2008-05-17 Thread Sanne Grinovero
Thanks to everybody, you were all very helpful; all your thoughts together made me clarify the situation and I got a partially useful workspace now. (still no search build but now I understand how to proceed) I'll write down what to do if anyone had to repeat this: 1)for Core you have to checkout

Re: [hibernate-dev] No successful builds since move to Maven

2008-05-16 Thread Steve Ebersole
On May 16, 2008, at 11:51 AM, Sanne Grinovero wrote: I know you are all quite busy, I can help myself (slowly) but my main concern is to understand if these problems are A) known, due the fact nobody completed the migration to maven. B) You all tested only on IDEA C) my environment is

Re: [hibernate-dev] No successful builds since move to Maven

2008-05-16 Thread Hardy Ferentschik
On Fri, 16 May 2008 18:51:27 +0200, Sanne Grinovero [EMAIL PROTECTED] wrote: Thanks for all the tips, Still I'm unable to build the Hibernate Search project, even using a clean checkout and a fresh maven 2.0.9 repository; using JDK 1.5.0_15-b04. I'm on Linux (LFS), and have installed the

[hibernate-dev] No successful builds since move to Maven

2008-05-15 Thread Sanne Grinovero
Most esteemed developers, I was developing some patches for Hibernate Search but as I work on it on my own I don't have much time for it; currently some problems about the move to Maven have completely killed my productivity. I have found some reference on your website; The maven guide looks

Re: [hibernate-dev] No successful builds since move to Maven

2008-05-15 Thread Emmanuel Bernard
This is unfortunate. These glitches were expected, and we will fix them as they pop up. Though as Hardy said, the new HSearch build system is independent of Hibernate Core. All the needed libraries are downloaded in build/lib/ core and build/lib/test IM me if you need more help. AFAIK JBoss