Are Eclipse variables supported in target.platform #550
-
From the Eclipse target platform editor I can set up relative paths to plugin directories, this also appears to work when building with tycho. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
The Beside from that, Tycho supports the following eclipse variables:
|
Beta Was this translation helpful? Give feedback.
-
Neither system_property nor env_var variables are currently working in target platform definition on Mac OS:
|
Beta Was this translation helpful? Give feedback.
-
Hereby a full project that demonstrate the issue: tycho.issue550.zip Deploy the project in your Build: Note the update site has to be build prior to build whole project as there is a dependency in target platform referring to a local plugin from the update site. Could you please have a look? |
Beta Was this translation helpful? Give feedback.
The
${project_loc}
requires the name of a project as a "basedirectory" as otherwise the current selection is used, see this comment for example.Beside from that, Tycho supports the following eclipse variables:
system_property
project_loc
env_var