Skip to content

Place explicit dependency on clojure.tools.cli #33

@vemv

Description

@vemv

Hi!

I use (and have to use) [org.clojure/tools.namespace "0.3.0-alpha4"] and [org.clojure/tools.reader "1.1.0"].

I reckon they depended on clojure.tools.cli at some point, which is why you don't depend on it in your project.clj. So I get:

Caused by: java.io.FileNotFoundException: Could not locate clojure/tools/cli__init.class or clojure/tools/cli.clj on classpath.
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate clojure/tools/cli__init.class or clojure/tools/cli.clj on classpath., compiling:(leiningen/bikeshed.clj:1:1)

Of course, I could fix by depending on [org.clojure/tools.cli "0.3.5"] myself.

Just a heads up 🙌

Cheers - Victor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions