<div class="gmail_quote">On Sun, Apr 4, 2010 at 12:04 AM, Victor Vicente de Carvalho <span dir="ltr"><<a href="mailto:victor.v.carvalho@gmail.com">victor.v.carvalho@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I'm planning to integrate the built-in erlang debugger on kdevelop. To achieve this, I need to create a simple erlang module which will be shipped alongside the plugin. That's ok, since I can install the file and get it on KDevelop. The problem is that it needs to be compiled, and the compilation process generates a ".bean" interpreted file. That's the problem, I don't know where to put it. Do you guys think it's ok to use the kdevelop folder under .kde/share/apps to store it? I can't save it on the same place I'll ship the .erl file, as superuser access will be probably required.<div>
<br></div><div><br></div><div>Thanks all,</div>
<br>--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br>Yes, you can save anythign you want in ~/.kde4/share/apps/kdeverlang, we already have some stuff there (like kdevqthelp). It's good because you can easily retrieve it later.<br>