Re: IntelliJ project dependencies

2016-08-16 Thread Bruce Schuchardt
Yes, that's what I did as well Le mardi 16 août 2016, Kirk Lund a écrit : > All I know of is upgrading Gradle version to 2.14.1 on Aug 2. > > I just built a new IntelliJ project for Geode myself without any problems. > I don't use the "gradle idea" target (is that what you're using?). That > pro

Re: IntelliJ project dependencies

2016-08-16 Thread Nabarun Nag
+1 Same issue as Bruce's 1st email with IntelliJ 2016.2.1 Upgraded to 2016.2.2 - same issue again. MacOS 10.11.6 The dependencies break down when a new IntelliJ major version is released. GEODE-1194 fixed by Jens was for the dependency issue in IntelliJ 2016.1.1. On Tue, Aug 16, 2016 at 3

Re: IntelliJ project dependencies

2016-08-16 Thread Bruce Schuchardt
I'm not sure what I had this morning but I'm now using 2016.2.2 community edition with the same JDK you're using. Maybe it's a problem unique to MS-Windows. Le 8/16/2016 à 3:43 PM, Kirk Lund a écrit : The project I'm using was created/imported today. My modules view for geode-core shows the

Re: IntelliJ project dependencies

2016-08-16 Thread Kirk Lund
The project I'm using was created/imported today. My modules view for geode-core shows the tools.jar in the list of the Project Settings | Modules | Dependencies for geode-core: geode-core_jca geode-core_legacyDUnit geode-core_main geode-core_test Here's my IntelliJ version and info (on Mac) acco

Re: IntelliJ project dependencies

2016-08-16 Thread Bruce Schuchardt
After pulling down the latest patches to IntelliJ this worked for me as well, though it still doesn't configure geode-core to require tools.jar. Thanks Kirk Le 8/16/2016 à 12:21 PM, Kirk Lund a écrit : All I know of is upgrading Gradle version to 2.14.1 on Aug 2. I just built a new IntelliJ

Re: IntelliJ project dependencies

2016-08-16 Thread Kirk Lund
All I know of is upgrading Gradle version to 2.14.1 on Aug 2. I just built a new IntelliJ project for Geode myself without any problems. I don't use the "gradle idea" target (is that what you're using?). That produces a project that doesn't work for me. Instead I create a new "Project from Existin

IntelliJ project dependencies

2016-08-16 Thread Bruce Schuchardt
Has something changed in project dependencies recently? I rebuilt my IntelliJ project last Friday and found that there were missing dependencies that broke my build. The modules geode-web_test, geode-cq_test, geode-lucene_test, etc, did not have a dependency on geode-core_test. That gave Int