On Friday, 12 July 2013 05:00:43 UTC+5:30, Chris Kuttruff wrote:
>
> Brilliant!  worked perfectly for me... found the magic you were referring 
> to in load-deps ( 
> https://github.com/kumarshantanu/lein-servlet/blob/master/plugin/src/leiningen/servlet.clj#L35)
> and the pomegranate/add-dependencies call ( 
> https://github.com/cemerick/pomegranate/blob/master/src/main/clojure/cemerick/pomegranate.clj#L57)
>
> Thanks so much for sharing... btw, how does that require work for the 
> pomegranate when it isn't listed in your project.clj dependencies.  seems 
> like some chicken and egg type problem
>

Glad it worked for you. Pomegranate is included as one of Leiningen's 
dependency so it's available to all leiningen plugins by default. More 
specifically, Leiningen depends on Leiningen-core, which in turn depends on 
Pomegranate as you can see at the URLs below:

https://github.com/technomancy/leiningen/blob/master/project.clj#L9

https://github.com/technomancy/leiningen/blob/master/leiningen-core/project.clj#L11

Shantanu

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to