Pretty printing compiler error messages for the web

D

Daniel

We have a nightly build of our software which produces large amounts
of output (build and test logs) that goes up on the web. The output is
really hard scan for build issues in a web browser since it is all
text with little formatting. As a result it would be quite nice to
have it made prettier, like, for example, the emacs compile mode. I
haven't been able to find any filters to do this though (but perhaps I
just have the wrong key words :). Any pointers? Thanks.
 
V

Victor Bazarov

Daniel said:
We have a nightly build of our software which produces large amounts
of output (build and test logs) that goes up on the web. The output is
really hard scan for build issues in a web browser since it is all
text with little formatting. As a result it would be quite nice to
have it made prettier, like, for example, the emacs compile mode. I
haven't been able to find any filters to do this though (but perhaps I
just have the wrong key words :). Any pointers? Thanks.

www.doxygen.org?

V
 
V

Vladimir Jovic

Daniel said:
We have a nightly build of our software which produces large amounts
of output (build and test logs) that goes up on the web. The output is
really hard scan for build issues in a web browser since it is all
text with little formatting. As a result it would be quite nice to
have it made prettier, like, for example, the emacs compile mode. I
haven't been able to find any filters to do this though (but perhaps I
just have the wrong key words :). Any pointers? Thanks.

http://cruisecontrol.sourceforge.net/
 
P

Pascal J. Bourguignon

Daniel said:
We have a nightly build of our software which produces large amounts
of output (build and test logs) that goes up on the web. The output is
really hard scan for build issues in a web browser since it is all
text with little formatting. As a result it would be quite nice to
have it made prettier, like, for example, the emacs compile mode. I
haven't been able to find any filters to do this though (but perhaps I
just have the wrong key words :). Any pointers? Thanks.

You may fetch the web pages (w3m-retrieve), parse and process the
HTML/XML to format it line by line, and put the buffer in
compilation-mode.

You don't necessarily need to format it exactly like gcc errors, since
compilation-mode uses configurable regexps to scan the
errors. (compilation-error-regexp-alist and
compilation-error-regexp-alist-alist).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top