I use Eclipse for development but always defer to maven since its the source of truth in the end. I also have issues with getting it to compile on import and it has to do with annotation processing and generally requires m2e-apt to be installed and configured correctly.
On Fri, Oct 14, 2016 at 7:25 AM, Neelesh Salian <[email protected]> wrote: > I was looking for the same couple of days ago. > But IntelliJ is less worrisome than Eclipse. > > Straight Import. No Hassle. > +1 to docs, though. > > On Fri, Oct 14, 2016 at 7:19 AM, Jean-Baptiste Onofré <[email protected]> > wrote: > > > [Troll] Who's using Eclipse anymore ? [/Troll] > > > > ;) > > > > Regards > > JB > > > > > > On 10/14/2016 04:06 PM, Jesse Anderson wrote: > > > >> Last week I imported Beam with IntelliJ and everything worked. > >> > >> That said, I tried to import the Eclipse project and that doesn't > compile > >> anymore. I didn't have time to figure out what happened though. > >> > >> On Fri, Oct 14, 2016 at 1:21 AM Jean-Baptiste Onofré <[email protected]> > >> wrote: > >> > >> Hi Christian, > >>> > >>> IntelliJ doesn't need any special config (maybe the code style can be > >>> documented or imported). > >>> > >>> Anyway, agree to add such on website in the contribute directory. I > >>> think it could be part of the contribution-guide as it's first setup > >>> step. > >>> > >>> Regards > >>> JB > >>> > >>> On 10/14/2016 10:17 AM, Christian Schneider wrote: > >>> > >>>> Hello all, > >>>> > >>>> I am new to the beam community and currently start making myself > >>>> familiar with the code. I quickly found the contribution guide and > was > >>>> able to clone the code and build beam using maven. > >>>> > >>>> The first obstacle I faced was getting the code build in eclipse. I > >>>> naively imported as existing maven projects but got lots of compile > >>>> errors. After talking to Dan Kulp we found that this is due to the apt > >>>> annotation processing for auto value types. Dan explained me how I > need > >>>> to setup eclipse to make it work. > >>>> > >>>> I still got 5 compile errors (Some bound mismatch at Read.bounded, and > >>>> one ambiguous method empty). These errors seem to be present for > >>>> everyone using eclipse and Dan works on it. So I think this is not a > >>>> permanent problem. > >>>> > >>>> To make it easier for new people I would like to write a documentation > >>>> about the IDE setup. I can cover the eclipse part but I think intellij > >>>> should also be described. > >>>> > >>>> I already started with it and placed it in /contribute/ide-setup. Does > >>>> that make sense? > >>>> > >>>> I currently did not link to it from anywhere. I think it should be > >>>> linked in the contribute/index and in the Contribute menu. > >>>> > >>>> Christian > >>>> > >>>> > >>> -- > >>> Jean-Baptiste Onofré > >>> [email protected] > >>> http://blog.nanthrax.net > >>> Talend - http://www.talend.com > >>> > >>> > >> > > -- > > Jean-Baptiste Onofré > > [email protected] > > http://blog.nanthrax.net > > Talend - http://www.talend.com > > > > > > -- > Neelesh Srinivas Salian > Customer Operations Engineer >
