Ok, I dont profess to know much about efm vim etc but I changed the %Z
to %A and it now gets the new line. something about multiline messages I
don't understand.
errorformat=%A%f:%l: %m,%A%p^,%-G%*[^sl]%.%#
I could get the actual javac output so I was cheap and did
$while [ 1==1 ] ;do cat /tmp/v540389/* ; sleep 1 ; done;
This helped me debug the errorformat, you probably have some other
wizardry. Can you try that?
Michael F. Lamb wrote:
On Fri, May 04, 2007 at 04:43:15PM +0200, [EMAIL PROTECTED] wrote:
Thanks for that, I am using the efm but finds it drops the first line of
the first error.
errorformat=%Z%f:%l: %m,%A%p^,%-G%*[^sl]%.%#
version 7.0.122
javac 1.6.0
other wise it's marked improvement.
Thanks for the feedback. I'll see if I can duplicate and fix the problem
this weekend.
Mike