You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type 'run' within the sbt cli, I get this message on my console, and it takes it a while to complete. More then 30 minutes, I step away from the machine and come back until it's done.
Here's a dump of my console
sbt
[info] Loading project definition from /Users/bardiaafshin/playspace/play-backgammon/project
[info] Set current project to play-backgammon (in build file:/Users/bardiaafshin/playspace/play-backgammon/)
[play-backgammon] $ run
--- (Running the application from SBT, auto-reloading is enabled) ---
[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0%0:9000
(Server started, use Ctrl+D to stop and go back to the console...)
[info] Compiling 10 Scala sources and 1 Java source to /Users/bardiaafshin/playspace/play-backgammon/target/scala-2.10/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.10.0-RC1. Compiling...
The text was updated successfully, but these errors were encountered:
The log you've posted there is just as far as compiling infrastructure SBT
itself needs (its compiler interface for the particular version of Scala),
which it needs in order to compile play-backgammon.
I probably need to update the build.properties and build.sbt to reflect the
versions of SBT and Scala that are current (2.10.0-RC1 is an older version
of Scala now). Scala 2.10.0-RC1 being a release candidate rather than a
release version might not play nicely with more recent versions of sbt.
When I type 'run' within the sbt cli, I get this message on my console,
and it takes it a while to complete. More then 30 minutes, I step away from
the machine and come back until it's done.
Here's a dump of my console
sbt
[info] Loading project definition from
/Users/bardiaafshin/playspace/play-backgammon/project
[info] Set current project to play-backgammon (in build
file:/Users/bardiaafshin/playspace/play-backgammon/)
[play-backgammon] $ run
--- (Running the application from SBT, auto-reloading is enabled) ---
[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0%0:9000
(Server started, use Ctrl+D to stop and go back to the console...)
[info] Compiling 10 Scala sources and 1 Java source to
/Users/bardiaafshin/playspace/play-backgammon/target/scala-2.10/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.10.0-RC1.
Compiling...
—
Reply to this email directly or view it on GitHub #1.
Hi there,
When I type 'run' within the sbt cli, I get this message on my console, and it takes it a while to complete. More then 30 minutes, I step away from the machine and come back until it's done.
Here's a dump of my console
sbt
[info] Loading project definition from /Users/bardiaafshin/playspace/play-backgammon/project
[info] Set current project to play-backgammon (in build file:/Users/bardiaafshin/playspace/play-backgammon/)
[play-backgammon] $ run
--- (Running the application from SBT, auto-reloading is enabled) ---
[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0%0:9000
(Server started, use Ctrl+D to stop and go back to the console...)
[info] Compiling 10 Scala sources and 1 Java source to /Users/bardiaafshin/playspace/play-backgammon/target/scala-2.10/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.10.0-RC1. Compiling...
The text was updated successfully, but these errors were encountered: