[akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-21 Thread Leo Wolf
Hi sir, I'm new to akka-proj. I encounter some problems about modify the akka-proj, and found you have made some pull request on it so I decide to ask you about it. I have forked the akka-proj, download it, and open it as a project in intellij. But I found out there are lots of errors in build

[akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-21 Thread Leo Wolf
Hi, I'm new to akka-proj. I encounter some problems about modify the akka-proj, and found you have made some pull request on it so I decide to ask you about it. I have forked the akka-proj, download it, and open it as a project in intellij. But I found out there are lots of errors in build.sbt

Re: [akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-21 Thread Konrad Malawski
Hi Leo, what PR are you working on? But I found out there are lots of errors in build.sbt in every directory. For instance, For the most part you can ignore these if intellij doesn't pick them up. The import into intellij from sbt feature works properly. And, I create a test.scala in akka.http.

Re: [akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-21 Thread Leo Wolf
Hi Konrad, Thank you for getting back to me. I have create a scala test file under Akka-http-sprayjson and the path is "/akka/akka-http-marshallers-scala/akka-http-spray-json/src/main/scala/akka/http/scaladsl/marshallers/sprayjson/UploadHandler.scala", and package it as package akka.http.scalad

Re: [akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-21 Thread Leo Wolf
By the way, the error shows this message: Very thanks for the

Re: [akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-23 Thread Johan Andrén
Hi Leo, What IntelliJ version and how did you open/import the Akka into IntelliJ? Make sure you have the latest as that works best, and just use Open make IntelliJ load the project. IntelliJ doesn't quite understand the Akka build files in that it will give those red warning lines in the .sbt

Re: [akka-user] Error about download akka proj from github and open it as a proj in intellij

2016-07-24 Thread Leo Wolf
Hi Johan, Thank you for your reply and the information! Now it's correctly worked!! Leo Johan Andrén於 2016年7月23日星期六 UTC+8下午5時53分21秒寫道: > > Hi Leo, > > What IntelliJ version and how did you open/import the Akka into IntelliJ? > Make sure you have the latest as that works best, and just use Open