Skip to content

Instantly share code, notes, and snippets.

@knewter
Last active August 29, 2015 14:14
Show Gist options
  • Save knewter/47206cc8496abd853549 to your computer and use it in GitHub Desktop.
Save knewter/47206cc8496abd853549 to your computer and use it in GitHub Desktop.
[jadams:~/erlang/erlagi] master(+1/-1) ± ./rebar clean
Uncaught error in rebar_core: {'EXIT',
{undef,
[{rebar_utils,base_dir,
[{config,"/home/jadams/erlang/erlagi",
[{cover_enabled,false},
{erl_opts,
[{parse_transform,lager_transform}]},
{eunit_opts,
[verbose,
{report,{eunit_surefire,[{dir,"."}]}}]},
{edoc_opts,[{todo,true}]},
{cover_print_enable,true},
{plugins,[rebar_covertool]},
{covertool_eunit,
".eunit/eunit.coverage.xml"},
{covertool_ct,
{"ct.coverdata",
".eunit/ct.coverage.xml"}},
{covertool_prefix_len,2},
{lib_dirs,["deps"]},
{deps,
[{lager,".*",
{git,
"git://github.com/basho/lager.git",
"master"}},
{covertool,".*",
{git,
"git://github.com/idubrov/covertool.git",
"HEAD"}}]},
local],
{dict,2,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]},
{{[],[],[],[],[],
[[verbose|0],[force,48]],
[],[],[],[],[],[],[],[],[],[]}}},
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]}}},
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]}}},
{dict,9,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]},
{{[[{appfile,
{app_file,
"/home/jadams/erlang/erlagi/src/erlagi.app.src"}}|
{erlagi,
[{description,
"Asterisk Gateway Interface (AGI) client for erlang/otp"},
{vsn,git},
{registered,[]},
{applications,[kernel,stdlib,sasl]},
{mod,{erlagi_app,[]}},
{env,[]}]}]],
[],
[[base_dir,47,104,111,109,101,47,106,
97,100,97,109,115,47,101,114,108,97,
110,103,47,101,114,108,97,103,105],
[deps_dir,100,101,112,115]],
[[operations|0],[defines]],
[[escript,47,104,111,109,101,47,106,97,
100,97,109,115,47,101,114,108,97,110,
103,47,101,114,108,97,103,105,47,114,
101,98,97,114]],
[[vsn_cache|
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],
[],[],[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],
[],[],[],[],[]}}}]],
[],
[[enable_profiling|false],
[keep_going|false]],
[],[],[],[],[],[],[],[]}}}}],
[]},
{rebar_deps,get_deps_dir,2,
[{file,"src/rebar_deps.erl"},{line,309}]},
{rebar_deps,find_dep,3,
[{file,"src/rebar_deps.erl"},{line,395}]},
{rebar_deps,find_deps,4,
[{file,"src/rebar_deps.erl"},{line,368}]},
{rebar_deps,preprocess,2,
[{file,"src/rebar_deps.erl"},{line,64}]},
{rebar_core,acc_modules,5,
[{file,"src/rebar_core.erl"},{line,451}]},
{rebar_core,process_dir1,6,
[{file,"src/rebar_core.erl"},{line,158}]},
{rebar_core,process_commands,2,
[{file,"src/rebar_core.erl"},{line,61}]}]}}
{cover_enabled, true}.
{erl_opts, [{parse_transform, lager_transform}]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir,"."}]}}]}.
{edoc_opts,[{todo,true}]}.
{cover_print_enable, true}.
{plugins, [rebar_covertool]}.
{covertool_eunit, ".eunit/eunit.coverage.xml"}.
{covertool_ct, {"ct.coverdata", ".eunit/ct.coverage.xml"}}.
{covertool_prefix_len, 2}.
{lib_dirs,["deps"]}.
{deps, [
{'lager', ".*", {
git, "git://github.com/basho/lager.git", "master"}
},
{covertool,".*", {git, "git://github.com/idubrov/covertool.git","HEAD"}}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment