Community
Participate
Working Groups
Build Identifier: M20100909-0800 Right now it is possible to contribute interpreter installs via extension and specify "home" attribute. However this attribute does not support location relative to bundle home. So if I wrap interpreter to plugin which contributes this extension, there's no elegant way to specify location (literally I have to create a separate install type for this purpose, though actually this is exactly the same type) Reproducible: Always Steps to Reproduce: 1. Create plugin with embedded interpreter 2. In install location set "home" to something like myInterpreter/bin/myInterpreter 3. The path is not resolved
Created attachment 185110 [details] patch which tries to resolve relative paths
Different implementation committed: If new attribute "bundle" is specified then path is treated as bundle-related