rebar
How to make release using rebar without erts?
How to make release using开发者_C百科 rebar without erts included in?A release is a self packaged erlang runtime within your application, so i think you just can\'t.[详细]
2023-04-11 20:51 分类:问答Where should I put my static text files in order to be OTPy?
I\'m building a server with cowboy, and I\'ve got some static HTML pages that I want to serve. Is there开发者_JAVA百科 an OTP friendly place to put that sort of thing? Is there an established way to t[详细]
2023-04-07 13:11 分类:问答How can I integrate Webmachine into an Erlang Application?
I read and re-read the docs and tutorials, but my understanding of how to create Erlang Applications, and Rebar for that matter, still has enough holes to resemble Swiss cheese. Very simple stuff thro[详细]
2023-04-04 23:30 分类:问答Cannot start sample erlang release generated with rebar
I\'m a beginner with rebar and erlang generally. I was trying to create an erlang release with rebar according to this tutorial: http://www.metabrew.com/article/erlang-rebar-tutorial-generating-releas[详细]
2023-04-02 16:56 分类:问答How to create a rebar repo?
I want to build and deploy erlang files which will then be used as a dependency in another project. Es开发者_如何转开发sentially I am looking for the equivalent of mvn deploy and a sonatype repo. How[详细]
2023-04-02 01:22 分类:问答Rebar get-deps does not play well with msysgit 1.7.4 on Windows
Has anyone been successful with using rebar get-deps on Windows? Mine fails and complains about version numbers.[详细]
2023-03-29 04:31 分类:问答Is there a convention for placing rebar in the search path?
I\'m attempting to understand how to build a multiple-application Erlang OTP release using Rebar. My applications include Webmachine, Riak, and a few applications of my own devising. So far, I have b[详细]
2023-03-26 18:25 分类:问答problem using rebar to compile c source
I tried to use rebar to compile an iconv port extracted from ejabberd (http://www.ejabberd.im/), it successfully generated an \"iconv_erl.so\".[详细]
2023-03-06 20:43 分类:问答How can I use different c compiler/linker options on a per-file basis using rebar?
I\'ve got re开发者_运维技巧bar set up to build an erlang module which uses two different c files.[详细]
2023-03-03 17:57 分类:问答Silverlight 4 WriteableBitmap ScaleTransform Exception but was working in v3
I am getting the following exception for code that used to work in silverlight 3 but has stopped working since upgrading to silverlight 4:[详细]
2022-12-28 14:18 分类:问答