Thanks David, the ns is found now (using lein checkouts), one of the reasons iv tried moving to latest snapshot was an error during compilation for the following fn:
(defn email-request [req] (match [req] [{:name _ :repo (r :when (comp not nil?)) :email email}] (notify- user-constrained email "Your repository access request has been approved" (<< "Verify that you can access it by cloning ~(:repo req) repository.") @config) [{:name _ :key _ :email email}] (notify-user-constrained email "Your key request in gitolite was approved" (<< "Please verify that your public key matches ~(:key req)") @config) )) Exception in thread "main" java.lang.Exception: Unable to resolve symbol: email in this context (notification.clj:43), it somehow passes when I the repl but fails during compilation, I guess id rather open an issue for this :), Thank you David for an awesome library Ronen On Sep 23, 1:33 am, David Nolen <dnolen.li...@gmail.com> wrote: > I'm temporarily bringing back project.clj until we get a proper release out > the door (hopefully soon). Let me know if HEAD works for you. > > David > > > > > > > > On Thu, Sep 22, 2011 at 6:31 PM, ronen <nark...@gmail.com> wrote: > > Iv been using the cool match library right up until it was moved into > > core, using the latest snapshot (match-0.2.0-20110809.143608-2.jar): > > > $ lein compile > > > Caused by: java.io.FileNotFoundException: Could not locate clojure/ > > core/match/core__init.class or clojure/core/match/core.clj on > > classpath: > > > Peeking into the jar it is there, Iv also tried using: > > > match.core > > > but failed again, any idea on how to resolve this? > > > Thanks > > Ronen > > > -- > > 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 -- 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