Re: [Erlide-devel] erl files in plug-in project

2008-04-30 Thread go30
Hi, Thanks. It was. And now it is working. :) Bests, George Orosz - Original Message - From: Vlad Dumitrescu <[EMAIL PROTECTED]> Date: Monday, April 28, 2008 5:31 pm Subject: Re: [Erlide-devel] erl files in plug-in project To: [EMAIL PROTECTED] Cc: erlide-devel@lists.sourcefor

Re: [Erlide-devel] erl files in plug-in project

2008-04-28 Thread Vlad Dumitrescu
Hi! Yes, the beam files are built from the erl files. You have to take the plugin and in the navigator right-click on it, then choose "toggle erlang nature". Then in the project properties you can configure the source and output path. The plugin has also to be configured to include the ebin direct

[Erlide-devel] erl files in plug-in project

2008-04-28 Thread go30
Hi all, I saw in the org.erlide.launching project, that you have erl and ebin files in the project. My question is: how do you produce your ebin files? Are they rebuilt in every build? [In the Wrangler plug-in I would like to embed erl and ebin files as well] Thanks for the answer! George Oro