Bug 195906 - [prov] Cannot launch on non-win32.win32.x86 platforms
Summary: [prov] Cannot launch on non-win32.win32.x86 platforms
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Incubator (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: equinox.incubator-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-07-09 17:08 EDT by Andrew Overholt CLA
Modified: 2007-07-09 17:58 EDT (History)
0 users

See Also:


Attachments
patch to not assume o.e.e.launcher.win32.win32.x86 is present (1.82 KB, patch)
2007-07-09 17:10 EDT, Andrew Overholt CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Overholt CLA 2007-07-09 17:08:31 EDT
After running the "Test Director SDK", even if I manually chmod +x the provisioned launcher (see bug #195563), I am getting "Can't find companion shared library" errors.  I tracked this down to EclipseInstallGeneratorInfoProvider#createLauncherWin32BundleInfo.  It is assuming org.eclipse.equinox.launcher.win32.win32.x86 will be present in the list of bundles to install.  Since this is not true on non-Windows platforms, the configuration information is not being inserted into the generated metadata.

I will attach a fix.
Comment 1 Andrew Overholt CLA 2007-07-09 17:10:12 EDT
Created attachment 73394 [details]
patch to not assume o.e.e.launcher.win32.win32.x86 is present
Comment 2 John Arthorne CLA 2007-07-09 17:58:42 EDT
Thanks Andrew. The patch looks reasonable and I have released it.