Hi Frank,

I do use checkouts (i.e symlinked to the project).

The main reason I don't do what you suggest is that the jar dependencies of 
checkouts are not automatically picked up transitively which can lead to 
some fiddly problems. I used to use lein-deps-shares for this but do not 
any more. see: 
https://groups.google.com/d/topic/leiningen/lArvYZx72wc/discussion. If you 
want transitive jar dependencies correctly included in your project - you 
must go through an "install" process - because leiningen takes dependencies 
from the project.clj not from checkouts (unless this has changed).

It was a long shot - I thought maybe someone had come up with a plugin :)

D


On Monday, 10 December 2012 06:50:47 UTC+11, FrankS wrote:
>
> When I'm working on a number of interdependent projects, I'm making 
> symbolic links of the src directories of the dependent project inside my 
> main project. In that way, I can easily make changes in the multiple 
> projects without having to go thru the update version/jar/pom/install 
> cycles for all associated projects, because the source changes are 
> automatically picked-up when i remake the main project.
>
> Only after all works, you can remove the links and add the dependencies to 
> project.clj... And test again ;-)
>
> Enjoy, Frank.
>
>
> On Dec 9, 2012, at 12:18 AM, Dave Sann <dave...@gmail.com <javascript:>> 
> wrote:
>
> Has anyone looked at how to manage snapshots and dependencies in projects 
> with checkouts - where the checkouts (also snapshots) are being edited 
> along with the main project?
>
> As I look at my layers of projects, they looks like a lot of rather 
> tedious manual work for each project to: bump the project version; check 
> dependency versions are correct; commit; install; bump project version to 
> the next snapshot; commit; check dependency versions are correct snapshots; 
> ...etc.
>
> I am curious as to whether anyone has an effective way of dealing with 
> this?
>
> Dave
>
>
>  -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com <javascript:>
> Note that posts from new members are moderated - please be patient with 
> your first post.
> To unsubscribe from this group, send email to
> clojure+u...@googlegroups.com <javascript:>
> 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

Reply via email to