On Tuesday, 18 March 2014 08:25:30 UTC+5:30, Dave Kincaid wrote:
>
> I'm trying to create a project with multiple modules where there are some 
> dependencies between modules. So far I've tried out lein-sub and 
> lein-modules but neither one seems to handle inter-module dependencies 
> (either that or I just can't figure out how to do it). What are people 
> using for projects like this? Any open source examples I could look at?
>

lein-sub supports an `-s` flag that can be used to work on one specific 
module at a time. I think you can combine this with lein-cascade 
(https://github.com/kumarshantanu/lein-cascade) to work with cascading 
module dependencies.

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/d/optout.

Reply via email to