Boris - not sure how helpful this would be, but here's my 2c. I'm not
entirely sure how you might accomplish the hierarchy of symbols that you're
looking for, but I think I've had an alternative approach that might
accomplish the same.
In the past, I've primarily accomplished this using Maven buil
Hi all,
I have the following folders structure
/payex.properties
/prod/payex.properties
/dev/payex.properties
My idea is for the tapestry to always load the root (/payex.properties) and
then give the execution mode to load one of the payex.properties that
contain environment specific fields. My