Hi, I am trying to develop an erlang application which uses Riakc, using rebar3 build tool. when i am trying to compile using "rebar3 compile" command am getting errors. But the same is compiling without any errors when i used "rebar get-deps & rebar compile". so my question is, rebar3 isn't supported by riakc ?
could anyone comment on this. Thanks in advance, Aravind. *Below are further details*: *Version i used in rebar.config file*: {riakc, {git, "git://github.com/basho/riak-erlang-client.git", {branch, "master"}}} *Error am getting*: MacBook-Pro:myapp lakku1989$ rebar3 compile ===> Verifying dependencies... ===> Fetching jsx ({git,"git://github.com/talentdeficit/jsx.git", {branch,"master"}}) ===> Fetching riakc ({git,"git://github.com/basho/riak-erlang-client.git", {branch,"master"}}) ===> Fetching riak_pb ({git,"git://github.com/basho/riak_pb", {tag,"2.1.0.2"}}) ===> Missing registry entry for package riak_pb_msgcodegen ===> Plugin riak_pb_msgcodegen not available. It will not be used. ===> Fetching protobuffs ({git,"git://github.com/basho/erlang_protobuffs.git ", {tag,"0.8.1p5"}}) ===> Fetching meck ({git,"git://github.com/basho/meck.git", {tag,"0.8.2"}}) ===> Compiling meck ===> Compiling protobuffs ===> Getting rev-list of git depedency failed in /Users/lakku1989/Work/erlapps/myapp MacBook-Pro:myapp lakku1989$
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com