[jbosstools-issues] [JBoss JIRA] (JBIDE-17268) Forge wizards block eclipse UI while executing - need to be backgroundable

Lincoln Baxter III (JIRA) issues at jboss.org
Thu May 15 08:07:59 EDT 2014


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

Lincoln Baxter III edited comment on JBIDE-17268 at 5/15/14 8:07 AM:
---------------------------------------------------------------------

Additionally - this one will be more reliable in Eclipse/Embedded: https://github.com/forge/furnace/blob/master/proxy/src/main/java/org/jboss/forge/furnace/proxy/ClassLoaderAdapterCallback.java#L73


was (Author: lincolnthree):
Additionally - this one will be more reliable in Eclipse: https://github.com/forge/furnace/blob/master/proxy/src/main/java/org/jboss/forge/furnace/proxy/ClassLoaderAdapterCallback.java#L73

> Forge wizards block eclipse UI while executing - need to be backgroundable
> --------------------------------------------------------------------------
>
>                 Key: JBIDE-17268
>                 URL: https://issues.jboss.org/browse/JBIDE-17268
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: forge
>    Affects Versions: 4.2.0.Beta1
>            Reporter: Lincoln Baxter III
>            Assignee: Koen Aers
>            Priority: Blocker
>             Fix For: 4.2.0.Beta2
>
>
> Forge wizards currently can block the eclipse UI. Run any non-trivial command and the Eclipse interface will be completely blocked until the forge command is cancelled, which may not be possible if the command is not using a fine-grained progress monitor and checks frequently.
> Introducing a threaded command execution would allow the use of {code}commandThread.interrupt(){code}
> And should allow both backgrounding of running wizards, but also more reliable cancellation with Forge's proxy support for thread interrupt handling.



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


More information about the jbosstools-issues mailing list