Okay, just found my mistake: the dependency was not listed in the
project which checks out the other project.
On Fri, Feb 27, 2015 at 5:12 PM, Timur Sungur wrote:
> Thanks for the suggestion but I had already tried it and no success.
>
> On Fri, Feb 27, 2015 at 7:58 AM, Eldar Gabdullin wrote:
Thanks for the suggestion but I had already tried it and no success.
On Fri, Feb 27, 2015 at 7:58 AM, Eldar Gabdullin wrote:
> Go to your checked out project and run "lein install" there.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To po
Go to your checked out project and run "lein install" there.
--
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
fi
Hi all,
I'm trying to create a multi-project set-up using checkouts. My problem is
the checked out project contains a dependency which is not satisfied by the
project which checks it out. Consequently, I receive a FileNotFound
exception.
Do you have suggestions to solve this pr