Bug 383388 - Launching the RCP project from manifest.mf or product configuration file, the feature product is not aligned properly
Summary: Launching the RCP project from manifest.mf or product configuration file, the...
Status: CLOSED DUPLICATE of bug 390667
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2012-06-25 00:39 EDT by Saket Sinha CLA
Modified: 2012-12-13 09:09 EST (History)
2 users (show)

See Also:


Attachments
screen shot of the problem as it looks (88.58 KB, image/png)
2012-06-25 00:41 EDT, Saket Sinha CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Saket Sinha CLA 2012-06-25 00:39:19 EDT
Build Identifier: Version: 4.2.0 Build id: I20120315-1300

On launching any rcp project from the testing tab from manifest.mf, the output is not proper. The default welcome screen is shifted to right end of the window.

I tried to do the same in the indigo 3.7, this problem was not there and the output was proper.

To make the rcp project run in the first place I had included following dependencies org.eclipse.equinox.ds and org.eclipse.equinox.event.
Rest all the settings are default.

Apart from this While running in the console the following log is displayed:

!ENTRY org.eclipse.e4.ui.workbench 4 0 2012-06-25 09:55:23.257
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon

!ENTRY org.eclipse.e4.ui.workbench 4 0 2012-06-25 09:55:23.270
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon

!ENTRY org.eclipse.e4.ui.workbench 4 0 2012-06-25 09:55:23.272
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon

Reproducible: Always

Steps to Reproduce:
1.Create a new plugin project.
2.Add dependencies  org.eclipse.equinox.ds and org.eclipse.equinox.event , and save.
3.Try to launch as eclipse application
Comment 1 Saket Sinha CLA 2012-06-25 00:41:49 EDT
Created attachment 217794 [details]
screen shot of the problem as it looks

Happens if you try to launch it from manifiest file or .product file, even when you export the project then also it is displayed as the same.
Comment 2 Curtis Windatt CLA 2012-11-08 14:24:12 EST
Never noticed this in the inbox.  This may have been an issue with the e4 bundles that have been corrected.

Did you use one of the RCP templates when creating your application?  If I run an Eclipse application (sdk) on a new workspace the welcome screen shows up correctly for me.
Comment 3 Dani Megert CLA 2012-12-13 09:09:39 EST

*** This bug has been marked as a duplicate of bug 390667 ***