[jbosstools-issues] [JBoss JIRA] (JBIDE-17550) When Install/Update button pressed no progress reported about installation preparation

Denis Golovin (JIRA) issues at jboss.org
Tue Jun 10 13:19:15 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974992#comment-12974992 ] 

Denis Golovin commented on JBIDE-17550:
---------------------------------------

I would create a separate job for this task and use 

{code}Job prepareForInstall = new Job("Preparing for installation") {
...
};
prepareForInstall.schedule();
IWorkbench.getProgressService().showInDialog(shell, prepareForInstall);{code}

This would show dialog with button to send job in background.



> When Install/Update button pressed no progress reported about installation preparation
> --------------------------------------------------------------------------------------
>
>                 Key: JBIDE-17550
>                 URL: https://issues.jboss.org/browse/JBIDE-17550
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: central
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Denis Golovin
>            Assignee: Mickael Istria
>             Fix For: 4.2.0.Beta3
>
>
> When big features like ADT or set of features requested to be installed from central there is no indication in eclipse by any means that something is going on. Meantime central calls
> {code}
> computeInstallableUnits(monitor.newChild(50));
> {code}
> and
> {code}resolveInstall(monitor.newChild(50));{code}
> which can take considerable amount of time.
> I think progress for Preparation to install requested features should be visible in eclipse.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list