Joe's Diner Webmaster
2017-01-14 00:32:50 UTC
Here is a little PropertyHelper I wrote that easily allows adding colors to
Ant tasks' output. Hopefully it will be of use to others.
Apache Ant Output Colorizor
Description:
An easy way to add color to Apache Ant build output. Unlike many other Ant
color utilities, this one does not automatically color your output based on
rules, but allows explicit control of colors and formatting from within the
Ant build file itself. Requires Ant version 1.8 or above and color support
from your terminal.
Note that this library is not doing any real magic and is just a convenient
wrapper around ANSI color codes.
Compatibility: Ant version 1.8 or above
URL: http://www.joesdiner.org/programs/ant-colorizor/
Contact: ***@joesdiner.org
License: MIT License
Also attached is a patchfile to add this project to the list of "External
Tools and Tasks" on the Ant website, as requested in the FAQ.
Joey
Ant tasks' output. Hopefully it will be of use to others.
Apache Ant Output Colorizor
Description:
An easy way to add color to Apache Ant build output. Unlike many other Ant
color utilities, this one does not automatically color your output based on
rules, but allows explicit control of colors and formatting from within the
Ant build file itself. Requires Ant version 1.8 or above and color support
from your terminal.
Note that this library is not doing any real magic and is just a convenient
wrapper around ANSI color codes.
Compatibility: Ant version 1.8 or above
URL: http://www.joesdiner.org/programs/ant-colorizor/
Contact: ***@joesdiner.org
License: MIT License
Also attached is a patchfile to add this project to the list of "External
Tools and Tasks" on the Ant website, as requested in the FAQ.
Joey