[erlang-questions] Rebar dependency tracking
Dmitry Kolesnikov
dmkolesnikov@REDACTED
Wed Nov 18 19:34:47 CET 2015
Hi,
It should work. I might assume that B depends on diff version of C
Can you share error message with us?
Best Regards, Dmitry
> On Nov 18, 2015, at 7:22 PM, Constantine Povietkin <povetkin.k@REDACTED> wrote:
>
> Hi all!
>
> I have an application that depends on other applications with its own
> dependencies.
>
> A
> / \
> B C
> /\
> C D
>
> Rebar get-deps command fetches dependencies to the A deps folder. As a
> result dependency B could not be compiled because of missing dependency.
>
> I use rebar 2.5.0.
>
> rebar.config:
>
> {deps, [
> {C, ".*", {git, "git_path_to_dependecy", {tag, "v1.0.0"}}},
> {B, ".*", {git, "git_path_to_dependecy", {tag, "v1.0.0"}}},
> ]}.
>
>
> What am I doing wrong? Or where can I read about dependency tracking
> more detail?
>
> Thanks in advance.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list