utPLSQL / utPLSQL-maven-plugin

Maven plugin for running Unit Tests with utPLSQL v3
Apache License 2.0
13 stars 11 forks source link

Fixes #27 : color logging is based on maven configuration #31

Closed jgarec closed 6 years ago

jgarec commented 6 years ago

-B (batchmode) and -l (output to file) removes coloration -Dstyle.color=never removes coloration

Note: style.color seems to require at least maven 3.5.3

jgebal commented 6 years ago

Would it make sence to add sentence or two to readme about color formatting?

jgebal commented 6 years ago

maven_run Worked perfectly from your feature branch.

I don't know why I get the message:

The system cannot find the path specified.

jgebal commented 6 years ago

The message was showing also on develop branch - so not something related to the PR.

jgebal commented 6 years ago

I did mvn clean and got the same message so probably nothing related to maven-utplsql-plugin.

jgebal commented 6 years ago

I'll update readme if that's ok with you

jgarec commented 6 years ago

if you do "mvn -v" outside of this directory (your home directory for example), do you have the same "error" ? The system cannot find the path specified

jgebal commented 6 years ago

I'll check that when I'm home. Thanks

jgebal commented 6 years ago

I think we're good to merge