I would like to used values specified in my properties files to populate
<start-instance>${coord:current(-7)}</start-instance>
Can this -7 value be specified by a property? I've tried:
${coord:current(${myProperty})}
which doesn't work.
I would like to used values specified in my properties files to populate
<start-instance>${coord:current(-7)}</start-instance>
Can this -7 value be specified by a property? I've tried:
${coord:current(${myProperty})}
which doesn't work.