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
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,
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
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
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
>
>
> 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
>
>
>
>> 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
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