Re: [akka-user] Using Akka in Eclipse

2017-07-03 Thread John Arnold
dencies to the project. You can import a maven project. > > In this case you are missing a transitive dependency. Trying to > add/maintain those manually will be a pain so I suggest that you let the > IDE/plugin handle it for you. > > /Patrik > mån 3 juli 2017 kl. 18:50 s

[akka-user] Using Akka in Eclipse

2017-07-03 Thread John Arnold
Using the Quickstart example (which builds and runs using Maven), I decided to try it in Eclipse. I added the 2 jars from my akka build, akka-actor_2.11-2.5-SNAPSHOT.jar and akka-testkit_2.11-2.5-SNAPSHOT.jar, and the sample program built successfully. Running produced an error: Except

Re: [akka-user] Re: Building Akka from Git - failed to load class "org.slf4j.impl.StaticLoggerBinder".

2017-06-23 Thread John Arnold
cal'). > > Some more background on this can be found in CONTRIBUTING.md. > > > Kind regards, > > Arnout > > On Fri, Jun 23, 2017 at 1:23 PM, John Arnold > wrote: > >> Arnout, >> >> Thank you. But shouldn't this build process create a set of jars?

[akka-user] Re: Building Akka from Git - failed to load class "org.slf4j.impl.StaticLoggerBinder".

2017-06-23 Thread John Arnold
Arnout, Thank you. But shouldn't this build process create a set of jars? On Friday, 23 June 2017 04:46:55 UTC-4, John Arnold wrote: > > The steps I took: > > 1. git clone git://github.com/akka/akka.git > 2. cd akka > 3. sbt > > The results: > > ... >

[akka-user] Building Akka from Git - failed to load class "org.slf4j.impl.StaticLoggerBinder".

2017-06-23 Thread John Arnold
The steps I took: 1. git clone git://github.com/akka/akka.git 2. cd akka 3. sbt The results: ... [info] Compiling 18 Scala sources to /Users/Arnold/akka/project/target/scala-2.10/sbt-0.13/classes... [info] 'compiler-interface' not yet compiled for Scala 2.10.6. Compiling... [info] Compilat