-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
None
-
None
There is an incorrect conversion of a CLI EXPRESSION on windows. Slashes
are removed from the expression. An expression defined as this
path=$testResourcesDir/jaxws/samples/jbossws-users.properties
should look like this
D:\\a\\cwbug\\cwbug\\src\\test\\resources\\jaxws\\samples
jbossws-users.properties
is being returned as this
D:acwbugcwbug\\src\\test\\resources\\jaxws\\samples
jbossws-users.properties
Here is the error msg
Error: "failure-description" => {"WFLYCTL0080: Failed services" =>
{"org.wildfly.security.security-realm.JBossWS" => "WFLYELY00017:
Property file referenced in properties-realm does not exist:
D:acwbugcwbug\\src\\test\\resources\\jaxws\\samples
jbossws-users.properties (The system cannot find the path specified)"}},