I found a solution to this problem and patched my own fork of Leiningen:

http://github.com/swannodette/leiningen/commit/9d79d631a9faa870a9347992f50a4312170fdf97

The important thing to do if you want this to work is to closely follow the
instructions for hacking on Leiningen that's currently available on GitHub.
Then you need a custom-build of lein-swank. This is easy enough to do, move
into lein-swank in your Leiningen checkout and run:

lein uberjar

You might see some errors but none are deal breakers. Copy the new
lein-swank-standalone.jar and replace the one in that is in your lib folder
in your leiningen checkout.

David

On Tue, Dec 8, 2009 at 11:35 AM, David Nolen <dnolen.li...@gmail.com> wrote:

> Just want to make sure other people are seeing this on OS X. When starting
> up "lein swank" from the project directory and attempting to connect from
> Emacs with slime-connect with this simple clojure project
> http://github.com/swannodette/lein-macosx-bug (just creates a JPanel and
> draws a small line) I get an exception:
>
> Cannot load apple.laf.AquaLookAndFeel
>
> I'm using lein 1.0, usual Emacs/Clojure/SLIME config on OS X 10.6, JDK 1.6
> 64bit.
>
> I note that if I use leiningen from git checkout I don't have this problem
> which seems odd since there aren't many changes between 1.0 and
> leiningen/master.
>
> Thanks,
> David
>
>
>

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