mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
47 lines
734 B
XML
47 lines
734 B
XML
# ant grc colorizer configuration
|
|
# BUILD FAILED
|
|
regexp=BUILD FAILED
|
|
colours=bold red
|
|
count=more
|
|
==============
|
|
# BUILD SUCCESSFUL
|
|
regexp=^BUILD SUCCESSFUL
|
|
colours=bold green
|
|
count=more
|
|
==============
|
|
# Total time
|
|
regexp=^(Total time: )([\d]+.*)$
|
|
colours=yellow,bold magenta
|
|
count=more
|
|
===============
|
|
# some error
|
|
regexp=[\d]+ error[s]?
|
|
colours=red
|
|
count=more
|
|
==============
|
|
# some warning
|
|
regexp=[\d]+ warning[s]?
|
|
colours=yellow
|
|
count=more
|
|
===============
|
|
# some error
|
|
regexp=[Ee]rror:
|
|
colours=red
|
|
count=more
|
|
==============
|
|
# some warning
|
|
regexp=[Ww]arning:
|
|
colours=yellow
|
|
count=more
|
|
==============
|
|
# project name
|
|
regexp=^[^:\s]+:$
|
|
colours=green
|
|
count=more
|
|
==============
|
|
# products
|
|
regexp=[^/]+\.[ewrj]ar$
|
|
colours=blue
|
|
count=more
|
|
|