Bug 481213 - Export Deployable Feature throws Exception when deselecting package as individual JAR archives
Summary: Export Deployable Feature throws Exception when deselecting package as indivi...
Status: RESOLVED WORKSFORME
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2015-11-02 03:46 EST by Christian Heinzemann CLA
Modified: 2019-09-02 15:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Heinzemann CLA 2015-11-02 03:46:06 EST
1. Select File -> Export -> Plug-in Development -> Deployable features
2. Select one feature project
3. Select local directory in home folder as destination
4. Configure options as follows: 
    - Export source => disabled
    - Package as individual JAR archives => disabled
    - Qualifier replacement => enabled
    - Save as Ant script => disabled
5. When deselecting "Package as individual JAR archives", the tabs "JAR Signing" and "Java Web Start" disappear.
6. Click Finish

=> Results in an Unhandled Event Loop Exception. Here is part of the Stack trace:
org.eclipse.swt.SWTException: Widget is disposed
	at org.eclipse.swt.SWT.error(SWT.java:4491)
	at org.eclipse.swt.SWT.error(SWT.java:4406)
	at org.eclipse.swt.SWT.error(SWT.java:4377)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:419)
	at org.eclipse.swt.widgets.Button.getSelection(Button.java:458)
	at org.eclipse.pde.internal.ui.wizards.exports.JARSigningTab.saveSettings(JARSigningTab.java:170)
	at org.eclipse.pde.internal.ui.wizards.exports.BaseExportWizardPage.saveSettings(BaseExportWizardPage.java:259)
	at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportWizardPage.saveSettings(FeatureExportWizardPage.java:93)
	at org.eclipse.pde.internal.ui.wizards.exports.BaseExportWizard.saveSettings(BaseExportWizard.java:79)
	at org.eclipse.pde.internal.ui.wizards.exports.BaseExportWizard.performFinish(BaseExportWizard.java:61)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:799)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:429)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619)

Build information / session data:
eclipse.buildId=4.5.1.M20150904-0015
java.version=1.8.0_60
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.modeling.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.modeling.product
Comment 1 Eclipse Genie CLA 2018-09-16 13:02:23 EDT
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-02 15:09:37 EDT
This bug has been marked as stalebug a while ago without any further interaction.

If this report is still relevant for the current release, please reopen and remove the stalebug whiteboard flag.
Comment 3 Lars Vogel CLA 2019-09-02 15:10:04 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.