[erlang-questions] Rebar dependency tracking

Constantine Povietkin povetkin.k@REDACTED
Thu Nov 19 17:06:18 CET 2015


Great! Thank you a ton! 

The problem of my build process is relative paths in pre_hook method of
one of the dependencies.

В Thu, 19 Nov 2015 17:48:22 +1100
Dmitry Belyaev <be.dmitry@REDACTED> пишет:

> Applications in erlang represent a flat list, so there may be only
> one version of an application used in runtime. Rebar expects all your
> dependencies to reside  in the ≤top-directory≥/deps after rebar
> get-deps. The dependencies would use this exact folder to look for
> their own dependencies, so there would be no ./deps/*/deps
> directories. 
> 
> 




More information about the erlang-questions mailing list