[JBoss JIRA] (JBIDE-17268) Forge wizards block eclipse UI while executing - need to be stoppable/canceble
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17268?page=com.atlassian.jira.plugi... ]
Lincoln Baxter III resolved JBIDE-17268.
----------------------------------------
Resolution: Done
https://www.youtube.com/watch?v=8wmtUBs3FTY
> Forge wizards block eclipse UI while executing - need to be stoppable/canceble
> ------------------------------------------------------------------------------
>
> 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: Lincoln Baxter III
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
>
> 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.
> Alternative is to:
> provide method to cancel progress.
> on first try cancel if command is "CanCancel" then use progress monitor cancel, if not use thread.interrupt() that will stop the progress on proxy boundaries.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 6 months
[JBoss JIRA] (JBDS-3058) Workaround to JBDS-3054 causes the blank/white welcome screen bug to return
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBDS-3058?page=com.atlassian.jira.plugin.... ]
Snjezana Peco reassigned JBDS-3058:
-----------------------------------
Assignee: Len DiMaggio (was: Snjezana Peco)
> Workaround to JBDS-3054 causes the blank/white welcome screen bug to return
> ---------------------------------------------------------------------------
>
> Key: JBDS-3058
> URL: https://issues.jboss.org/browse/JBDS-3058
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: welcome
> Affects Versions: 8.0.0.Beta2
> Environment: JBDS 8.0.beta2.respin-a
> RHEL 6.5
> OpenJDK 1.7
> Reporter: Len DiMaggio
> Assignee: Len DiMaggio
> Fix For: 8.0.x
>
> Attachments: workaround_bug.png
>
>
> If the workaround defined in JBDS-3054 is used (-Dorg.jboss.tools.vpe.loadxulrunner=false), then the welcome screen becomes blank. See attached screenshot.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 6 months
[JBoss JIRA] (JBIDE-17532) Unexpected Update Remediation Step in Install wizard called from JBoss Central
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17532?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-17532:
-------------------------------------
Assignee: Denis Golovin (was: Snjezana Peco)
Could you please review the PR?
> Unexpected Update Remediation Step in Install wizard called from JBoss Central
> ------------------------------------------------------------------------------
>
> Key: JBIDE-17532
> URL: https://issues.jboss.org/browse/JBIDE-17532
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, upstream
> Affects Versions: 4.2.0.Beta2
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.2.0.Beta3
>
> Attachments: unexpected-remediation-page.ogv, unexpected-remediation-page.png
>
>
> I've seen many times this strange step in Install wizard called from JBoss Central:
> !unexpected-remediation-page.png!
> See attached video for steps to replicate [^unexpected-remediation-page.ogv]
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 6 months
[JBoss JIRA] (JBDS-3071) JBDS Installer shouldn't contain source features/plugins
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3071?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3071:
----------------------------------
Built OK after applying a second fix to PR 196:
https://github.com/jbdevstudio/jbdevstudio-product/commit/d59721f13a8182a...
Resulting size reduction: ~43M for installer-standalone , ~30M for installer-eap:
{code:title=http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio.product_master/installer/?C=S;O=A}
jboss-devstudio-8.0.0.Beta3-v20140630-1754-B2249-installer-standalone.jar 30-Jun-2014 14:04 507M
jboss-devstudio-8.0.0.Beta3-v20140630-1754-B2249-installer-eap.jar 30-Jun-2014 14:03 646M
{code}
vs.
{code:title=http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio.product_8.0.luna/installer/?C=S;O=A}
jboss-devstudio-8.0.0.Beta2-v20140617-2058-B166-installer-standalone.jar 17-Jun-2014 17:06 550M
jboss-devstudio-8.0.0.Beta2-v20140617-2058-B166-installer-eap.jar 17-Jun-2014 17:05 676M
{code}
> JBDS Installer shouldn't contain source features/plugins
> --------------------------------------------------------
>
> Key: JBDS-3071
> URL: https://issues.jboss.org/browse/JBDS-3071
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 8.0.0.Beta2
> Reporter: Fred Bricon
> Assignee: Nick Boldt
> Fix For: 8.0.0.Beta3
>
>
> {quote}
> So the basic JBDS installer is 70MB fatter. From my understanding it's because we now ship a *huge* forge2 runtime (50MB), Tern, the JVM Monitor and probably some other minor stuff.
> Fair enough. But do we *really* need to add all the source features/plugins to the installer? *If* we're legally bound to provide sources for JBoss plugins, couldn't we provide them via an other way? (p2 only).
> I reckon we could save ~37 MB by not shipping sources in the installer. I know storage is cheap and d/l speeds are faster but that's not an excuse.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 6 months
[JBoss JIRA] (JBDS-3078) 7 icon(s) not replaced in laucher.exe @ com.jboss.devstudio.core.site
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3078?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3078:
----------------------------------
This is not a new error. Same error occurred for Build #10 (May 30, 2013 3:08:08 PM)
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/devstudio.product_master/10/consoleText}
[INFO] --- tycho-p2-publisher-plugin:0.17.0:publish-products (default-publish-products) @ com.jboss.jbds.site.product ---
Error - 7 icon(s) not replaced in /tmp/p2.brandingIron6452727953957692168/launcher.exe using /qa/services/hudson/hudson_workspace/workspace/devstudio.product_master/sources/product/site/target/products/com.jboss.jbds.all/jbds.ico
Error - 7 icon(s) not replaced in /tmp/p2.brandingIron5572564922166697169/launcher.exe using /qa/services/hudson/hudson_workspace/workspace/devstudio.product_master/sources/product/site/target/products/com.jboss.jbds.all/jbds.ico
{code}
> 7 icon(s) not replaced in laucher.exe @ com.jboss.devstudio.core.site
> ---------------------------------------------------------------------
>
> Key: JBDS-3078
> URL: https://issues.jboss.org/browse/JBDS-3078
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer, updatesite
> Affects Versions: 8.0.0.Beta3
> Reporter: Nick Boldt
>
> Building locally:
> {code}
> [INFO] --- tycho-p2-publisher-plugin:0.20.0:publish-products (default-publish-products) @ com.jboss.devstudio.core.site ---
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron9054877340821028927/launcher.exe using /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/site/target/products/com.jboss.devstudio.core.package/jbds.ico
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron489909634983575622/launcher.exe using /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/site/target/products/com.jboss.devstudio.core.package/jbds.ico
> {code}
> Building in Jenkins:
> {code}
> [INFO] --- tycho-p2-publisher-plugin:0.20.0:publish-products (default-publish-products) @ com.jboss.devstudio.core.site ---
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron5040285231221120320/launcher.exe using /qa/hudson_workspace/workspace/devstudio.product_master/sources/product/site/target/products/com.jboss.devstudio.core.package/jbds.ico
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron8242740933405392439/launcher.exe using /qa/hudson_workspace/workspace/devstudio.product_master/sources/product/site/target/products/com.jboss.devstudio.core.package/jbds.ico{code}
> Is this a problem?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 6 months
[JBoss JIRA] (JBDS-3078) 7 icon(s) not replaced in laucher.exe @ com.jboss.devstudio.core.site
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3078?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3078:
-----------------------------
Assignee: Mickael Istria
> 7 icon(s) not replaced in laucher.exe @ com.jboss.devstudio.core.site
> ---------------------------------------------------------------------
>
> Key: JBDS-3078
> URL: https://issues.jboss.org/browse/JBDS-3078
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer, updatesite
> Affects Versions: 8.0.0.Beta3
> Reporter: Nick Boldt
> Assignee: Mickael Istria
>
> Building locally:
> {code}
> [INFO] --- tycho-p2-publisher-plugin:0.20.0:publish-products (default-publish-products) @ com.jboss.devstudio.core.site ---
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron9054877340821028927/launcher.exe using /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/site/target/products/com.jboss.devstudio.core.package/jbds.ico
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron489909634983575622/launcher.exe using /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/site/target/products/com.jboss.devstudio.core.package/jbds.ico
> {code}
> Building in Jenkins:
> {code}
> [INFO] --- tycho-p2-publisher-plugin:0.20.0:publish-products (default-publish-products) @ com.jboss.devstudio.core.site ---
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron5040285231221120320/launcher.exe using /qa/hudson_workspace/workspace/devstudio.product_master/sources/product/site/target/products/com.jboss.devstudio.core.package/jbds.ico
> Error - 7 icon(s) not replaced in /tmp/p2.brandingIron8242740933405392439/launcher.exe using /qa/hudson_workspace/workspace/devstudio.product_master/sources/product/site/target/products/com.jboss.devstudio.core.package/jbds.ico{code}
> Is this a problem?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 6 months