Skip to content

Unable to make the it work as dev-dependency #2

@murtaza52

Description

@murtaza52

Hi,

I am having a weired problem. When I place ring-serve as a dev-dependency, the repl is not able to find it in its path. I have tried it both with eclipse and clooj and both fail to find it and give me the following exception -

=> (use 'ring.util.serve)

<

FileNotFoundException java.io.FileNotFoundException: Could not locate ring/util/serve__init.class or ring/util/serve.clj on classpath: >

Below is my project.clj -

(defproject ring-hello "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.3.0"][ring "1.0.1"][compojure "1.0.0"]]
:dev-dependencies[[lein-eclipse "1.0.0"][ring-serve "0.1.2"]])

It however works when I have the ring-serve in the dependencies section!

Can someone please help?

Thanks,
Murtaza

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