This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-19
Channels
- # beginners (17)
- # boot (7)
- # cider (1)
- # cljsrn (4)
- # clojure (22)
- # clojure-austin (19)
- # clojure-canada (1)
- # clojure-dusseldorf (1)
- # clojure-greece (3)
- # clojure-russia (19)
- # clojure-spec (46)
- # clojure-uk (23)
- # clojurescript (17)
- # core-async (7)
- # cursive (13)
- # dirac (66)
- # kekkonen (1)
- # lein-figwheel (2)
- # om (1)
- # onyx (2)
- # re-frame (1)
- # reagent (1)
- # specter (2)
Is it possible to use Cursive's nREPL in a Maven project?
I see Project is <unknown>
under the Use Leiningen REPL port option
ah, i just noticed this message at the bottom:
Run Configuration Error: No Leiningen modules containing clojure.main found
@onetom: The Leiningen option has never worked with Maven, but the the nREPL in normal JVM process option should.
@onetom: Oh ok, if you’re running the REPL externally then you want the remote option, yes. I’ll try to reproduce that error tomorrow