hmm, your errorformat looks like what eclim uses for 'Maven' (maven
1.x), not 'Mvn'

Could be a typo in eclim/compiler/eclim_mvn.vim. Can you open that
file, and replace:

 let current_compiler = "eclim_maven"

with

 let current_compiler = "eclim_mvn"

reload vim and see if that solves the issue? If so Ill commit the
change.

On 2018-05-18 17:06:54, Ronak Gandhi wrote:
> Hi,
> 
> I'm using Mvn clean install -Dmaven.test.skip=true to build the project. 
> When there are compile errors, I can't go to error location from the 
> quickfix window. The file path, row and column number are correct. So looks 
> like the errorformat is not getting set properly.
> 
> This is what it is set to in the quickfix window -
> 
> errorformat=%A%.%#[javac] %f:%l: %m,%C%.%#[javac] symbol%.%#: 
> %m,%C%.%#[javac] location%.%#: %m,%-Z%.%#[javac] %p^,%W%.%#[javadoc] %f:%l: 
> warning - %m,%E%.%#[javadoc] %f:%l: error - %m,%A%.%#[javadoc] %f:%l: 
> %m,%-C%.%#[javadoc] location: %.%#,%-Z%.%#[javadoc] %p^,%-G%.%
> #[javadoc] Note:%.%#,%-G%.%#[javadoc] javadoc:%.%#,%+A%.%#[junit] 
> %.%#Failures: %[%^0]%.%# Time elapsed: %.%#,%-Z%.%#[junit]%.%# Test %f 
> FAILED,%+A%.%#[junit]%.%# %.%#Errors: %[%^0]%.%# Time elapsed: 
> %.%#,%-Z%.%#[junit] Test %f FAILED,%A%f:%l: %m,%Csymbol%.%#: %m,%Clocati
> on%.%#: %m,%-Z %p^,%-G%.%#
> 
> Is this correct?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "eclim-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to eclim-user+unsubscr...@googlegroups.com.
> To post to this group, send email to eclim-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/eclim-user.
> For more options, visit https://groups.google.com/d/optout.


-- 
eric

-- 
You received this message because you are subscribed to the Google Groups 
"eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eclim-user+unsubscr...@googlegroups.com.
To post to this group, send email to eclim-user@googlegroups.com.
Visit this group at https://groups.google.com/group/eclim-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to