]
Ingo Weiss commented on WFWIP-4:
--------------------------------
That's because {{jboss-cli.xml}} is wrongly using the version 3.2 parser. I'll fix
this but, for now, you can change line 6 to {{<jboss-cli
xmlns="urn:jboss:cli:3.3">}} and it will work
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
Labels: WFCORE-3577
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}