Closed alanzoppa closed 10 years ago
How are you starting up the repl? I use leiningen's lein repl
command.
On your system, are there any other port files created? Perhaps run find . -name '*port*'
from your project directory. For me, using the latest stable release of leiningen, two port files are created, one at target/repl-port
, and one at .nrepl-port
.
I'm thinking that I should switch to using .nrepl-port
after seeing this issue, or perhaps check in multiple places for the port file.
Thanks for the info!
When I start lein repl
I only get the .nrepl-port
file, nothing in target/
.
Oops, sorry. I meant to merge #3, not this one. #3 is now merged. Thanks, @alanzoppa, @koozz
Hi Max,
could you verify it on your system and make a new (version) build?
Kind regards, Jan
Oh, thanks for reminding me, @koozz. Done!
Hey-- full disclosure, I'm new to clojure and may have overlooked something obvious.
That said, nrepl appears to store the port in ./target/repl/nrepl-port when I use the specified version. After making this change, the package works as documented.