Re: [Geode Build] Are the idea and eclipse plugins being used by anyone?

2019-04-05 Thread Dan Smith
+1 to removing the idea plugin and the eclipse plugin as well. There is an eclipse plugin that lets you import gradle projects similar to the intellij one. I think that is what our eclipse developers are using now. I still think the intellij

Re: [Geode Build] Are the idea and eclipse plugins being used by anyone?

2019-04-05 Thread Robert Houghton
@upthewaterspout The plugin generates .iml, .ipr files used by old versions of IntelliJ. The plugin does not give a way to create or modify the currently-used XML files that live inside of the /.idea directory. +1 to removal of the idea plugin. On Wed, Apr 3, 2019 at 3:22 PM Dan Smith wrote: >

Re: [Geode Build] Are the idea and eclipse plugins being used by anyone?

2019-04-03 Thread Dan Smith
I was under the impression that intellij's import actually used some of the information in the idea{} blocks in the build. See https://docs.gradle.org/current/userguide/idea_plugin.html. But if the import works well without that extra configuration, I think we should get rid of it. -Dan On Wed,

Re: [Geode Build] Are the idea and eclipse plugins being used by anyone?

2019-04-03 Thread Michael Oleske
I tend to import into Intellij the way you have described. I've never used ./gradlew idea to configure. -michael On Wed, Apr 3, 2019 at 2:24 PM Patrick Rhomberg wrote: > I'm eyeballing the ide.gradle file we have and am wondering if it is cruft > from many iterations of both Gradle and Intelli

[Geode Build] Are the idea and eclipse plugins being used by anyone?

2019-04-03 Thread Patrick Rhomberg
I'm eyeballing the ide.gradle file we have and am wondering if it is cruft from many iterations of both Gradle and IntelliJ/Eclipse ago. In my own IntelliJ workflow, I have always just asked IntelliJ to open the gradle project via the build.gradle itself, and it's easy to import other modules into