rebar/src
joewilliams cb5056b2e3 Get rid of app.config
app.config has been a long standing erroneous file in rebar. Erlang/OTP
documentation suggests a sys.config file instead. This file is stored in
the releases/VSN directory. This does a few things but most importantly
it ensures your config (contained in the application environment)
survives a hot upgrade. It also has the advantage of allowing the
configuration of the application to be versioned along side the
application code. This patch flips rebar to use sys.config rather than
app.config.

Additionally it makes this flip to vm.args as well, making them
versioned just like sys.config.

This patch also includes runner script changes to support the old
etc/app.config config file location and support for Windows.

Thanks to mokele for the initial work and kick in the pants to make this
finially happen.
2011-09-20 09:44:41 -07:00
..
getopt.erl Update getopt 2011-01-23 16:05:25 +01:00
mustache.erl Update mustache.erl 2011-04-27 10:19:34 +02:00
rebar.erl Respect the --config switch when given 2011-08-18 15:35:30 +02:00
rebar_abnfc_compiler.erl Clean up code 2011-02-06 17:41:04 +01:00
rebar_app_utils.erl Fix misspelling of accommodate 2011-08-31 15:29:23 +02:00
rebar_appups.erl get_reltool_release_info now expects consulted data 2011-07-12 09:08:34 -07:00
rebar_asn1_compiler.erl Move asn1 generated *.hrl to include 2011-09-04 14:11:50 +02:00
rebar_base_compiler.erl Clean up code 2011-02-06 17:41:04 +01:00
rebar_cleaner.erl Clean up emacs file local variables 2011-01-31 17:55:36 +01:00
rebar_config.erl Respect the --config switch when given 2011-08-18 15:35:30 +02:00
rebar_core.erl Fix missing plugin warnings 2011-09-20 13:15:03 +02:00
rebar_ct.erl Add awareness of 'app' parameter to ct module 2011-08-04 18:38:49 +02:00
rebar_deps.erl Export $REBAR_DEPS_DIR and $ERL_LIBS variables 2011-09-02 19:21:11 +02:00
rebar_edoc.erl Clean up specs 2011-03-28 18:39:38 +02:00
rebar_erlc_compiler.erl Ensure include dir exists in compile_mib/3 2011-09-02 17:53:55 +02:00
rebar_erlydtl_compiler.erl Clean up code 2011-02-06 17:41:04 +01:00
rebar_escripter.erl Add options for escript shebang, command, emu_args 2011-06-14 12:13:09 +02:00
rebar_eunit.erl Fix cover_init call to use correct module list 2011-09-01 20:17:43 +02:00
rebar_file_utils.erl Fix regressions in rebar_file_utils 2011-09-15 18:39:14 +02:00
rebar_lfe_compiler.erl Minimize compile options 2011-06-01 18:56:01 +02:00
rebar_log.erl Clean up code 2011-02-06 17:41:04 +01:00
rebar_neotoma_compiler.erl Clean up code 2011-02-06 17:41:04 +01:00
rebar_otp_app.erl Fix logging (reported-by Sergey Yelin) 2011-07-04 13:07:24 +02:00
rebar_port_compiler.erl Limit line length 2011-08-20 18:26:59 +02:00
rebar_protobuffs_compiler.erl Recursively search "src" for .proto files 2011-06-01 13:29:47 -05:00
rebar_rel_utils.erl Get rid of app.config 2011-09-20 09:44:41 -07:00
rebar_reltool.erl Get rid of app.config 2011-09-20 09:44:41 -07:00
rebar_require_vsn.erl Clean up code 2011-02-06 17:41:04 +01:00
rebar_subdirs.erl Correct sub_dirs loop log message 2011-07-07 15:31:43 +02:00
rebar_templater.erl Fix error handling bug in {copy,In,Out} template 2011-07-18 18:58:20 +02:00
rebar_upgrade.erl Get rid of app.config 2011-09-20 09:44:41 -07:00
rebar_utils.erl Fix Dialyzer warning 2011-09-08 22:54:44 +02:00
rebar_xref.erl Abort if xref emits warnings 2011-05-25 20:28:32 +02:00