Arthur Edelstein <arthuredelst...@gmail.com> writes:

> In clooj + lein, there are three steps to adding a jar to a project.
> 1. Edit the project.clj file to include the artifact in the project's
> dependencies
> 2. Go to the command line and type "lein deps"
> 3. Go back to clooj and choose the menu item REPL > Restart

Have you gotten a chance to look at the leiningen-core library? It
should let you handle this kind of thing in-process, possibly without
even having Leiningen installed. It's designed with that kind of thing
in mind, so I'd be very interested in hearing how that works out in
practice.

-Phil

-- 
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