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
On May 17, 2008, at 04:29, Sanne Grinovero wrote:
2)The other Hibernate packages (EntityManager, Annotations, Search...)
are more tricky: they have a misleading pom there, but you should use
the ant build. Unfortunately some links needed by Ivy are currently
broken:
this is what caused all t
OK I found the problem and fixed it as part of the SLF4J migration
It was due to a misconfiguration of ivy.xml in entitymanager and a
stale ivy cache.
You might have to clean your ivy cache rm -fR ~/.ivy/cache
Emmanuel
On May 17, 2008, at 08:57, Emmanuel Bernard wrote:
On May 17, 2008, a
My changes are committed.
Let me know if there is any issue. especially serialization. I move to
non static instance of log in most cases.
On May 16, 2008, at 18:02, Emmanuel Bernard wrote:
Cool, I've almost completed the migration based on 1.4.2
A migration with no issue is like cake witho
2008/5/17 Emmanuel Bernard <[EMAIL PROTECTED]>:
> OK I found the problem and fixed it as part of the SLF4J migration
> It was due to a misconfiguration of ivy.xml in entitymanager and a stale ivy
> cache.
> You might have to clean your ivy cache rm -fR ~/.ivy/cache
>
> Emmanuel
Hi Emmanuel, thanks