Open hussein opened 13 years ago
What version of Cake are you running? What happens when you try to run cake manually?
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
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).