Re: leiningen and updating project versions

2012-12-10 Thread Phil Hagelberg
On Sun, Dec 9, 2012 at 12:18 AM, Dave Sann 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? We have so far punted on tasks that perform automated changes to pr

Re: leiningen and updating project versions

2012-12-10 Thread Dave Sann
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. s

Re: leiningen and updating project versions

2012-12-09 Thread Frank Siebenlist
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 a