swannodette / textmate-clojure

TextMate bundle for Clojure
91 stars 25 forks source link

Cake integration isn't working #11

Open hussein opened 13 years ago

hussein commented 13 years ago

Trying to run Clojure code via Command-R , I got this error:

[cake] connection to cake jvm is taking a long time... [cake] you can use ^C to abort and use 'cake kill' or 'cake kill -9' to force the jvm to restart

(Cake is installed via sudo gem install cake).

swannodette commented 13 years ago

What version of Cake are you running? What happens when you try to run cake manually?

hussein commented 13 years ago

Cake 0.5.8 installed via the gem command. Actually cake is giving a lot of warning and not functioning properly. For example many cake commands are generating these two lines of warning:

/Library/Ruby/Gems/1.8/gems/cake-0.5.8/bin/cake:43: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777

/Library/Ruby/Gems/1.8/gems/cake-0.5.8/bin/cake:43: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777

And if I tried: cake start , I got: unknown task: start