rebar/inttest/tdeps2
Tuncer Ayaz 77a0eb6fe4 Fix #56 (always-on recursion)
Always-on recursive application of all rebar commands causes too many
issues. Recursive application is required for:
1. dealing with dependencies: get-deps, update-deps, and compile of deps
   right after get-deps or update-deps
2. projects with a riak-like apps/ project structure and dev process

The vast majority of projects are not structured like riak. Therefore,
moving forward it's best to (by default) restrict recursive behavior to
dealing with deps. This commit does that and also adds command line and
rebar.config options for controlling or configuring recursion. Also, we
introduce two meta commands: prepare-deps (equivalent to rebar -r
get-deps compile) and refresh-deps (equivalent to rebar -r update-deps
compile). riak-like projects can extend the list of recursive commands
(to include 'eunit' and 'compile') by adding
{recursive_cmds, [eunit, compile]} to rebar.config.
2014-03-11 21:11:36 +00:00
..
a.erl inttest: fix whitespace errors 2012-08-18 19:29:29 +02:00
a.rebar.config Remove hg from integration tests; git is defacto standard at this point 2013-03-02 08:22:09 -07:00
b.hrl inttest: fix whitespace errors 2012-08-18 19:29:29 +02:00
b.rebar.config Remove hg from integration tests; git is defacto standard at this point 2013-03-02 08:22:09 -07:00
c.hrl inttest: fix whitespace errors 2012-08-18 19:29:29 +02:00
root.rebar.config Adding another transitive dep test 2010-06-09 10:25:28 -06:00
tdeps2_rt.erl Fix #56 (always-on recursion) 2014-03-11 21:11:36 +00:00