Re: [hibernate-dev] No successful builds since move to Maven
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 the whole tree, but this doesn't represent a single project but a tree of projects; the result in eclipse is a list of interdependent projects. Also this makes it possible to use different java source versions in different source directories. Don't use m2eclipse to enable maven on the checkout, but use File->Import->General->Maven Projects Note the plural: "Projects" this is going to generate the complete tree of projects and link them together. This process is going to fail if you didn't size the heap for maven, I needed to set it to 512MB. 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 the trouble, you probably have the jars still in the ivy cache. Now at least I know I have to fix the Ivy dependencies, and not to expect the maven to work ;-) Emmanuel, I would suggest to reopen HSEARCH-1919 ? I volunteer to write some instructions in the wiki, if someone points me to the most appropriate page. thanks again, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] No successful builds since move to Maven
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 the trouble, you probably have the jars still in the ivy cache. Now at least I know I have to fix the Ivy dependencies, and not to expect the maven to work ;-) Emmanuel, I would suggest to reopen HSEARCH-1919 ? Tell me what you mean by some links needed by Ivy are currently broken. What does it say? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] No successful builds since move to Maven
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, 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 the trouble, you probably have the jars still in the ivy cache. Now at least I know I have to fix the Ivy dependencies, and not to expect the maven to work ;-) Emmanuel, I would suggest to reopen HSEARCH-1919 ? Tell me what you mean by some links needed by Ivy are currently broken. What does it say? ___ 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
Re: [hibernate-dev] SLF4J 1.4.2
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 without ice: not worth it ;) On May 16, 2008, at 02:35, Steve Ebersole wrote: Because 1.4.2 was just released when I did that migration, as I already answered on that monsterous JBoss dev list thread ;) I have no issue with upgrading as long as no issues are created by that. On May 15, 2008, at 5:30 PM, Emmanuel Bernard wrote: Any reason why we target SLF4J 1.4.2 and not 1.5? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ 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
Re: [hibernate-dev] No successful builds since move to Maven
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 for helping. All problems are solved now! I can resume hacking on my favorite project :-) Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev