rebar/src
Charles McKnight f83f18eb3b Fix error where ebin was created as a file
This patch remedies an issue where the ebin directory would be
erroneously created as a file by the first "mv" command in
rebar_protobuffs_compile.erl [line 106] if the ebin file did not
exist at the root application level.

In essence, the patch ensures that the ebin directory exists at
the application directory level before any "mv" commands are
executed. The following code was inserted at line 106:

    ok = filelib:ensure_dir(filename:join("ebin","dummy")),
2011-01-06 12:30:32 +01:00
..
getopt.erl Dialyzer related cleanups 2010-10-10 14:11:13 -06:00
mustache.erl Fix conversion of boolean atom to string 2010-12-09 23:28:05 +01:00
rebar.erl Move version check/enforcement for reltool into rebar_reltool; rebar should work (excepting reltool support) with anything as far back as R12, once you've compiled it 2010-06-22 14:13:39 -06:00
rebar_abnfc_compiler.erl Add abnfc support 2010-12-22 17:57:21 +01:00
rebar_app_utils.erl Tidier improvements 2010-10-26 00:38:51 +02:00
rebar_asn1_compiler.erl Add ASN.1 support (via Ruslan Babayev) 2010-03-22 18:31:01 +01:00
rebar_base_compiler.erl Tidier improvements 2010-10-26 00:38:51 +02:00
rebar_cleaner.erl Dialyzer related cleanups 2010-10-10 14:11:13 -06:00
rebar_config.erl Add possibility to specify rebar config for the "main" application 2010-11-09 20:19:38 -07:00
rebar_core.erl Implement update-deps and disable auto update 2010-12-17 12:39:50 +01:00
rebar_ct.erl Add rebar code path to common test code path 2010-12-09 00:20:54 +01:00
rebar_deps.erl Implement update-deps and disable auto update 2010-12-17 12:39:50 +01:00
rebar_dialyzer.erl Support dialyzer plt paths having "~/" as a prefix 2010-11-23 19:03:56 +01:00
rebar_edoc.erl Remove mention of "clean" command from rebar_edoc 2010-11-14 13:35:14 +01:00
rebar_erlc_compiler.erl Fix order of erl_opts to be more accurate 2011-01-04 11:27:17 +01:00
rebar_erlydtl_compiler.erl Fix typo in rebar_erlydtl_compiler 2010-12-16 15:40:15 +01:00
rebar_escripter.erl Match ok result of filelib:ensure_dir/1 2010-10-22 22:12:25 +02:00
rebar_eunit.erl Tidier improvements 2010-10-26 00:38:51 +02:00
rebar_file_utils.erl Port rebar_file_utils to Windows 2010-10-27 11:39:12 -06:00
rebar_lfe_compiler.erl Another round of refactoring to yield better flexiblity in the base_compiler system 2010-01-03 22:53:04 -07:00
rebar_log.erl Cleaning up logging messages 2010-06-09 13:15:49 -06:00
rebar_neotoma_compiler.erl Tidier improvements 2010-10-26 00:38:51 +02:00
rebar_otp_app.erl Adding support for app_vars in external file 2010-12-20 08:55:31 -07:00
rebar_port_compiler.erl Tidier improvements 2010-10-26 00:38:51 +02:00
rebar_post_script.erl Only run pre/post scripts for current directory; thanks to Tim Watson for pointing this out 2010-07-27 20:27:57 -06:00
rebar_pre_script.erl Only run pre/post scripts for current directory; thanks to Tim Watson for pointing this out 2010-07-27 20:27:57 -06:00
rebar_protobuffs_compiler.erl Fix error where ebin was created as a file 2011-01-06 12:30:32 +01:00
rebar_rel_utils.erl Remove warnings reported by xref 2010-06-19 18:53:54 +02:00
rebar_reltool.erl Port rebar_file_utils to Windows 2010-10-27 11:39:12 -06:00
rebar_require_vsn.erl Add support for requiring a specific ERTS or OTP version via a regex 2010-05-03 19:47:07 -06:00
rebar_subdirs.erl Heavy-duty refactor to support truly transitive dependencies 2010-06-09 13:16:58 -06:00
rebar_templater.erl Support single level of nested template variables 2010-12-22 17:56:52 +01:00
rebar_utils.erl Fix bug 805 2010-11-22 23:48:28 +01:00
rebar_xref.erl Fix issues found by dialyzer 2010-10-10 23:24:20 +02:00