Re: [hibernate-dev] ORM build - IDE imports

2014-11-17 Thread Sanne Grinovero
On 17 November 2014 21:37, Steve Ebersole wrote: > > On Mon, Nov 17, 2014 at 1:11 PM, Sanne Grinovero > wrote: >> >> I just tried to import it in Eclipse. >> Compiling it once from the command line upfront helped to reduce the >> errors.. but I still have 10, and while I suspect one of them relat

Re: [hibernate-dev] ORM build - IDE imports

2014-11-17 Thread Steve Ebersole
On Mon, Nov 17, 2014 at 1:11 PM, Sanne Grinovero wrote: > I just tried to import it in Eclipse. > Compiling it once from the command line upfront helped to reduce the > errors.. but I still have 10, and while I suspect one of them relates > to a bug in Eclipse's not-so-smart handling of generics,

Re: [hibernate-dev] ORM build - IDE imports

2014-11-17 Thread Sanne Grinovero
I just tried to import it in Eclipse. Compiling it once from the command line upfront helped to reduce the errors.. but I still have 10, and while I suspect one of them relates to a bug in Eclipse's not-so-smart handling of generics, the others to me look like it shouldn't compile so I'm going to n

Re: [hibernate-dev] ORM build - IDE imports

2014-11-10 Thread Steve Ebersole
On Mon, Nov 10, 2014 at 7:26 AM, Hardy Ferentschik wrote: > Hi, > > > > > To be honest I think I'd alter jpa-metamodel-gen to not be AP-based > as > > > the > > > > best-case scenario. > > > > > > Not sure what you mean? Are you referring to the actual annotation > > > processor module > > > or d

Re: [hibernate-dev] ORM build - IDE imports

2014-11-10 Thread Hardy Ferentschik
Hi, > > > To be honest I think I'd alter jpa-metamodel-gen to not be AP-based as > > the > > > best-case scenario. > > > > Not sure what you mean? Are you referring to the actual annotation > > processor module > > or do you mean that you want to statically check in the generated meta > > model cl

Re: [hibernate-dev] ORM build - IDE imports

2014-11-10 Thread Steve Ebersole
> > > Personally, I am not a big fan of changing build structure for the purpose > of an > IDE. generated-src belong imo into target. > > That said, I know the troubles of having to manually adjust the Idea > configuration > after importing. If it bothers you so much or if you had several reports >

Re: [hibernate-dev] ORM build - IDE imports

2014-11-10 Thread Steve Ebersole
> > >> Having dirs with generated sources under "target" is a common situation, > so I'm surprised that it isn't handled smoothly by the IntelliJ/Gradle > combo. > > In Eclipse/Maven generated source dirs under "target" are automatically > added as source folder upon import of a Maven project. For

Re: [hibernate-dev] ORM build - IDE imports

2014-11-10 Thread Gunnar Morling
Hi, 2014-11-08 17:30 GMT+01:00 Steve Ebersole : > I have been thinking of ways to make importing ORM into IDE more > transparent. My thinking is from the IntelliJ pov and the specific issues > I have run into there. I wanted to run my thoughts past y'all to see if > they helped with Eclipse and