[erlang-questions] Rebar dependency tracking

Constantine Povietkin povetkin.k@REDACTED
Wed Nov 18 19:58:30 CET 2015


В Wed, 18 Nov 2015 20:34:47 +0200
Dmitry Kolesnikov <dmkolesnikov@REDACTED> пишет:

No, B depends on the version as B does. 

Message: could find file or directory.

And "deps" folder for B is empty.

> 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