问题标签 [reltool]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
325 浏览

erlang - erlang钢筋生成不起作用

我只想使用 rebar 生成版本,但它不适用于我:

我正在按照以下步骤操作:

https://github.com/rebar/rebar/wiki/Release-handling

目录布局是:

钢筋版本:

二郎版本:

0 投票
1 回答
2133 浏览

erlang - Erlang“内核pid终止”错误

我尝试将 relx 用于发布应用程序。Relx 毫无问题地做到了。但是当我启动应用程序时,我遇到了错误:

正如我从错误中了解到的,我的函数有问题iqServer:start/2start/2看起来像这样:

以前我通过这个命令启动了我的应用程序:erl -pa ebin deps/*/ebin -s iqServer它运行良好。现在我不知道麻烦在哪里。

这是我的 iqServer.app.src 文件:

生成文件:

relx.config:

0 投票
2 回答
48 浏览

erlang - Reltool 复制我不想发布的文件

我有以下.config文件:

当我运行 reltool 时,我得到一个目录 erts-9.1/doc,其中包含一本 400 页的关于 Erlang 的书(以及其他内容)。我该如何摆脱这个?

我尝试添加{excl_sys_filters, ["^doc"]}选项erts,但出现错误“非法选项:{excl_sys_filters,[\"^doc\"]}”