From 0e8d7fc2aa716d89a4e8d2f50f87d137b644ce71 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Thu, 16 Feb 2017 12:26:40 +0000 Subject: [PATCH] Updated docs to refer to the latest milestone and replaced a specific milestone reference with a generic one --- docs/source/getting-set-up-fault-finding.rst | 6 +++--- docs/source/getting-set-up.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/getting-set-up-fault-finding.rst b/docs/source/getting-set-up-fault-finding.rst index fac286c5e1..01bf2fa178 100644 --- a/docs/source/getting-set-up-fault-finding.rst +++ b/docs/source/getting-set-up-fault-finding.rst @@ -6,7 +6,7 @@ Milestone releases When you clone the corda or cordapp-template repos, they will default to the master branch. The master branch is being continuously developed upon, and its features may not align with the state of Corda as described in the docs. Additionally, the master branch of the CorDapp template may break in response to changes in the main corda repo. -When developing on Corda, you should always check out the latest milestone (i.e. stable) branch instead. For example, to check out milestone 7, you'd run ``git checkout release-M7``. +When developing on Corda, you should always check out the latest milestone (i.e. stable) branch instead. For example, to check out milestone 0, you'd run ``git checkout release-M0``. Java issues ----------- @@ -24,7 +24,7 @@ JavaFX is not bundled with OpenJDK. If you are using OpenJDK and get an 'Unresol If you have APT installed and OpenJFX is part of your Unix distribution's package list, you can do this by running ``sudo apt install openjfx``, and possibly ``sudo apt install libopenjfx-jav``. Other users will want to refer to the guide `here `_, or to the list of Community Builds `here `_. IDEA issues ---------------- +----------- No source files are present *************************** @@ -54,7 +54,7 @@ simple and doesn't require you to re-import the project: just undelete the files 2. Using the "Version Control" pane in IDEA to undelete the files via the GUI. IDEA complains about lack of an SDK -*************************************** +*********************************** If IDEA refuses to open a project because an SDK has not been selected, you may need to fix the project structure. Do this by following `these instructions `_. The correct JDK is often found on a path such as ``jdk1.8.0_xx…/Contents/Home``. Ensure that you have the Project language level set at 8. diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index 8dc95e51cb..93fd041bd2 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -80,7 +80,7 @@ And a simple example CorDapp for you to explore basic concepts is available here You can clone these repos to your local machine by running the command ``git clone [repo URL]``. By default, these repos will be on the ``master`` branch. However, this is an unstable development branch. You should check -out the latest milestone release (currently Milestone 7) instead by running ``git checkout release-M7``. +out the latest release tag instead by running ``git checkout release-M8.1``. Opening Corda/CorDapps in IDEA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~