On Mon, May 28, 2012 at 7:10 PM, Evan Mezeske <emeze...@gmail.com> wrote: > I'm not really sure what environment variables have to do with the problem.
Leiningen used to check the $CLASSPATH variable, but I don't think anyone had ever used that on purpose; it just caused problems in practice. Going forward (2.0.0-preview5+) it does not. > The classpath that is generated by the trampoline task is going to contain > a bunch of stuff from your project's :source-path, :extra-classpath-dirs, > wherever your maven repository lives, wherever your lein plugins dir is, > etc. Since it's not quoted properly, if any of those paths contain a space, > you're hosed. Yeah, started an issue to track this: https://github.com/technomancy/leiningen/issues/606 Need to make sure indiscriminately applying quoting to each element in write-trampoline is OK, but if so that should do the trick. -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