You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by aa...@apache.org on 2019/02/04 22:13:30 UTC

[incubator-mxnet] branch master updated: update the scala installation tutorial on intellij (#14033)

This is an automated email from the ASF dual-hosted git repository.

aaronmarkham pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 9aba77b  update the scala installation tutorial on intellij (#14033)
9aba77b is described below

commit 9aba77bebbcefd3f3ba1b4854fd19907de93d08b
Author: Jake Lee <gs...@gmail.com>
AuthorDate: Tue Feb 5 06:13:01 2019 +0800

    update the scala installation tutorial on intellij (#14033)
    
    * update the scala installation tutorial on intellij
    
    * update the so answer
    
    * update the so answer
---
 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 a0bf24e..769a6b4 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.
     <dependency>
       <groupId>org.apache.mxnet</groupId>
       <artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
+      <version>[1.3.1,)</version>
     </dependency>
     <dependency>
       <groupId>org.scala-lang</groupId>
@@ -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 remove ```<arg>-make:transitive</arg>``` from `pom.xml` and `<parameter value="-make:transitive" />` from  `.idea/scala_compiler`.
 
 **Step 7.** Run the Hello World App: