Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example code broke #49

Open
haroldcarr opened this issue Dec 18, 2015 · 1 comment
Open

example code broke #49

haroldcarr opened this issue Dec 18, 2015 · 1 comment

Comments

@haroldcarr
Copy link

I just downloaded the zip of rook then:

unzip ~/Downloads/rook-master.zip
cd rook-master/manual/code/example/
lein run

and get (after dependencies are downloaded, including medley):

          java.io.FileNotFoundException: Could not locate medley/core__init.class or medley/core.clj on classpath: 
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate medley/core__init.class or medley/core.clj on classpath: , compiling:(io/aviso/rook/dispatcher.clj:1:1)
@reutsharabani
Copy link

This is old, but for future readers: You should make sure you're using the proper version of clojure. At some point medley was broken for old versions and works with version >= 1.7.0 (try: [org.clojure/clojure "1.7.0"])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants