Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with _checkouts deps for plugin dependencies with definition as package #744

Closed
andrzejsliwa opened this issue Aug 23, 2015 · 0 comments
Labels

Comments

@andrzejsliwa
Copy link

how to reproduce:

in project I made _checkouts with sym-linked external plugin repository:

|-- _checkouts
|   `-- rebar3_plugin -> ../../
|-- rebar.config
|-- rebar.lock
`-- src
    |-- example.app.src
    `-- example.erl

when I define plugins deps as package kind:

{plugins, [rebar3_plugin]}.

error is reported:

[master][~/example]$ rebar3 compile                                                                                             rvm:ruby-2.1.3
===> Missing registry entry for package rebar3_plugin
===> Plugin rebar3_plugin not available. It will not be used.
===> Verifying dependencies...

when plugin in deps is declared as git, everything is working:

{plugins, [{rebar3_plugin, {git, "", ""}}]}.
*[master][~/example]$ rebar3 compile                                                                                            
===> Compiling rebar3_plugin
===> Verifying dependencies...
===> Compiling example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants