Re: classpath issues

2012-03-06 Thread Sean Corfield
On Tue, Mar 6, 2012 at 7:36 AM, Bob wrote: > I am new to clojure.  I am just trying to install and use feedparser- > clj.  I ran "lein install" and it said it completed ok. You generally use Clojure libraries by specifying the dependency in your project.clj file for Leiningen to manage. You don't

Re: classpath issues

2012-03-06 Thread Sanel Zukan
If you are going to play with feedparser-clj from repl, maybe the best way would be to run 'lein repl' inside feedparser-clj folder you just downloaded. In this case, lein would automatically setup classpath for you. However, if you are planning to use it inside your project, create it with 'le