Warnings and Errors from the build log?
Hi,
Is there any facility to extract warnings and errors from builds easily? Most of our projects we use w/ the command line runner, and I figured the parsing didn't work because of that. But I just added a ANT project, and the warnings are still not highlighted/extracted.
It seems like a pretty basic feature (??), am I missing something completely obvious here? :(
Thanks
/Johan
Please sign in to leave a comment.
In ant, use echo level.
Thanks. It seems the culprit in this case was the java compiler we used.
It would be really handy to have a command line runner that accepts regexps to determine if a message is an error/etc, will try implementing one.
/Johan