erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

relx.hrl not found on build #808

Closed Pro-pra closed 4 years ago

ferd commented 4 years ago

What are you using to build relx? The include files for the tests should usually be visible to the tests with rebar3 at least.

Pro-pra commented 4 years ago

i use rebar2, if all good, close this PR

ferd commented 4 years ago

Yeah, rebar 2 is not really maintained anymore, the current master version of Relx isn't necessarily going to work well with it; the upcoming 4.0.0 version is meant to be embedded with rebar3 and won't work with rebar 2 anymore.

tsloughter commented 4 years ago

"not really" == not at all. It has been deprecated for years at this point.