Name: jb33418 Date: 11/17/98
The Properties class supports the following syntax:
var=value
When using one Properties file for a number of sites and developers,
it is necessary to support syntax like the following:
if [ "${var1}" = "fred" ]; then
var2=blah
var3=blahblah
elif ...
else ...
fi
var4=${var1}val
var5=${var2}another val
So that if the system property var1 does equal "fred", then
var4 will expand to "freadval", and var4 to "blahanother val"
(Review ID: 29351)
======================================================================
###@###.### 2004-11-17 20:57:13 GMT
The Properties class supports the following syntax:
var=value
When using one Properties file for a number of sites and developers,
it is necessary to support syntax like the following:
if [ "${var1}" = "fred" ]; then
var2=blah
var3=blahblah
elif ...
else ...
fi
var4=${var1}val
var5=${var2}another val
So that if the system property var1 does equal "fred", then
var4 will expand to "freadval", and var4 to "blahanother val"
(Review ID: 29351)
======================================================================
###@###.### 2004-11-17 20:57:13 GMT