lukgad / elt

Automatically exported from code.google.com/p/elt
0 stars 0 forks source link

Support for ANSI colors is broken in v1.1.0 #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 10 Aug 2012 at 7:14

GoogleCodeExporter commented 9 years ago
rf220c3f5cda8

Original comment by alr...@google.com on 10 Aug 2012 at 7:15