On Sep 9, 11:02 am, Michael Kohl <citizen...@gmail.com> wrote:
> On Wed, Sep 9, 2009 at 3:08 AM, Phil Hagelberg <p...@hagelb.org> wrote:
> > This just resets the classpath to include target/dependency/ as well as
> > any jars in the lib/ directory of your project. I've included this in
> > the Emacs Starter Kit but haven't included it in clojure-mode yet since
> > I haven't quite decided if it's suitable for everyone. But it seems
> > there's a demand for it; so I guess I'll include it.
>
> It really does seem like there's a certain demand for it, I stumbled
> upon several blog posts and such where people have trouble setting up
> their Clojure projects. I definitely think that this would be a
> worthwhile addition to clojure-mode.

I'd vote for it to go in. In my version I also include an extra
setting for any native libraries I need for the project:

(setq swank-clojure-library-paths (expand-file-name "lib/native"
path))

Phil, it looks like you've abandoned your practice of exploding all
jars into the lib directory. Any particular reason for that?
Personally, I thought it was a heathen practice anyway :)

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