Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344155

Summary: [shared] unable to launch from a shared install without absolute path
Product: [Eclipse Project] Equinox Reporter: Paul Webster <pwebster>
Component: LauncherAssignee: Project Inbox <equinox.launcher-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: pascal
Version: 3.7Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=342156
https://bugs.eclipse.org/bugs/show_bug.cgi?id=344153
Whiteboard: stalebug

Description Paul Webster CLA 2011-04-28 11:53:40 EDT
I created an install with a shared bundle pool:

TARGET=$(pwd)/target
eclipse/eclipse -application org.eclipse.equinox.p2.director \
-noSplash -bundlepool $TARGET -shared $TARGET/p2 \
-destination $TARGET/win32_win32_x86 \
-profile SDKProfile_win32_win32_x86 \
-profileProperties org.eclipse.update.install.features=true \
-p2.os win32 -p2.ws win32 -p2.arch x86 -roaming \
-repository http://download.eclipse.org/eclipse/updates/3.6 \
-installIUs org.eclipse.sdk.ide

It created $TARGET/linux_gtk_x86_64/eclipse.ini with an absolute
path:
-install
/opt/local/eclipse/multiPlatform/eclipse/linux_gtk_x86_64

But if I remove that path and try to start eclipse, it creates a configuration directory in the main $TARGET dir (which has the bundle pool and artifacts) instead of reading it from $TARGET/linux_gtk_x86_64/configuration

PW
Comment 1 Eclipse Genie CLA 2019-02-01 14:06:38 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Lars Vogel CLA 2019-09-24 13:54:55 EDT
This bug was marked as stalebug a while ago. Marking as worksforme.

If this report is still relevant for the current release, please reopen and remove the stalebug whiteboard tag.