Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-09-25 Thread Sanne Grinovero
On 25 September 2013 09:36, Hardy Ferentschik wrote: > > > On 24 Jan 2013, at 8:31 PM, Sanne Grinovero wrote: > >> You might wonder why I like to wipe clean my workspaces? >> On projects I read mostly I tend to need to jump to different >> branches, often far in time, in which the source code org

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-09-25 Thread Hardy Ferentschik
On 24 Jan 2013, at 8:31 PM, Sanne Grinovero wrote: > You might wonder why I like to wipe clean my workspaces? > On projects I read mostly I tend to need to jump to different > branches, often far in time, in which the source code organization is > likely different, so I'd need to re-import proj

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-09-24 Thread Steve Ebersole
As an active maintainer I often need to do the same Be sure to use gradlew for the import, and re-sync (JetGradle -> Sync). There is the annoying thing you need to do then though to individually verify the updated dependencies which I wish they would address. But other than that it works like

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-09-24 Thread Sanne Grinovero
Unfortunately it's not straight-forward in Eclipse either, you need to disable that circularity error from the compiler options. I guess it's not a showstopper if you are strongly motivated to find out, nor annoying for who codes on it every day, but in my case I force-reset the workspaces quite o

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-09-24 Thread Hardy Ferentschik
Same here. I have no problems importing ORM into IntelliJ. But I still use the 'gradle idea' task. Is this what's failing for you as well? --hardy On 24 Sep 2013, at 19:29, Steve Ebersole wrote: > Why/how? I do this routinely. > > On 09/24/2013 12:26 PM, Emmanuel Bernard wrote: >> I am sti

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-09-24 Thread Steve Ebersole
Why/how? I do this routinely. On 09/24/2013 12:26 PM, Emmanuel Bernard wrote: > I am still stuck on that one. I cannot import Hibernate ORM in IntelliJ IDEA > :( > > On 17 mai 2013, at 03:28, Emmanuel Bernard wrote: > >> yes the projects themselves can use JDK 7. >> >> On Fri 2013-05-17 11:59, G

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-09-24 Thread Emmanuel Bernard
I am still stuck on that one. I cannot import Hibernate ORM in IntelliJ IDEA :( On 17 mai 2013, at 03:28, Emmanuel Bernard wrote: > yes the projects themselves can use JDK 7. > > On Fri 2013-05-17 11:59, Gunnar Morling wrote: >> Have you registered a JDK 7 under "Platform Settings" -> "SDKs"? >>

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-05-17 Thread Emmanuel Bernard
yes the projects themselves can use JDK 7. On Fri 2013-05-17 11:59, Gunnar Morling wrote: > Have you registered a JDK 7 under "Platform Settings" -> "SDKs"? > > > 2013/5/17 Sanne Grinovero > > > ORM requires JDK7 to build, while it still targets Java6 for users. > > On 17 May 2013 10:26, "Emma

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-05-17 Thread Gunnar Morling
Have you registered a JDK 7 under "Platform Settings" -> "SDKs"? 2013/5/17 Sanne Grinovero > ORM requires JDK7 to build, while it still targets Java6 for users. > On 17 May 2013 10:26, "Emmanuel Bernard" wrote: > > > I tried to get ORM imported in IntelliJ IDEA and it fails with a > > Unsuppor

Re: [hibernate-dev] Hibernate ORM and JDK 6

2013-05-17 Thread Sanne Grinovero
ORM requires JDK7 to build, while it still targets Java6 for users. On 17 May 2013 10:26, "Emmanuel Bernard" wrote: > I tried to get ORM imported in IntelliJ IDEA and it fails with a > Unsupported major.minor version 51.0. In Mac OS IntelliJ boots with JDK > 1.6 AFAIK and it seems the tools (lik