Docs: warn about IntelliJ issue that causes .idea to be wiped at import time

This commit is contained in:
Mike Hearn
2016-11-29 15:53:35 +00:00
parent 8aafeabd01
commit e4ee1b51e6
2 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,17 @@ Getting Set Up : Faultfinding
IntelliJ issues
---------------
Run configurations are missing
******************************
If you opened the Corda project using "Import" from the IntelliJ splash screen rather than using "Open" and then
importing the Gradle build system from the popup bubble, then a bug in IntelliJ will cause it to wipe and recreate
the ``.idea`` directory where the run configurations are stored. The fix is simple and doesn't require you to
re-import the project: just undelete the files! You can do that by either:
1. Running ``git checkout .idea/runConfigurations`` to restore that part of the tree to its normal state.
2. Using the "Version Control" pane in IntelliJ to undelete the files via the GUI.
If IntelliJ complains about lack of an SDK
******************************************