From 5e3ff4238f9329e3e4ccf77e49eb2a20f4e74cd6 Mon Sep 17 00:00:00 2001 From: Richard Green Date: Fri, 18 Mar 2016 13:45:22 +0000 Subject: [PATCH 1/3] Cosmetic change to Amount to display decimal places --- core/src/main/kotlin/core/FinanceTypes.kt | 2 +- core/src/test/kotlin/core/FinanceTypesTest.kt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/src/main/kotlin/core/FinanceTypes.kt b/core/src/main/kotlin/core/FinanceTypes.kt index 8349ba4bb4..b90687d596 100644 --- a/core/src/main/kotlin/core/FinanceTypes.kt +++ b/core/src/main/kotlin/core/FinanceTypes.kt @@ -58,7 +58,7 @@ data class Amount(val pennies: Long, val currency: Currency) : Comparable Date: Fri, 18 Mar 2016 15:46:54 +0000 Subject: [PATCH 2/3] Fixed incorrect git repository URL. --- docs/build/html/getting-set-up.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/html/getting-set-up.html b/docs/build/html/getting-set-up.html index 38b103e36e..a63cff0b72 100644 --- a/docs/build/html/getting-set-up.html +++ b/docs/build/html/getting-set-up.html @@ -162,7 +162,7 @@ then clicking “Install JetBrains plugin”, then searching for Kotlin, then hitting “Upgrade” and then “Restart”.

Choose “Check out from version control” and use this git URL

-
https://your_username@bitbucket.org/R3-CEV/r3repository.git
+
https://your_username@bitbucket.org/R3-CEV/r3prototyping.git

Agree to the defaults for importing a Gradle project. Wait for it to think and download the dependencies.

Right click on the tests directory, click “Run -> All Tests” (note: NOT the first item in the submenu that has the gradle logo next to it).

@@ -260,4 +260,4 @@ found at something like

- \ No newline at end of file + From 8a60541ee3bfc279f12a0f5d2ccb22525f9ea5bd Mon Sep 17 00:00:00 2001 From: Vibhu Mohindra Date: Fri, 18 Mar 2016 18:29:06 +0000 Subject: [PATCH 3/3] Script now runs latest source code --- scripts/trader-demo.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/trader-demo.sh b/scripts/trader-demo.sh index 4f13c8fe52..d674564ac7 100755 --- a/scripts/trader-demo.sh +++ b/scripts/trader-demo.sh @@ -7,9 +7,7 @@ if [ ! -e ./gradlew ]; then exit 1 fi -if [ ! -d build/install/r3prototyping ]; then - ./gradlew installDist -fi +./gradlew installDist if [[ "$mode" == "buyer" ]]; then if [ ! -d buyer ]; then