<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Zabrane,<div><br></div><div>Yes, I'd like to learn Rebar.  I've been using the first link you provided as a guide to getting started.  The second link I also know of.</div><div><br></div><div>Regards,</div><div>Lee</div><div><br></div><div><br><div><div>On 14 Mar 2013, at 13:01, Zabrane Mickael <<a href="mailto:zabrane3@gmail.com">zabrane3@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Lee, <div><br></div><div>What do you want to do:</div><div><div><br></div><div>1. simply compile a pure Erlang project?</div><div>2. or your project needs a Linkedin driver?</div><div>3. want to learn rebar?</div><div><br></div><div>In cases 1/2, "rebar" isn't needed at all and a simple Makefile/EMakefile will do the job.</div><div><br></div><div>For case 3, have a look to (Google is your friend too):</div><div><a href="http://skeptomai.com/?p=56">http://skeptomai.com/?p=56</a></div><div><a href="http://alancastro.org/2010/05/01/erlang-application-management-with-rebar.html">http://alancastro.org/2010/05/01/erlang-application-management-with-rebar.html</a></div><div><br></div><div>Let me now.</div><div><br></div><div><div>Regards,</div><div>Zabrane</div><div><br></div><div><div>On Mar 14, 2013, at 1:55 PM, Lee Sylvester wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Vincent,<div><br></div><div>Thank you for your reply.</div><div><br></div><div>1. I downloaded Rebar from the Basho repository on GitHub</div><div>2. rebar --version outputs "rebar 2.1.0-pre R16A 20130313_161755 No VCS info available."</div><div>3. I compiled Rebar using the bootstrap script</div><div>4. Rebar works when using rebar compile, rebar clean and rebar create-node.  However, it only works if I copy the priv directory into the directory I'm making the call from, first.</div><div><br></div><div>Thanks,</div><div>Lee</div><div><br></div><div><br><div><div>On 14 Mar 2013, at 12:48, Vincent Siliakus <<a href="mailto:zambal@gmail.com">zambal@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Lee,<br><br>More info is needed to understand what the cause of the problem is.<br><br>- Where / what version did you download.<br>- How did you compile rebar<br>- With what parameters did you try to run rebar?<br><br>Anyway, I've never experienced problems with rebar when following the build instructions on github:<br><br><pre><span class="nv">$ </span>git clone <a href="git://github.com/rebar/rebar.git">git://github.com/rebar/rebar.git</a>
<span class="nv">$ </span><span class="nb">cd </span>rebar
<span class="nv">$ </span>./bootstrap
Recompile: src/getopt
...
Recompile: src/rebar_utils
<span class="o">==</span>> rebar <span class="o">(</span>compile<span class="o">)</span>
Congratulations! You now have a self-contained script called <span class="s2">"rebar"</span> in
your current working directory. Place this script anywhere in your path
and you can use rebar to build OTP-compliant apps.<br><br>Best, Vincent<br></pre><br><br>Op woensdag 13 maart 2013 17:27:13 UTC+1 schreef Lee Sylvester het volgende:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi guys,
<br>
<br>I've downloaded Rebar and compiled it ready for use, but whenever I copy it to my project directories and run it, I get the error:
<br>
<br>ERROR: Template simplenode not found.
<br>
<br>If I copy the priv directory to the directory I'm calling Rebar from, then it works fine, but I don't want to keep having to drag that around.  What should I really be doing?
<br>
<br>Thanks,
<br>Lee
<br>
<br>______________________________<wbr>_________________
<br>erlang-questions mailing list
<br><a href="javascript:" target="_blank" gdf-obfuscated-mailto="0SekQFLASKEJ">erlang-q...@erlang.org</a>
<br><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a>
<br></blockquote>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br></div></div>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><br></div></div></div><br class="Apple-interchange-newline">
</div>
<br></div></div></div></blockquote></div><br></div></body></html>