On Sunday, 29 July 2012 17:37:40 UTC+5:30, Samrat Man Singh wrote:
>
> I want to use goose(https://github.com/jiminoc/goose) in a Clojure 
> project and found a StackOverflow answer that pointed me to lein-localrepo. 
> However, I couldn't figure out how to use it.
>
> I did:
> lein localrepo install ../goose/target/goose-2.1.19.jar goose/goose 2.1.19
>
> And lein locallrepo list does show goose, but I don't know how to use it 
> inside the repository. `lein deps` gives me nothing, and I'm not sure how 
> to require goose into the REPL or my core.clj.
>

You should create a project (lein new foo) and include goose as a 
dependency in project.clj before you can use it. Make sure you are using 
the correct version of lein-localrepo based on the Leiningen version.

Shantanu

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to