Fork me on GitHub
#tools-deps
<
2019-02-05
>
cjohansen08:02:51

>Error building classpath. Manifest type not detected when finding deps for myapp/myapp in coordinate #:local{:root "/Users/christian/projects/myapp"}

cjohansen08:02:32

I'm getting this on a project that used to work fine. The local dependency is a leiningen based project. Am I doing something wrong?

cjohansen08:02:48

hmm, maybe I used to have a deps.edn file in that project? :thinking_face:

Alex Miller (Clojure team)12:02:11

Probably. You can force it with :deps/manifest :deps (and it’s tolerant of a missing deps.edn)

cjohansen13:02:07

Ok, good to know! Solved it by extracting project.clj deps into deps.edn. This is work in progress, and I've had a deps.edn file that wasn't commited to git that I probably git reset away 🙈

dominicm10:02:53

Is there a jira ticket for managed deps?

dominicm10:02:24

https://github.com/juxt/edge/issues/37 I was cleaning up issues, and realized this issue was related to what we were discussing last night 🙂

borkdude10:02:35

I’m willing to post my proposal into a JIRA ticket, but I thought it would be good to have a little screening first

dominicm10:02:40

Sure :) I actually wanted somewhere to direct the above issue to.