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

doesnt work with correctly with repl type apps #8

Closed
sclasen opened this issue Sep 10, 2013 · 2 comments
Closed

doesnt work with correctly with repl type apps #8

sclasen opened this issue Sep 10, 2013 · 2 comments

Comments

@sclasen
Copy link

sclasen commented Sep 10, 2013

perhaps it has to do with runinng with repls

running sbt with forego exits immediately

[13:51:06 ] ~/github.com/heroku/heroku.scala $ forego run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> [13:51:14 ] ~/github.com/heroku/heroku.scala $

In comparison, foreman works properly...

[13:50:21 ] ~/github.com/heroku/heroku.scala $ foreman run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> exit
[13:51:26 ] ~/github.com/heroku/heroku.scala

Same behavior for irb

> [13:51:14 ] ~/github.com/heroku/heroku.scala $ forego run irb
Switch to inspect mode.

[13:54:34 ] ~/github.com/heroku/heroku.scala $ foreman run irb
irb(main):001:0>
@ddollar
Copy link
Owner

ddollar commented Sep 10, 2013

Try redownloading and let me know if it works for you.

@sclasen
Copy link
Author

sclasen commented Sep 10, 2013

👍 works for me!

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

2 participants