erlware / rebar_vsn_plugin

Provides a more reasonable versioning scheme then the rebar standard 'git' vsn extension
17 stars 14 forks source link

Fix issues in the plugin #8

Closed ericbmerritt closed 11 years ago

ericbmerritt commented 11 years ago

Metadata generation and backwards compatibility.

jwilberding commented 11 years ago

In order to test this, it wants to run dialyzer on the deps folder, but according to the rebar.config there are no deps, therefore no deps folder gets created when you run rebar get-deps, and the make fails since dialyzer fails.

So either, remove deps from the dialyzer command, or you need to specify some deps in rebar.config.

ericbmerritt commented 11 years ago

fixed. thanks man.

On Oct 30, 2012, at 10:31 AM, Jordan Wilberding notifications@github.com wrote:

In order to test this, it wants to run dialyzer on the deps folder, but according to the rebar.config there are no deps, therefore no deps folder gets created when you run rebar get-deps, and the make fails since dialyzer fails.

So either, remove deps from the dialyzer command, or you need to specify some deps in rebar.config.

— Reply to this email directly or view it on GitHub.

jwilberding commented 11 years ago

Done.