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

2018-05-22 Thread Ronak Gandhi
This works. Thanks, Ronak On Tue, May 22, 2018 at 11:31 AM Eric Van Dewoestine wrote: > here is an updated eclim_mvn file: > > https://raw.githubusercontent.com/ervandew/eclim/40aa7c85fc64da6beecc45691091b9c6f2c9e852/org.eclim.jdt/vim/eclim/compiler/eclim_mvn.vim > > there

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

2018-05-22 Thread Eric Van Dewoestine
Nevermind, I created a maven project to test with. Kind of frustrating they repeat the compile error twice in the output. On 2018-05-22 11:12:10, Eric Van Dewoestine wrote: > What is "[Help 1]"? is that the symbol that wasn't found? > > On 2018-05-21 14:13:42, Ronak Gandhi wrote: > > Sure.

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

2018-05-22 Thread Eric Van Dewoestine
What is "[Help 1]"? is that the symbol that wasn't found? On 2018-05-21 14:13:42, Ronak Gandhi wrote: > 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

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] -

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

2018-05-21 Thread Eric Van Dewoestine
Can you post a full example of the output by running mvn in a shell? On 2018-05-21 11:05:56, Ronak Gandhi wrote: > So looks like the output in the quickfix window is not same as the actual > error. This is how it looks like in the actual mvn output: > > [ERROR]

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

2018-05-21 Thread Ronak Gandhi
So looks like the output in the quickfix window is not same as the actual error. This is how it looks like in the actual mvn output: [ERROR] /work/path/to/java/module.java[131,8] error: cannot find symbol Not sure what's modifying the quickfix window output. Any idea how to debug this?

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 > corrected it like you