property file expansions
hi,
I know that in policy files it is possible to use ${..} to expand a variable. Is it possible to use the same mechanism in the property files? I tried something like:
var1=hello
var2=${var1}.2
but it seems not working. Is there something special to do?
Thanks,
Luca

