Erlang/OTP Forums

Author Message

<  Erlang  ~  Tools to facilitate the building of erlang OTP applications

Noki4475
Posted: Fri Aug 21, 2009 11:26 am Reply with quote
Joined: 09 Aug 2009 Posts: 3
Hi,

I'm new with erlang and i just begin to write my first erlang application.
I'm just wondering which tools do you use to get the base template of your application without starting from scratch each time you develop a new application.

So i'm looking for tools that i could use to facilitate the building of erlang OTP applications :
a tool that will generate for me : a Makefile, the .app file, the directorie structure (ebin, src, ...), ...
So could tell me if you know such a tools and what you personally use for starting your erlang OTP applications ?

Thanks in advance for all your answers.
Noki
View user's profile Send private message
zajda
Posted: Sat Aug 22, 2009 2:01 pm Reply with quote
User Joined: 22 Aug 2009 Posts: 83
I would recomend to start with tools like Emakefile http://erlang.org/doc/man/make.html

After that, it is time to understand idea of erlang application http://erlang.org/doc/design_principles/applications.html#7 which is used to compose erlang release http://erlang.org/doc/design_principles/part_frame.html

When You will be familiar with low level mechanisms of erlang release handling, try tools which will do it for you. One of many is http://code.google.com/p/erlang-t-build/

Also in tutorial http://www.trapexit.org/Category:HowTo You will find part about Building OTP Application.


--
Michal Zajda

Erlang Training and Consulting Ltd
http://www.erlang-consulting.com
View user's profile Send private message

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum