Merge pull request #510 from corda/andr3ej-runConfigurations

Fix always-failing command in Getting set up documentation
This commit is contained in:
Roger Willis 2017-04-11 13:20:21 +01:00 committed by GitHub
commit 43459789ee

View File

@ -93,7 +93,7 @@ When opening a Corda project for the first time from the IDEA splash screen, ple
and then import the Gradle project by clicking "Import Gradle project" in the popup bubble on the lower right-hand side of the screen.
If you instead pick "Import Project" on the splash screen, a bug in IDEA will cause Corda's pre-packaged run configurations to be erased.
If you see this warning too late, that's not a problem - just use ``git checkout .idea/runConfiguration`` or the version control tab in
If you see this warning too late, that's not a problem - just use ``git checkout .idea/runConfigurations`` or the version control tab in
IDEA to undelete the files.
IDEA's build of the project may need to be resynced from time to time. This can be done from within IDEA by going to "View" -> "Tool Windows" -> "Gradle"
@ -108,4 +108,4 @@ Once you have these demos running, you may be interested in writing your own Cor
:doc:`tutorial-cordapp`.
If you encounter any issues, please see the :doc:`getting-set-up-fault-finding` page, or get in touch with us on the
`forums <https://discourse.corda.net/>`_ or via `slack <http://slack.corda.net/>`_.
`forums <https://discourse.corda.net/>`_ or via `slack <http://slack.corda.net/>`_.