Details
Description
When using an environment variable as a profile activation variable, it doesnt work, using either env.X or ${env.X} doesnt work.
I found the same issue on the forums unresolved.
http://www.nabble.com/profile-activation-based-on-environment-variables-tf2585492s177.html#a7208580
Basically, the following doesnt work, where FOO is a windows environment variable (like PATH for example) :
<profile> <id>haroon-workstation</id> <activation> <property> <name>env.FOO</name> <value>foo</value> </property> </activation> ....... </profile>
Attachments
Attachments
Issue Links
- is related to
-
MNG-1753 support improved property based profile activation
- Closed