Why doesn (X)Emacs/vi/MacOS Xs project builder correctly parse the error messages generated by Ant?
Ant adds a “banner” with the name of the current task in front of all logging messages – and there are no built-in regular expressions in your editor that would account for this. You can disable this banner by invoking Ant with the -emacs switch. To make Ant autodetect Emacs’ compile mode, put this into your .antrc (contributed by Ville Skytt).
Related Questions
- Why are some media not recognized by the burner and they cannot be written correctly (error messages : Illegal Medium, Medium Error, Power Calibration Error ... etc.)?
- When I load a project from the Start Page, it appears to load correctly, but then I see the error message "Unterminated String Constant" on screen. Why is this?
- Why doesn (X)Emacs/vi/MacOS Xs project builder correctly parse the error messages generated by Ant?