Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Issue when overriding property from command line #591

Closed
rlouapre opened this issue Mar 26, 2016 · 0 comments
Closed

Issue when overriding property from command line #591

rlouapre opened this issue Mar 26, 2016 · 0 comments

Comments

@rlouapre
Copy link
Contributor

Assuming {env}.properties contains

xcc-port=9999
dummy-port=${xcc-port}

And running ./ml {env} info --ml.xcc-port=8888 will output

xcc-port=8888
dummy-port=9999

Property substitution happens before properties are extracted from command line.

@dmcassel dmcassel added this to the 1.7.4 milestone Apr 5, 2016
rlouapre pushed a commit to rlouapre/roxy that referenced this issue Jun 26, 2016
rlouapre pushed a commit to rlouapre/roxy that referenced this issue Jun 26, 2016
RobertSzkutak added a commit that referenced this issue Aug 23, 2016
Fix #591: overriding property from command line
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants