Fork me on GitHub
#cursive
<
2017-07-24
>
richard-nagelmaeker06:07:03

How do you run clojure.main/repl in the cursive repl? When I try a window pops up asking for an input string. I have no clue what to enter or how to remove this window. Any ideas?

richard-nagelmaeker06:07:01

I'll see if a remote repl works for me. For now this should be a good work around. Í'll let you know if I have further issues. For now consider my previous question as solved

bfabry15:07:57

@richard-nagelmaeker I think the cursive repl would probably rely on nrepl

erichmond20:07:19

Hm. What governs this remote maven repo stuff? Cursive? Or the IntelliJ subsystem? I ask because my computers seem to forget the indexed repos all the time. Also, it tries to index the datomic repo that is PW protected. Does anyone else have these kinds of issues?

cfleming22:07:39

@richard-nagelmaeker When you’re configuring your REPL run configuration, there’s an option there “Use clojure.main in normal JVM process”

cfleming22:07:17

@erichmond The indexing is done by IntelliJ as part of the Maven plugin.

cfleming22:07:35

I’m not sure why it should forget the indexed repos, that’s very strange.

cfleming22:07:16

There is a possible workaround for the authentication issue here: https://groups.google.com/d/msg/cursive/pWA528YDTIU/bZa7f-NEAQAJ, but I never got any feedback on whether it worked or not.

erichmond22:07:31

Thanks brother! I’ll look into this. Continued thanks for making Cursive! Incredible project.

cfleming23:07:54

@erichmond Thanks! I’m glad it’s working well for you 🙂