> Can you help me with finding a errorformat string ?
> Or should I write another parser to remove the other lines (grep, ..) ?
grep did work.
I'm now using 
CompilerSet errorformat=%I\\[INFO\\\\]%m,%Z,
      \%E%f:\\[%l\\,%c\\\\]%m,%Csymbol%s,%Clocation%s,%Z,
which works without grep (doesn't segfault)
But I didn't find out how to remove the [INFO] lines.
> 
> [INFO] 
> ----------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Compilation failure
> 
> /home/marc/workspace/simpleHibernateTest/src/main/java/myApps/Obj.java:[5,9] 
> cannot find symbol
> symbol  : method name()
> location: @interface org.hibernate.annotations.Entity

Reply via email to