On Fri, Sep 24, 2010 at 1:06 AM, Greg <[email protected]> wrote: > Thanks! What about single files though? (i.e. no project.clj) > > cake has a global project.clj - ~/.cake/project.clj. Change this and single files will get access to those dependencies.
David > On Sep 23, 2010, at 9:22 PM, David Nolen wrote: > > On Thu, Sep 23, 2010 at 11:55 PM, Greg <[email protected]> wrote: > >> Awesome! Great job on this, I was hoping the TM Clojure bundle would get >> some much needed loving. :-) >> >> Quick question: how does this bundle get clojure.jar and >> clojure-contrib.jar (and any additional dependencies), and is there a way to >> tell it to use a specific clojure[-contrib].jar file(s)? >> >> Thanks, >> Greg >> > > Same way you do with lein. Just set that in your project.clj and run 'cake > deps', or even 'lein deps' if you like. > > David > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected]<clojure%[email protected]> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
