8000 Any apps which have nothing specified in their applications .app entry are silently skipped · Issue #434 · erlware/relx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Any apps which have nothing specified in their applications .app entry are silently skipped #434
Closed
@peerst

Description

@peerst

To reproduce:

$ rebar3 new release missing

Edit apps/missing/src/missing.app.src to have a empty applications list:

{application, 'missing',
 [{description, "An OTP application"},
  {vsn, "0.1.0"},
  {registered, []},
  {mod, {'missing_app', []}},
  {applications,
   []},
  {env,[]},
  {modules, []},
  {contributors, []},
  {licenses, []},
  {links, []}
 ]}.

Run
$ rebar3 release

Then _build/default/rel/missing/lib contains nothing.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0