Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
Which are you talking about? The CLI tool eclipse:eclipse? Usually you need to configure these to "linkModules" (the the idea:idea term, dunno what eclipse would call it). It basically tell the plugin to create the project with the modules having a "source-level" dependency on other modules

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
That's just Maven's term for projects with "sub-modules" or "sub-projects"... Max Rydahl Andersen wrote: With respect to eclipse and maven then the maven guys are just "great" since mvn eclipse:eclipse and the m2 eclipse plugin of course decides to do things differently - basically making the

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
With respect to eclipse and maven then the maven guys are just "great" since mvn eclipse:eclipse and the m2 eclipse plugin of course decides to do things differently - basically making them incompatible. http://jira.codehaus.org/browse/MECLIPSE-78 Unfortunately the eclipse plugin does not seem

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Hardy Ferentschik
On Wed, 13 Jun 2007 17:46:10 +0200, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: With respect to eclipse and maven then the maven guys are just "great" since mvn eclipse:eclipse and the m2 eclipse plugin of course decides to do things differently - basically making them incompatible. http

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
Ok - after chatting with Steve I realize the part I missed was the hsqldb profile which are in the testsuite module. this one contains a hibernate.properties file. I'll try and look into how I can actually setup my custom log4j stuff I normally tweak daily when running tests. With respect to

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
Steve Ebersole wrote: BTW, have you tried it with the eclipse plugin instead? Speaking with the Maven folks, that is the expected path of IDE integration moving forward (its the reason us IntelliJ users are using the EAP releases). http://m2eclipse.codehaus.org/ I fail to see how a plugin c

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
BTW, have you tried it with the eclipse plugin instead? Speaking with the Maven folks, that is the expected path of IDE integration moving forward (its the reason us IntelliJ users are using the EAP releases). http://m2eclipse.codehaus.org/ Steve Ebersole wrote: Max Rydahl Andersen wrote:

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
I took a look at hibernate3 head today because Chris was claiming mvn eclipse:eclipse were broken. The short answer to that is that yes - maybe, it actually works (except for some "funny" things) I've updated http://hibernate.org/422.html to describe the few things I had to do to get maven

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
Max Rydahl Andersen wrote: Hi Chris and Steve, I took a look at hibernate3 head today because Chris was claiming mvn eclipse:eclipse were broken. The short answer to that is that yes - maybe, it actually works (except for some "funny" things) I've updated http://hibernate.org/422.html to d

[hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
Hi Chris and Steve, I took a look at hibernate3 head today because Chris was claiming mvn eclipse:eclipse were broken. The short answer to that is that yes - maybe, it actually works (except for some "funny" things) I've updated http://hibernate.org/422.html to describe the few things I