Generating helper files

Aleix Pol aleixpol at kde.org
Sat Apr 3 22:25:02 UTC 2010


On Sun, Apr 4, 2010 at 12:04 AM, Victor Vicente de Carvalho <
victor.v.carvalho at gmail.com> wrote:

> 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.
>
>
> Thanks all,
>
> --
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100404/285fe11f/attachment.html>


More information about the KDevelop-devel mailing list