-
I tried the rebar3 plugin on a project today. I ran into a few problems.
1. I get a lot of error like "Undefined type options/0 on line 0", which I assume is because the "include/" directory is not…
-
Multiple warnings and one build error...
**SYSTEM**
Erlang/OTP 22 [erts-10.4.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Eshell V10.4.2 (abort with ^G)
**REPRO**
$ re…
ToddG updated
5 years ago
-
I tried following
http://rebar3.org/docs/package_management/hex_package_management/#config
but it doesn't work:
```
$ rebar3 hex api_url
===> Command api_url not found in namespace hex
$…
-
I pulled the latest version of the repo, and ran the `rebar3 as test shell` as instructed in the documentation. I am getting this error:
```
ryan@Ryans-MBP grpcbox % rebar3 as test shell DEBUG=1
==…
-
I am trying to build a release and I am using a number of erlydtl templates. When I run the rebar3 shell I get all my templates. But when I do 'rebar3 as prod release' they don't get compiled, which o…
-
I'm having issues compiling `erlkaf` on a macOS Ventura 13.6.1:
```
$ mix deps.compile erlkaf
=ERROR REPORT==== 28-Feb-2024::17:31:13.767352 ===
beam/beam_load.c(190): Error loading module rebar…
-
I'm trying to get dalmatinerdb up but having trouble building this proxy. I have very little experience with erlang or the build tools that are used. Here is the rebar3 crashdump I receive:
```
E…
-
to reproduce:
```
rebar3 new release tst
cd tst
echo '{plugins, [{rebar3_run, {git, "git://github.com/tsloughter/rebar3_run.git", {branch, "master"}}}]}.' >> rebar.config
echo '{provider_hooks, [{pre…
-
rebar3 compile
===> Verifying dependencies...
===> Failed to update package rebar3_neotoma_plugin from repo hexpm
===> Plugin rebar3_neotoma_plugin not available. It will not be used.
===> Unable …
-
Previously we could use custom plugins in `rel/plugins`, but how to add custom plugins using rebar3?
Instead of fetching from `git` or `hexpm`, shall we use `path` to specify the plugins?
```
{plug…