Hi,<br>I'm currently working on my first OTP application, and still wondering about the good build system to use.<br><br>Anything which is part of the Erlang/OTP distribution? (would be good to avoid dependency to external build tool)
<br>I can use the Emakefile, but I don't see how to: (1) build the boot script, (2) deals automaticaly with version (3) other?<br><br>I have googlelized and found different tools:<br>* as I target a Linux machine, I could use a 'normal' make
<br>* builder from Jungerl (same as included in tsung distribution? [<a href="https://svn.process-one.net/tsung/trunk/priv/builder.erl]">https://svn.process-one.net/tsung/trunk/priv/builder.erl]</a>)<br>* erlware [<a href="http://www.erlware.org/">
http://www.erlware.org/</a>]<br>* sinan [<a href="http://code.google.com/p/sinan/">http://code.google.com/p/sinan/</a>] (which lack a bit of documentation...)<br>* erlIDE for Eclipse [<a href="http://erlide.sourceforge.net/">
http://erlide.sourceforge.net/</a>]<br>

<br>What are you using guys? Any suggestion?<br>