Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Difference between environment and ${ENV[]}

...

since there are no replacements used which might be refreshed on a panel change and the environment variable PATH won't change during the runtime of an installation process.

Note

There is one import difference:

  • a variable defined with the environment-attribute ist resolved instantly while reading the <dynamicvariables> section. So it can be used as a parameter for subsequent file-attributes in the variable definitions for example.
  • a variable defined with the value="${ENV[PATH]}" attribute will be resolved later, so subsequent usage within <dynamicvariables> will fail.

Values from System Properties

...