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

[311 byte] By [fluca1978] at [2007-9-30 19:37:22]
# 1
Hi,You can't do that in property files. You have to write the code to resolve symbols if you want to do that. /Kaj
kajbj at 2007-7-7 0:22:21 > top of Java-index,Java Essentials,Java Programming...