erlang / erlide_eclipse

Eclipse IDE for Erlang

Home Page:http://erlide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebar integration: support more than compilation

vladdu opened this issue · comments

When rebar is supported, one should be able to even build releases, etc

building a release might be realized as "Export" feature

That's a good suggestion, I didn't consider that option. Thanks!

Another way would be to have special a "release" project that contains the release configuration (it is a separate project because there may be multiple erlang projects in the workspace that need to be packed in the same release). This way we can use an editor for the release config.