Fork me on GitHub
#cursive
<
2020-11-30
>
Alex Miller (Clojure team)14:11:35

this is really a problem in deps.edn, which cannot successfully pass the jvm-opts with spaces in it due to bash word splitting

Alex Miller (Clojure team)14:11:33

same issue as https://clojure.atlassian.net/browse/TDEPS-56 (I don't think I have one specifically for jvm-opts, but same thing)

imre15:11:37

Thanks for the info, Alex. I added a link to the Cursive ticket

Rebecca Stark18:11:17

👋 im having an issue with dependency resolution. I am trying to import an existing project into cursive, that has a project.clj with some profiles. One of the profiles has :local-repo "local-m2" set. If i comment out that line, everything imports fine, but with it, i am getting Dependency resolution error...Failed to collect dependencies at... . Has anyone else seen this issue, or know of some setup step I may be missing?

cfleming19:11:33

No, there have been some historical problems with this, but I think it should all work in newer versions. I’ll try to find some time to test this shortly.

Rebecca Stark19:11:04

ok thanks, let me know if theres any info i can provide to help debug