You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2020/02/11 12:59:24 UTC

[calcite] branch site updated: Site: Update IntelliJ instructions with suggested and problematic versions

This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/site by this push:
     new 36d71cc  Site: Update IntelliJ instructions with suggested and problematic versions
36d71cc is described below

commit 36d71cca85a9862f48c1ef0889ae05db8402df24
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Tue Feb 11 13:56:47 2020 +0100

    Site: Update IntelliJ instructions with suggested and problematic versions
    
    The majority of users who tried to build Calcite using Gradle and IntelliJ 2018.X encountered problems.
---
 site/_docs/howto.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index fe95680..30b804a 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -208,7 +208,11 @@ See the [developers guide]({{ site.baseurl }}/develop/#getting-started).
 
 ### Setting up IntelliJ IDEA
 
-To setup [IntelliJ IDEA](https://www.jetbrains.com/idea/), follow the standard steps for the installation of IDEA and set up one of the JDK versions currently supported by Calcite.
+Download a version of [IntelliJ IDEA](https://www.jetbrains.com/idea/) greater than (2018.X). Versions 2019.2, and
+2019.3 have been tested by members of the community and appear to be stable. Older versions of IDEA may still work
+without problems for Calcite sources that do not use the Gradle build (release 1.21.0 and before).
+
+Follow the standard steps for the installation of IDEA and set up one of the JDK versions currently supported by Calcite.
 
 Start with [building Calcite from the command line](#building-from-a-source-distribution).