On Aug 7, 2:10 am, Mark Rathwell <mark.rathw...@gmail.com> wrote: > Anyone using lein-deamon and have success getting it working? When trying > to start a daemon with 'lein daemon start daemon-name', I'm getting > java.lang.IllegalArgumentException: > No matching method: with-bindings (daemonProxy.clj:27). The entire error log > is athttp://gist.github.com/512327.
Mark, I posted a fix for this here: http://github.com/ericdwhite/lein-daemon/tree/init-fails-with-bindings And opened these issues: * http://github.com/arohner/lein-daemon/issues/#issue/1 * http://github.com/arohner/lein-daemon/issues/#issue/2 Until that patch goes into 'arohner/lein-daemon' you can do what I did. 1) Fork 'arohner / lein-daemon' 2) Apply the change 3) Bump the revision number in lein-daemon/project.clj (e.g. 0.2.1) 4) lein jar && lein install 5) Finally make the dependency in your project 0.2.1 I hope that helps. Cheers, Eric -- 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