Re: difficulty getting mnesia to work with cowboy web backend
Loïc Hoguin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Organization | Nine Nines |
| Message-ID | <[email protected]> |
You can use PROJECT_APP_EXTRA_KEYS to insert the fields Hex expects. On 26/10/2020 09:26, Eric PAILLEAU wrote: > Hi Loïc, > indeed you are right. I was confused because my projects can be both > handled with rebar and erlang.mk. > But in the facts, .app or .app.src is necessary for Hex publishing, but > maybe because I use a rebar plugin for this. I didn't try erlang.mk plugin. > > regards > > Le 25/10/2020 à 18:48, Loïc Hoguin a écrit : >> On 25/10/2020 09:53, Eric PAILLEAU wrote: >>> Hi, >>> you are confusing external dependancies and code dependancies. >>> >>> DEPS variable in Erlang.mk is to download locally external projects your >>> project is depending. >>> >>> You have to add in your .app (or legacy .app.src) the list of >>> applications your own application is depending. >> >> You don't need to edit the .app no. Erlang.mk removed the need for >> manipulating .app, .app.src and (gasp!) .app.src.script files. >> >> Cheers, >> > -- Loïc Hoguin https://ninenines.eu