wbillingsley / play-backgammon

A backgammon game using scala, the play-framework, websockets, and d3.js
Other
22 stars 4 forks source link

running the program #1

Open ghost opened 10 years ago

ghost commented 10 years ago

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...

wbillingsley commented 10 years ago

Hi Bardia,

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.

Thanks.

On 4 July 2014 03:20, Bardia Afshin notifications@github.com wrote:

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...

— Reply to this email directly or view it on GitHub https://github.com/wbillingsley/play-backgammon/issues/1.