Can Grails output error messages in emacs format?
Posted
by ataylor
on Stack Overflow
See other posts from Stack Overflow
or by ataylor
Published on 2010-04-15T22:57:39Z
Indexed on
2010/04/15
23:03 UTC
Read the original article
Hit count: 277
Ant has a -e
option for outputting error messages that can be parsed by emacs' compile
command. For example, it is possible to do M-x compile
, ant -e
, then nagivate to any errors with C-x `.
Is it possible to make grails output its compilation errors in this format? Alternatively, is there an emacs variable that can be customized to handle error messages in the format that grails uses?
© Stack Overflow or respective owner