tools-deps

Ben Sless 2024-12-03T17:04:48.399029Z

Hope this is the right channel for this question - I'm developing a tool and I want to test its installation. Both locally and from remote I get an error

Manifest file not found for io.github.bsless/tools.wrk in coordinate #:git{:tag "v0.0.0-alpha1", :sha "c47754c8cc401a30f60a3f2eedd61dfc0b3b1a76", :url ""}
What manifest file? am I missing something in the documentation?

dpsutton 2024-12-03T17:05:48.892719Z

there’s no pom and no deps.edn

Ben Sless 2024-12-03T17:06:47.708649Z

I forgot to push my deps.edn? 😮

Ben Sless 2024-12-03T17:07:17.324939Z

Ah, I see, I need on at the root of the project

dpsutton 2024-12-03T17:09:09.036239Z

I think this has come up before. I forget how it’s solved

dpsutton 2024-12-03T17:10:03.931679Z

i’m searching “in:#tools-deps git root” and getting some interesting stuff

Alex Miller (Clojure team) 2024-12-03T17:13:51.886959Z

:deps/root

Alex Miller (Clojure team) 2024-12-03T17:14:50.949279Z

Should be the relative path in repo to the dir containing the manifest

Alex Miller (Clojure team) 2024-12-03T17:16:10.314829Z

https://clojure.org/reference/deps_edn should always be your first documentation stop for deps.edn questions

Ben Sless 2024-12-03T17:17:06.719079Z

I swear it was I just didn't connect the error to my project structure

Ben Sless 2024-12-03T17:17:30.998049Z

So I just ignored the relevant part of the docs

Alex Miller (Clojure team) 2024-12-03T17:24:17.730889Z

a search for "manifest file" in there may have helped

🙏 1