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 <[email protected]> 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 [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
