From 632e6c3a2b701ad464743e5e82fcc910d0658f55 Mon Sep 17 00:00:00 2001 From: stu1130 Date: Wed, 30 Jan 2019 17:18:03 -0800 Subject: [PATCH 1/3] update the scala installation tutorial on intellij --- docs/tutorials/scala/mxnet_scala_on_intellij.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/scala/mxnet_scala_on_intellij.md b/docs/tutorials/scala/mxnet_scala_on_intellij.md index a0bf24e34e28..63f15e4b93bf 100644 --- a/docs/tutorials/scala/mxnet_scala_on_intellij.md +++ b/docs/tutorials/scala/mxnet_scala_on_intellij.md @@ -135,7 +135,7 @@ mxnet ``` **ArtifactId** ``` -ArtifactId: scalaMXNet +scalaMXNet ``` **Version** ``` @@ -211,6 +211,7 @@ The project's `pom.xml` will be open for editing. org.apache.mxnet mxnet-full_2.11-osx-x86_64-cpu + [1.3.1,) org.scala-lang @@ -324,7 +325,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} [%t] **Step 6.** Build the project: - To build the project, from the menu choose Build, and then choose Build Project. - +* Note that if you run into ```bad option: '-make:transitive'```, please follow the [how to solve scalac-error-bad-option-maketransitive](https://stackoverflow.com/questions/35016945/scalac-error-bad-option-maketransitive-on-mvn-package-via-command-line) **Step 7.** Run the Hello World App: From bff925e49d5e211eb4e8c71571cbba08598c8cbd Mon Sep 17 00:00:00 2001 From: stu1130 Date: Thu, 31 Jan 2019 13:43:29 -0800 Subject: [PATCH 2/3] update the so answer --- docs/tutorials/scala/mxnet_scala_on_intellij.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/scala/mxnet_scala_on_intellij.md b/docs/tutorials/scala/mxnet_scala_on_intellij.md index 63f15e4b93bf..a2e73d8624e8 100644 --- a/docs/tutorials/scala/mxnet_scala_on_intellij.md +++ b/docs/tutorials/scala/mxnet_scala_on_intellij.md @@ -325,7 +325,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} [%t] **Step 6.** Build the project: - To build the project, from the menu choose Build, and then choose Build Project. -* Note that if you run into ```bad option: '-make:transitive'```, please follow the [how to solve scalac-error-bad-option-maketransitive](https://stackoverflow.com/questions/35016945/scalac-error-bad-option-maketransitive-on-mvn-package-via-command-line) +* Note that if you run into ```bad option: '-make:transitive'```, please remove the **Step 7.** Run the Hello World App: From 30adccde0c3ffe1e96f1e30dcdda33c47b211ade Mon Sep 17 00:00:00 2001 From: stu1130 Date: Thu, 31 Jan 2019 13:47:34 -0800 Subject: [PATCH 3/3] update the so answer --- docs/tutorials/scala/mxnet_scala_on_intellij.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/scala/mxnet_scala_on_intellij.md b/docs/tutorials/scala/mxnet_scala_on_intellij.md index a2e73d8624e8..769a6b4fe506 100644 --- a/docs/tutorials/scala/mxnet_scala_on_intellij.md +++ b/docs/tutorials/scala/mxnet_scala_on_intellij.md @@ -325,7 +325,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} [%t] **Step 6.** Build the project: - To build the project, from the menu choose Build, and then choose Build Project. -* Note that if you run into ```bad option: '-make:transitive'```, please remove the +* Note that if you run into ```bad option: '-make:transitive'```, please remove ```-make:transitive``` from `pom.xml` and `` from `.idea/scala_compiler`. **Step 7.** Run the Hello World App: