Alexander Poulikakos

Results 69 comments of Alexander Poulikakos

Thanks for the tip will try it and report back! Regarding the 247 projects: Not sure it would be suited to manually import all of them either... :/ I tried...

I disabled the "automatic build" option. Waited until workspace got quite, then associated the project with ClearCase (forgot to mention earlier that source code is under version control by Rational...

I'm not sure I can disable clearcase? I can not find a any .log or erlide.log files in locations mentioned above. I have now removed my .eclipse folder and started...

I solved the above exception with adding an erlang runtime :)

I removed my workspace completely and created a new one (and re-did the build scenario) and now I have a erlide.log file. However, it is 54MB large! I compressed it...

I have 6 of these exceptions in the log. No other exceptions. org.erlide.runtime.rpc.RpcException: {badrpc,{'EXIT',{{badmatch,{error,{10,erl_parse,["syntax error before: ",["_app"]]}}},[{erlide_builder,compile_app_src,3,[]},{rpc,'-handle_call_call/6-fun-0-',5,[{file,"rpc.erl"},{line,205}]}]}}} at org.erlide.runtime.internal.rpc.RpcSite.call(RpcSite.java:167) at org.erlide.runtime.internal.rpc.RpcSite.call(RpcSite.java:182) at org.erlide.runtime.internal.rpc.RpcSite.call(RpcSite.java:261) at org.erlide.core.builder.ErlideBuilder.fillAppFileDetails(ErlideBuilder.java:312) at org.erlide.core.builder.ErlideBuilder.handleAppFile(ErlideBuilder.java:297) at org.erlide.core.builder.ErlideBuilder.build(ErlideBuilder.java:157) at...

yes, I will play with generating .project files and see how that works. thanks for looking into this!

In below case wouldn't it be possible to use the compiler error message "variable 'C' is unbound"? ![image](https://cloud.githubusercontent.com/assets/2085564/3053112/1021af72-e1a4-11e3-80d8-b9c957d66448.png)

ok, thanks. Can't wait for the next erlide version with rebar support :))

One more thing: some of the projects seems to have its src/include folders auto discovered and some projects does not. Is there any file I need to add into the...