CLI: add color to compiler output via jansi

Disabled on Windows temporarily, because for some reason colors there work only
in REPL
This commit is contained in:
Alexander Udalov
2015-06-13 14:56:05 +03:00
parent 00566bcfb0
commit 5ec4576844
6 changed files with 71 additions and 10 deletions
+1 -1
View File
@@ -61,8 +61,8 @@
<pathelement location="${protobuf.jar}"/>
<fileset dir="${basedir}/lib" includes="**/*.jar"/>
<fileset dir="${dependencies.dir}" includes="jline.jar"/>
<fileset dir="${dependencies.dir}" includes="jansi.jar"/>
<fileset dir="${dependencies.dir}" includes="jline.jar"/>
<fileset dir="${dependencies.dir}" includes="cli-parser-1.1.1.jar"/>
<fileset dir="${basedir}/ideaSDK/jps" includes="jps-model.jar"/>
</path>