Questions tagged [rebar]

rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.

rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.

235 questions
0
votes
1 answer

Error building Erica on Windows

I'm trying to play around with a CouchApp, for which erica is apparently the tool to use. Building things from source on Windows is always a nightmare, but I think I've almost got it. I installed the dependencies of Erlang and rebar, then ran…
orlade
  • 2,060
  • 4
  • 24
  • 35
0
votes
2 answers

Is there a way to have rebar generate private documentation?

In the rebar documentation, it says that making documentation supports an option called edoc_opts, which accepts options accepted by the edoc module. In the module's description of the get_doc/2 function, it says it accepts a proplist of options,…
Cody Poll
  • 7,690
  • 3
  • 27
  • 22
0
votes
1 answer

Can't build rebar on Windows7

I am trying to build this (https://github.com/dch/rebar/) rebar. C:\Projects\rebar>bootstrap Recompile: src/rebar_core ==> rebar (compile) Uncaught error in rebar_core: {'EXIT', {badarg, …
Alexander
  • 497
  • 3
  • 9
  • 23
0
votes
1 answer

Rebar distributed tests

I have some issue with distributed tests under rebar. Rebar starts node with name nonode@nohost. After it I call help function make_distrib which provide normal node name and starts distribution work. After starting the slave node I couldn't sent to…
Elzor
  • 804
  • 8
  • 8
0
votes
1 answer

Works alone but not after I release it with rebar

A simple application based on Webmachine and ErlyDtl when I start it with ./start it works. If I try to do a release with rebar then it starts but when I exeute a request then it will fail with following error. I've tried to include the compiler…
ruslander
  • 3,815
  • 4
  • 32
  • 34
0
votes
1 answer

rebar release is not starting with strange errors

When doing 'rebar generate' under MacOS things running just fine. When doing the same under linux (gentoo), starting release fails, with error related to asn1_db. Does it mean erlang installation on host system is broken in some sense? Exec:…
d0rc
  • 115
  • 7
0
votes
1 answer

Could not start release with rebar generate epgsql

When i generate release application with rebar and try start it with key console i have error {"init terminating in do_boot",{'cannot load',pgsql,get_file}}. In all files app.src and reltool.config i have epgsql app added. app.src: {application,…
0
votes
2 answers

rebar generate: enotdir errors

I am trying to setup a rebar release for my otp application. I followed this guide: https://github.com/basho/rebar/wiki/Getting-started When I try to generate a release, I get lots of enotdir errors: ~/Projekte/mc-erl/repo $ ./rebar generate ==> rel…
clonejo
  • 821
  • 7
  • 15
-1
votes
1 answer

Can't access internet from docker container

I'm running to this error while trying to run zotonic from a docker container (using zotonic/zotonic-dev), It seems that I can't connect to the the internet from the container. I've tried using solutions in My docker container has no internet but…
Cen
  • 19
  • 7
-1
votes
2 answers

Mochiweb: Include and compile other libraries

My app uses Mochiweb. I have noticed that Mochiweb files reside in the myapp/deps/mochiweb directory and rebar compiles them when I run make in the myapp directory. I wanted to add ibrowse to write a few tests which make http requests to my app. So…
skanatek
  • 5,133
  • 3
  • 47
  • 75
1 2 3
15
16