Hi all
I came across this project while looking for a solution to generating
config files for all our target environments.
What I'd like to do is setup a number of transform jobs that start
with the same input file, but apply a set of properties that should be
used for that transform job (and not the others, like
specificProperties does).
i.e. input file might look like:
property.one=some value
property.two=another value
property.three=${overlay.property}/path/to/service
overlay file might look like:
property.two=specific value
overlay.property=
http://env1.com/test
output file should look like:
property.one=some value
property.two=specific value
property.three=
http://env1.com/test/path/to/service
Is this possible within the project already? Do you think there would
be much use for an overlayProperties option within a transform?
Speak soon
James