Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 332495 - interpreterInstall.home extenson attribute does not support bundle-relative paths
Summary: interpreterInstall.home extenson attribute does not support bundle-relative p...
Status: RESOLVED FIXED
Alias: None
Product: DLTK
Classification: Technology
Component: Common (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dltk.common-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 03:26 EST by Ivan Inozemtsev CLA
Modified: 2010-12-14 07:53 EST (History)
2 users (show)

See Also:


Attachments
patch which tries to resolve relative paths (1.86 KB, patch)
2010-12-14 03:29 EST, Ivan Inozemtsev CLA
alex.panchenko: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Inozemtsev CLA 2010-12-14 03:26:37 EST
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
Comment 1 Ivan Inozemtsev CLA 2010-12-14 03:29:49 EST
Created attachment 185110 [details]
patch which tries to resolve relative paths
Comment 2 Alex Panchenko CLA 2010-12-14 07:53:28 EST
Different implementation committed: If new attribute "bundle" is specified then path is treated as bundle-related