Hi Alex, I had troubles when importing JAVA SDK to intellij at the beginning.
Besides what the instruction says, some extra steps that might help: 1. Preferences/Settings > Build, Execution, Deployment > Build Tools > Gradle > Runner, choose Gradle Test Runner in the dropdown menu. 2. Enable annotation processor. -Rui On Mon, Oct 1, 2018 at 11:33 AM Jean-Baptiste Onofré <[email protected]> wrote: > Hi Alex, > > After a git clean -fdx (removing all IDEA resources), I just open the > folder in IntelliJ and it imports the project. > > It works fine so far (NB: I don't build using IntelliJ, it's mostly an > editor for me, I use the command line for any other stuff like git, > gradle, ...). > > Regards > JB > > On 01/10/2018 20:05, Alex Amato wrote: > > Hello, > > > > I'm looking to get a good intellij setup working and then update the > > documentation how to build and test the java SDK with intelliJ. > > > > Does anyone have a good setup working, with some tips? I followed our > > instructions here, but I found that after following these steps I could > > not build or test the project. It seemed like the build button did > > nothing and the test buttons did not appear. > > https://beam.apache.org/contribute/intellij/ > > > > I'm also curious about the gradle support for generating intelliJ > > projects. Has anyone tried this as well? > > > > Any tips would be appreciated. > > Thank you, > > Alex > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
