Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running the program #1

Open
ghost opened this issue Jul 3, 2014 · 1 comment
Open

running the program #1

ghost opened this issue Jul 3, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 3, 2014

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
Copy link
Owner

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 [email protected] 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
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant