Command fails as .idea/runConfiguration doesn't exist in version control, should be .idea/runConfigurations .

This commit is contained in:
Andrzej Cichocki 2017-04-05 15:19:37 +01:00
parent a9463ebf45
commit 8853a6069c
No known key found for this signature in database
GPG Key ID: 21B3BCB0BD5B0832

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/>`_.