Re: [hibernate-dev] Hibernate Build and Tests

2010-12-20 Thread Steve Ebersole
There is currently a problem I think in that I try to create a top level "module" in the gradle scripts. The problem being that both the top level and an "real" module have the same name and so IntelliJ does not like that. I have not had time to investigate a better approach there. On Monday,

Re: [hibernate-dev] Hibernate Build and Tests

2010-12-20 Thread Scott Marlow
Let me know if you find them. :) After building Hibernate, I ran the following command: gradle cleanIdea idea The hack was that I ran the above command with gradle version 0.9-rc-3. I haven't tried to build Hibernate with 0.9-rc-3, but I heard from others that build errors occurred. So, be p

Re: [hibernate-dev] Hibernate Build and Tests

2010-12-18 Thread Steve Ebersole
With Gradle you currently have to run the plugins to generate IntelliJ projects: `gradle idea`. I have not tried it with IntelliJ 10 yet. The better long term solution is Gradle support/integration within the IDEs themselves. For IntelliJ, we already have an issue requesting this feature: htt

[hibernate-dev] Hibernate Build and Tests

2010-12-18 Thread Fred Toussi
I had seen some instructions on how to set up InteliJ IDEA to build and run Hibernate tests before the move to Gradle (I cannot find that how-to page now). It worked with IDEA 9 and I was running the tests until the build system change. Is there a how-to, especially with IDEA 10 and Gradle support