I play with ant and JUnit4 in a terminal emulator, and not in an IDE, like Eclipse.
Is there an ant-native way to get colorized test results? A google search led me to this python script ; I would prefer to use a "pure" ant , if possible.
For example, when I run my tests using ant runtests , I would like to display the tags FAILED red, PASSED green, etc.
source share