Alexander Poulikakos

Results 69 comments of Alexander Poulikakos

There are src/include folders with .erl/.hrl files, but configuration looks like this: ![image](https://f.cloud.github.com/assets/2085564/1663871/216a2324-5c1e-11e3-9b48-2fad8f226c98.png)

but more importantly, why is it hanging when building? Is there anything I need to do differently? ![image](https://f.cloud.github.com/assets/2085564/1663992/a8be5834-5c20-11e3-9f3c-ed91908901f5.png)

I guess the problem was my machine (it had some problems which was solved with an upgrade and a restart). Would it be possible to build each project in parallel,...

+1 ---- theking-laptop skrev ---- > I couldn't find the way to generate documentation for function with nightly erlide. So I think erlide will be better if when we select...

would be nice to write "%%-" and press ENTER button, above a function, to generate the Function doc. Similar to how Java editor does when writing "/*_" and pressing ENTER...

There are both rebar.config and rebar.config.src files in apps. The "rebar.config" files are generated by a build script. So I guess both files are used.

The rebar.config.src is manually maintained.

In above example: When the configuration file is maintained manually and there are a lot of servers, it is quite easy to forget to add/remove the sever name in the...

I'll submit a pull request as soon as I get the time.

Just added a pull request for this, containing only the unit tests. See #108