Create a Java project with the following Ant build.xml file:
<project name="project" default="default">
<target name="default" description="description">
<javac srcdir="src2" destdir="bin" debug="on" source="1.6" target="1.6">
<include name="**/*.java" />
</javac>
</target>
</project>
where 'src2' is a non-existing directory.
Now build the project in the terminal using: ant -logger
org.apache.tools.ant.listener.AnsiColorLogger
No colors!
Original issue reported on code.google.com by alr...@google.com on 10 Aug 2012 at 7:07
Original issue reported on code.google.com by
alr...@google.com
on 10 Aug 2012 at 7:07