-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS X bug for Leiningen 1.0 ? #4
Comments
Forgot to add that this used work just fine on the master branch pre-1.0. |
It might be bootclasspath related. Try removing: -Xbootclasspath/a:"$CLOJURE_JAR" from the second-last line of the bin/lein script. |
Alternatively I guess it might be something to do with Ant's classloader. I wonder why Dan didn't run into this issue. What version of OS X are you running? |
Just tried it without the bootclasspath option, no change. 2.53 Mhz Core 2 Duo MBP, OS X 10.6, JDK 1.6 64bit |
I note that "lein swank" works fine if I use the checkout leiningen from the repo instead of 1.0. |
I think I have a solution. I've sent a pull request. |
FWIW I'm on 10.6 (Snow Leopard) and lein runs successfully for me. |
I believe this has been fixed for a while. |
http://github.com/swannodette/lein-macosx-bug
If I try to use this project with lein swank (using lein 1.0), I get a fairly weird exception:
I ran this project using the normal Emacs clojure setup (setting the classpath manually in my .emacs file) and it works perfectly.
Everything needed to recreate this bug is in the repo.
The text was updated successfully, but these errors were encountered: