rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
0
votes
0answers
5 views
creating rebar control and introduction a band with toolbar into the rebar
I use this code to create a rebar control, and introduction a band with toolbar into the rebar.
But when the window is displayed, the toolbar is not representation in the rebar.
#include ...
2
votes
1answer
69 views
Displaying EUnit code coverage in Emacs
I am using Rebar to build my erlang project and want to integrate it more tightly with Emacs. I found that if I add {cover_print_enabled, true}. to my rebar config file I get code coverage in the ...
1
vote
2answers
82 views
start erlang application from command line
I have an erlang application, compiled with rebar.
Normally I start it with like this:
application:start(myapp).
from inside the erl shell.
Could anyone tell me how to start it like a normal ...
1
vote
1answer
107 views
How to install, compile, and utilize Rebar in Windows 8
Is this possible?
All tutorials I've come across on how to build and use Rebar involve Unix commands, and I'm a most unfortunate Windows user. I'd really like to avoid installing Cygwin if I can help ...
2
votes
2answers
59 views
Erlang git repository dependency from github (undef)
I am trying to run a script that calls
erl -sname egs -pa apps/*/ebin -pa deps/*/ebin -boot start_sasl -s ex_reloader -s egs
I run into this error when calling the script
{"init terminating in ...
0
votes
1answer
35 views
How can I run an Erlang Service in Windows with long node names?
I'm trying to get an erlang app to run as a Windows service with long node names, but the -name flag for erlsrv doesn't seem to work. The service seems to run, but doesn't show up in epmd with ...
7
votes
2answers
165 views
erlang rebar escriptize & nifs
I can use nif's if I write the escript myself, however when I use rebar escriptize the nif functions cannot be found. I think it is because *.so objects are not getting packed like beam files. Here is ...
2
votes
3answers
102 views
Erlang Testing (Non Exported / Private) function of module using common test
I have a module in Erlang which has functions that are not exported by Erlang.
How can I test / call these functions using common test framework?
2
votes
1answer
63 views
Erlang SSL module not functional through Rebar app compared to when run standalone
I am developing an SSL server application that is supposed to accept connections and respond in a simple fashion. I have created the skeleton of the application in a regular Erlang script which has ...
1
vote
1answer
93 views
build a release with Rebar in a windows environment
I try to build an Erlang application release using Rebar.
I followed the tutorial from http://alancastro.org/2010/05/01/erlang-application-management-with-rebar.html.
I am working in a WindowsXP ...
1
vote
1answer
89 views
Compiling project with NIFs with rebar: cl.exe not found
I'm new to erlang and rebar. In my rebar project I used a dependency containing native c code and during rebar compile I'm getting error:
Name cl.exe is not recognized as an internal or external ...
2
votes
1answer
84 views
Rebar: compiling only project files (without dependencies)
I'm new to Erlang and Rebar and just created my first rebar project.
My development cycle looks like that:
Edit project files
Invoke rebar compile to recompile project
Run my start.bat file to run ...
0
votes
1answer
76 views
Why can't I run this Erlang demo application?
I am having a similar problem as here for running an rebar app
Basically, I want to run the demo code from: https://github.com/hukl/fancyapi
When I am in the root directory, and I do:
→ erl [...] ...
0
votes
1answer
52 views
How do you include an erlang app in a release, but have rebar not start it?
I'm using rebar to compile & generate a release.
Under my /apps folder, i have app1, app2. Currently the rel/reltool.config had app1, app2 configured. The console works as expected without ...
0
votes
1answer
81 views
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 ...
0
votes
1answer
137 views
“Uncaught error in rebar_core” when tring to build rebar
I have to add and remove nodes on riak
For this,I am trying to build rebar, following the steps in the following link:
https://github.com/basho/rebar
I am getting the following the about erlang ...
1
vote
2answers
84 views
How do I use Vim with Rebar
Trying to get up and running Vim + Rebar.
Separately they work but not together. What I want to achieve is to run eunit without leaving the Vim.
I guess this is doable with following plugin ...
1
vote
2answers
111 views
rebar compile eunit error
I user rebar to make a eunit test with command "rebar compile eunit",but get a error info:
==> myapp (compile)
==> myapp (eunit)
src/myapp_app.erl:8: badly formed 'include_lib'
...
1
vote
1answer
151 views
How to start lager before running eunit test with rebar
I want to start lager before any eunit test is executed so that I can see the log when the tests are actually run (I use the log for debugging purposes).
However I have hundreds of tests (spread ...
0
votes
3answers
280 views
How set Erlang node name, when run an Erlang application by basho rebar from command line
I have compiled my Erlang application by using basho rebar which makes an stand-alone escript executable file. I run it from command line like:
./myapp myconfig.config
My questio is that how can I ...
1
vote
1answer
41 views
Function “dynamic_compile:from_string” failed when start with rebar
I'm using dynamic_compile to dynamic create logger. It told error when start through rebar, but correct when start normally. Please help to have a look. Here is my little demo project on github.
...
0
votes
1answer
140 views
Erlang: configuring cover via rebar
My project is using a websocket server. Only for testing purposes, I also have an erlang websocket client implementation which resides in the test/ folder along with the tests.
Now, when I run the ...
1
vote
2answers
184 views
Something missing in the erlang development workflow
I'm new with erlang and rebar
recently i've readed tutorials about rebar
Erlang rebar tutorial
Erlang application manager with rebar
but i feel something is missing, example after compile and ...
2
votes
1answer
588 views
rebar: Missing application directory
I'm testing rebar on
Windows 8 64Bis
Erlang 64bits R15B02
I've compiled rebar from github code and created a basic app
$ mkdir testapp; cd testapp
$ mkdir rel
$ rebar create-app appid=testapp
$ ...
1
vote
1answer
92 views
How to start a rebar application twice or more with different names?
I have a rebar application called pingpong. After rebar generate I start the packaged application using ./rel/pingpong/bin/pingpong start. The problem is that the erlang VM always has the name -name ...
0
votes
1answer
106 views
rebar cannot generate release because of gserialver.1.gz
When I run rebar generate to generate a node using reltool, it fails with this error message:
ERROR: Unable to generate spec: read file info /usr/lib/erlang/man/man1/gserialver.1.gz failed
Why does ...
0
votes
1answer
87 views
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 ...
1
vote
0answers
392 views
Erlang deploying with Rebar, hipe error {“init terminating in do_boot”,{'cannot load',hipe,get_file}}
Very new to Erlang, and any attempt to run a simple hello world program using the rebar results in the following error:
./rel/mysample/bin/mysample console
Exec: ...
3
votes
1answer
179 views
Erlang EUnit test module that depends on a library application
I have a medium-sized release with a handful of applications. I recently refactored some common functionality out into a library application within the release. This made my EUnit tests fail with ...
1
vote
1answer
110 views
How can I load a Rebar plugin for 'pre-compile' from a dependency?
I have a number of applications that need a header file to be generated before compilation. This seemed to be a perfect candidate for a Rebar plugin, so I created a plugin with a pre_compile function, ...
2
votes
1answer
83 views
How do I generate docs for a set of applications in Erlang?
My question
How do I generate OTP-like documentation for multiple applications?
Explanation
I have developed an application library following the OTP structure, and I'm using rebar to compile the ...
0
votes
1answer
136 views
rebar release erlexec error
My program is written in mac os 10.6.8(erlang 15B01) and release with rebar.
In my development pc, when calling rel/app_a/bin/app_a console, it runs ok.
Exec: ...
2
votes
3answers
211 views
Erlang detach shell from node / Quit shell without killing node
I feel like I'm missing something stupid obvious, but I've looked all over and can't find the answer to my question.
Suppose I have an application release that I've built with rebar and I start it ...
1
vote
1answer
233 views
Rebar generated start up script not loading dependencies
I'm very new to Erlang and using Rebar but we are doing a project that needs to connect to a Riak server, for this I'm trying to use the Riak Erlang client (riakc_pb_socket etc).
The problem is that ...
0
votes
2answers
312 views
Setting environment variables in Erlang applications
There's clearly something I don't understand about Erlang... well, among many things.
I've set up an application under Rebar called cw.I start it up and everything runs fine.
Now I want to create ...
2
votes
1answer
180 views
Rebar build fails on Erlang R15B02
Uninstalled previous version of erlang
Installed the latest release R15B02
Installed rebar from source
rebar compile fails now with the following error:
Uncaught error in rebar_core: {'EXIT',
...
0
votes
1answer
160 views
About integrate lager/rebar/common_test
I am using rebar to do UT in my Erlang project.
Before introducing lager, everything is OK and I can run common_test like below:
1) Run all the test suites
E:\>.\rebar ct
2) Run a specified ...
1
vote
1answer
98 views
Skip port compilation for certain OS?
I have a Rebar-based Erlang application that builds a port program. This port program is Linux-specific, so compilation fails on Mac OS. However, I'd like Rebar to just skip the port program when ...
1
vote
2answers
195 views
Erlang boss_db hello world?
Recently I tried to install and run a demo of boss_db ORM for Erlang.
Here is what I did:
clone the repository
cd boss_db/
rebar get-deps
put a simple mydb.erl file into src/:
-module(mydb).
...
1
vote
1answer
464 views
Always got undef error of lager_transform when using lager log framework
I want to use lager as my log utility and I have orgnazied my proj as below:
proj\
|
|--lager\
| |--src\
| |--ebin\
| |--...
|
|--logserver\
| |--src\
| |--ebin\
...
2
votes
1answer
181 views
Why cannot escript run?
rebar is in the current directory.
$ls -l rebar
--rwxr-xr-x 1 *** wheel 90778 8 6 23:05 rebar*
$./rebar
escript: no such file or directory: './rebar'
$whereis escript
escript: ...
0
votes
1answer
174 views
Rebar dependencies via http proxy
I have a rebar.config that contains this deps entry:
{cowboy, ".*", {git, "http://github.com/extend/cowboy.git", {branch, "master"}}}
An when I run "rebar compile" I get this:
Dependency not ...
2
votes
1answer
319 views
Yaws as Rebar dependency
How can I install Yaws as a Rebar dependency in my Erlang application?
Thanks,
LRP
1
vote
1answer
144 views
Mysterious behavior of the Erlang shell
I have an Erlang application (for now just a few library modules) bundled up under Rebar. Directory structure looks like this:
MyProject
- apps
-- myapp
--- ebin
--- src
--- yada
- rebar ...
2
votes
1answer
372 views
Erlang release with rebar: some issues
1.
When I'm trying to run my app using:
# ./rebar clean compile generate
# rel/master/bin/master console
I'm getting the following error:
application: app_name
exited:{shutdown,{app_name}, start, ...
3
votes
1answer
624 views
How can I make Rebar run Common Test in a release directory?
I have a Rebar project with a top-level release directory that just includes the component applications as dependencies and contains the reltool configuration.
Some of my applications have Common ...
2
votes
1answer
430 views
rebar generate error
I'm attempting to use rebar to generate a node, and I've followed the instructions from here.
Running rebar get-deps compile works fine, but running rebar generate gives me
ERROR: Unable to generate ...
3
votes
3answers
475 views
When to use erlang application:start or included_applications and a supervisor?
I have an Erlang application which has a dependency in its deps directory on another application.
From what I understand I can either;
a) start my dependent application from my including application ...
1
vote
1answer
201 views
How can I see all available reltool overlay template variables?
I have a fairly standard OTP setup with rebar and reltool. I've setup reltool to use a vars.config to swap in overlay template variables with {overlay_vars, "files/vars.config"}. I've noticed that ...
-1
votes
2answers
221 views
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 ...




