[jboss-jira] [JBoss JIRA] (WFWIP-4) Unexpected element: color-output

Erich Duda (JIRA) issues at jboss.org
Wed May 2 02:36:00 EDT 2018


Erich Duda created WFWIP-4:
------------------------------

             Summary: Unexpected element: color-output
                 Key: WFWIP-4
                 URL: https://issues.jboss.org/browse/WFWIP-4
             Project: WildFly WIP
          Issue Type: Bug
            Reporter: Erich Duda
            Assignee: Ingo Weiss
            Priority: Blocker


When I uncommented {{color-output}} configuration in {{jboss-cli.xml}} and run {{jboss-cli.sh}}, I got {{Unexpected element: color-output}} error.

{code:xml}
<!-- Uncomment to display CLI output in colour and configure each of the available responses. -->
<!-- Available colors: black, red, green, yellow, blue, magenta, cyan, white and default, which is the terminal's default foreground color-->
<color-output>
    <enabled>true</enabled>
    <error-color>red</error-color>
    <warn-color>yellow</warn-color>
    <success-color>default</success-color>
    <required-color>magenta</required-color>
    <workflow-color>green</workflow-color>
    <prompt-color>blue</prompt-color>
</color-output>

We should also investigate why tests did not discover this issue.
{code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list