I need help doing something with leiningen :managed-dependencies.
My repo is pushed here: https://github.com/yaml/yamlscript/tree/clojure (note the clojure branch)
I have 2 subdirectories:
• clojure - defines a yamlscript.core library
• libyamlscript - defines a libyamlscript.core library
◦ The libyamlscript.core lib wants to depend on the local yamlscript.core lib
In the ./libyamlscript/ directory, lein repl fails to start.
I'm a lein rookie. @hifumi123 pointed me towards :managed-dependencies but I'm stuck here.
If nobody here knows I can cross post in #leiningen or wait for @hifumi123 🙂
did you install the dependent project beforehand
Try running lein repl from the libyamlscript dir in the clojure branch
bbl