Re: [eclim-user] Mvn compile errors. Not able to open error location.

2018-05-21 Thread Ronak Gandhi
The compilation error looks like this - [ERROR] /work/path/to/java/module.java|131 col 8| error: cannot find symbol -Ronak On Monday, May 21, 2018 at 9:33:14 AM UTC-7, Ronak Gandhi wrote: > > Yes, the current_compiler was set to "eclim_maven" inside eclim_mvn.vim. I > co

Re: [eclim-user] Mvn compile errors. Not able to open error location.

2018-05-21 Thread Ronak Gandhi
this? -Ronak On Monday, May 21, 2018 at 9:37:44 AM UTC-7, Ronak Gandhi wrote: > > The compilation error looks like this - > > [ERROR] /work/path/to/java/module.java|131 col 8| error: cannot find > symbol > > > > -Ronak > > On Monday, May 21, 2018 at 9:33:14 AM UTC

Re: [eclim-user] Mvn compile errors. Not able to open error location.

2018-05-21 Thread Ronak Gandhi
Sure. Here's an excerpt that matters. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 263 source files to /work/some/path/target/classes [INFO] -

[eclim-user] Eclim says vim must be running in server mode even when it is

2018-05-23 Thread Ronak Gandhi
Hi, I'm trying to debug a java project from vim. I'm starting vim with --servername, but when I run JavaDebugStart, I get following error: Error: To debug, VIM must be running in server mode. Example: vim --servername Vim version information: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Mar

[eclim-user] Re: Is it possible to set a method entry breakpoint?

2018-05-24 Thread Ronak Gandhi
Was this issue ever fixed? I'm seeing this issue now in my setup. I have to keep refreshing the :JavaDebugStatus window to check if I hit a breakpoint or not. Even then, when I see the breakpoint was hit, the actual code is not highlighted in the vim buffer. On Wednesday, January 20, 2016 at

Re: [eclim-user] Mvn compile errors. Not able to open error location.

2018-05-22 Thread Ronak Gandhi
r/eclim_mvn.vim > > there will unfortunately be duplicate entries for compiler errors > > On 2018-05-22 10:36:06, Ronak Gandhi wrote: > > Yeah, looks that way. > > > > The help 1 line doesn't matter. It's the line above, which has all the > > information. > > > >