Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
Description
It would be very nice to be able to access environment variables in configuration files.
Maybe like in ant with <property environment="env"/> and then ${env.PATH} to access variable.
In my use case, it's necessary to get the path to the property file to load...