Hello,
thanks for mentioning jexl scripting.
I tried it out and have found the following issue:
evaluating the following:
test=${expr:if (System.getProperty("user.home").startsWith("C")) {"x";}
else {"z";}}
does not seem to work.
Debuging shows that the expression forwarded to jexl is:
if (System.getProperty("user.home").startsWith("C")) {"x";
is this a bug ? or is there a way to escape the brackets within ${...} ?
- Ron
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]