4 Commits

Author SHA1 Message Date
Juan Jose Comellas
768d93a40f Add rebar binary as a fallback if rebar cannot be found in the system path 2012-05-15 17:01:42 -03:00
Juan Jose Comellas
0db1767179 Use rebar from the system path to avoid collisions with old version of getopt
When running unit tests with 'rebar eunit', rebar will give precedence
to the modules already present in its binary file over the ones in the
project. As rebar uses getopt, the old version of the module was being
used and the unit tests were failing.
2012-04-16 12:56:46 -03:00
Fernando Benavides
cc1654d316 New rebar => fail_on_warining removed from erl_opts because it's deprecated. Also, several other useful options added to rebar.config 2011-04-17 09:22:47 -03:00
Juan Jose Comellas
f539fbbc8a Add support for rebar. 2010-09-23 15:08:58 -03:00