appassembler icon indicating copy to clipboard operation
appassembler copied to clipboard

Add -Dapp.config property to scripts

Open leif81 opened this issue 10 years ago • 0 comments

Since configurationDirectory is configurable in the goal, it would be useful to pass this value through the app launcher scripts just like app.home, etc get passed.

e.g. a property like this on the jvm line of the generated script:

-Dapp.config=etc

And then at run time the user can grab the app.home + app.config to resolve the path to their configuration files.

leif81 avatar Apr 14 '16 14:04 leif81