On Wed, Oct 15, 2008 at 5:26 PM, Matthew D. Swank <
[EMAIL PROTECTED]> wrote:

>
> > Yeah, I had som problems with this as well. As far as I can tell, my
> problem
> > was that swank-clojure-extra-classpaths defaulted to '~/.clojure/*', but
> the
> > ability to specify wildcards in the classpath was added in Java 6. As I
> was
> > running Java 5, that had no effect.
> >
> > I worked around it by hacking swank-clojure.el and adding a call to
> > file-expand-wildcards in swank-clojure-cmd to let emacs expand the
> classpath
> > before it was passed to the JVM. I can send you a patch if you like.
>
> Yes, that seems to be the problem. Could you post the patch to the
> news group?  That is unless Jeffery is considering folding it into
> swank-clojure anyway.
>

Here's the patch. It's really just a simple hack to get wildcard expansion
to work and I didn't put much thought into it. Hope it helps, though.

Cheers,
-- Fredrik
==============================================
What am I up to? http://twitter.com/appelberg

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: swank-clojure.el.patch
Description: Binary data

Reply via email to