Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: How to enable AnsiColorLogger by default in Apache ANT? |
|
Author |
|
stakkit
Joined: 22 Feb 2016 Posts: 1 Location: Italy, Bologna
|
Posted: Mon 22 Feb '16 13:17 Post subject: How to enable AnsiColorLogger by default in Apache ANT? |
|
|
Hello,
How can I enable the AnsiColorLogger ANT built-in by default without running manually command ant -logger org.apache.tools.ant.listener.AnsiColorLogger or adding the environment variable ANT_ARGS? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 26 Feb '16 11:49 Post subject: |
|
|
From the docs https://ant.apache.org/manual/listeners.html
Quote: |
It doesn't work on WinNT and successors, even when a COMMAND.COM console loaded with ANSI.SYS is used.
|
It might work with MSYS2, but I don't know that. |
|
Back to top |
|
|
|
|
|
|