Re: How to override property files in tapestry

2014-11-10 Thread Alex Kotchnev
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

How to override property files in tapestry

2014-11-08 Thread Boris Horvat
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