[erlang-questions] Rebar dependency tracking

Constantine Povietkin povetkin.k@REDACTED
Thu Nov 19 17:03:50 CET 2015


I'm trying to do the same way as you do in your project.


В Wed, 18 Nov 2015 20:46:59 -0800
Kenneth Lakin <kennethlakin@REDACTED> пишет:

> On 11/18/2015 09:22 AM, Constantine Povietkin wrote:
> > Hi all! 
> > 
> > I have an application that depends on other applications with its
> > own dependencies.
> > 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'm not *exactly* sure what you're asking, but does the way I'm doing
> it in my rebar 2.x-based project [0] do what you're trying to do? If
> it doesn't, then I pre-emptively apologize for the noise.
> 
> My project looks like:
> \rebar.conf <--- contains *only* a sub_dirs directive
> \deps\ <--- *all* fetched deps go in here
> \apps\mta_fetcher\rebar.conf
> \apps\mta_fetcher_database\rebar.conf
> 
> [0] https://github.com/kennethlakin/mta-fetcher
> 
> 




More information about the erlang-questions mailing list