[jbosstools-issues] [JBoss JIRA] (JBIDE-13661) Cannot create archive from archive in explorer
Rastislav Wagner (JIRA)
issues at jboss.org
Thu Sep 22 06:19:00 EDT 2016
[ https://issues.jboss.org/browse/JBIDE-13661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13297013#comment-13297013 ]
Rastislav Wagner commented on JBIDE-13661:
------------------------------------------
[~rob.stryker] Im able to reproduce. Jaroslav mentions Project Archive explorer but he really means Project Explorer :) So steps are:
1. use new workspace, do NOT open Project Archives view
2. create java project
3. in Project Explorer, using right click on project, add Archives support
4. create archive using Project Explorer (name it archive.jar)
5. create archive for archive.jar in Project Explorer
FAIL: Nothing happens, dialog for new archive wont open
Exception happens here
https://github.com/jbosstools/jbosstools-server/blob/master/archives/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/wizards/AbstractArchiveWizard.java#L142
- getInstance() returns null (bcs Project Archives View is not open)
and you swallow it here
https://github.com/jbosstools/jbosstools-server/blob/master/archives/plugins/org.jboss.ide.eclipse.archives.ui/src/main/org/jboss/ide/eclipse/archives/ui/actions/NewJARAction.java#L33
> Cannot create archive from archive in explorer
> ----------------------------------------------
>
> Key: JBIDE-13661
> URL: https://issues.jboss.org/browse/JBIDE-13661
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Affects Versions: 4.1.0.Alpha1
> Reporter: Jaroslav Jankovič
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.4.2.AM1
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jbosstools-issues
mailing list