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 git://github.com/rebar/rebar.git
<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>