Questions tagged [rebar3]

Erlang build tool that makes it easy to compile and test Erlang applications and releases.

Rebar3 is an Erlang tool that makes it easy to create, develop, and release Erlang libraries, applications, and systems in a repeatable manner.

Rebar3 is not Rebar - as the two are completely different.

Rebar3 is also a self-contained Erlang script. It is easy to distribute or embed directly in a project. Tasks or behaviours can be modified or expanded with a plugin system flexible enough that even other languages on the Erlang VM will use it as a build tool.

http://www.rebar3.org/

107 questions
0
votes
1 answer

I got the error: 'EXIT',{undef,[{compile,forms, ... when start the application generated by rebar3 release

The application can run well started by erlang shell -erl, but got the error: {"Kernel pid terminated",application_controller," {application_start_failure,gateway,{bad_return,{{gateway_app,start,[normal,[]]}, {'EXIT',{undef,[{compile,forms,…
Zack_CN
  • 3
  • 3
-2
votes
2 answers

Erlang app built using rebar3 is using single core

I am deploying a application written on erlang built using rebar3. When I run it, it is using single core of the CPU. What should I do to make it use all the cores? Thanks
1 2 3 4 5 6 7
8