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
Loading current sbt project in ammonite repl like "sbt console" in current project directory #310
Comments
This is probably made redundant by the fact you can already run Ammonite in any SBT project pretty trivially |
thanks |
@lihaoyi i dont think its trivial, i just failed to do this with use of docs description (probably dont know sbt enough and got multi-module project here). while searching for solution to the problem found this ticket. i think you should reevaluate this feature request. easier level of entry is always welcome i guess. regards |
Another thought: It would be very nice to be able to say "Run this script in the context of this sbt project."
would be very exciting. |
I disagree and agree with @prozz . I'm also trying to figure out how to run ammonite inside an sbt session the same I can Any directions? |
Agreed, just spent close to two hours trying to get Ammonite running and gave up. |
Since there's a little recent chatter, I thought I'd add that I found the linked instructions to mostly work... except that sbt kept forking. Adding this line to Test / run / fork := false |
I agree |
sbt console in the current sbt project loads the project into to the repl. Is it possible to do the same with ammonite repl as well.
something like this
output: loading current sbt project ....
similarly
output: loading current sbt project....
The text was updated successfully, but these errors were encountered: