[JBoss JIRA] (JBIDE-19804) Select folder dialog problem
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19804?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19804:
----------------------------------------
To be honest, I'm a bit clueless about how to avoid that in a proper way. The issue is that Oomph is too intrusive in the UI, not sure there's something we can easily change about it.
> Select folder dialog problem
> ----------------------------
>
> Key: JBIDE-19804
> URL: https://issues.jboss.org/browse/JBIDE-19804
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: easymport
> Affects Versions: 4.3.0.Beta1
> Reporter: Lucia Jelinkova
> Attachments: dialog.png, video.avi
>
>
> Sometimes (but not allways, maybe 1 out of 5 times) I got the problem that when I want to choose the folder to open, the dialog is open and after some time it is interrupted with some other dialog for really small time (you can only see it blink). After that you need to click OK several times to make the dialog response (maybe only wait would be OK).
> I captured this on the video (attached) but due to the poor quality you cannot actually see the dialog (the blink is around second 10). However, I managed to make a screenshot from higher-quality video I have on my computer.
> It seems it is an OOmph dialog so I am not sure it really relates to the easy import component at all. But maybe you do work with Preferences and could avoid the OOmph invokation.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19844) Cartridges lists are unavailable after opening New OpenShift Application wizard from context menu of a domain
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19844?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-19844:
---------------------------------------
Unfortunately day later I was not able to reproduce it either Maybe it was current upstream issue and therefore it was not possible to read it because of e.g. jittering... Marking as cannot reproduce.
> Cartridges lists are unavailable after opening New OpenShift Application wizard from context menu of a domain
> -------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19844
> URL: https://issues.jboss.org/browse/JBIDE-19844
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Priority: Critical
> Labels: application_wizard
> Fix For: 4.3.0.Beta1
>
> Attachments: catridges.png
>
>
> After opening New OpenShift Application wizard via context menu of a domain the first wizard page contaning quickstarts and basic catridges is empty. It seems that cartridges have not been obtaining while opening a wizard via context menu of a domain item from OpenShift explorer view.
> !catridges.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19798) include buildinfo.json files inside source zips
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19798?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-19798 at 5/27/15 1:30 AM:
-------------------------------------------------------------
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-sit... >=9984 is back to blue, so resolving.
New source zip is here: http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bui...
was (Author: nickboldt):
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-sit... >=9984 is back to blue, so resolving.
> include buildinfo.json files inside source zips
> -----------------------------------------------
>
> Key: JBIDE-19798
> URL: https://issues.jboss.org/browse/JBIDE-19798
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.3.0.Beta1
>
>
> Max asked: {quote}
> [W]here are the build-info.json files to provide the info you were initially partially encoding into the file names ?
> {quote}
> I replied: {quote}
> Adding json files will take more work as they're produced in a different mojo (GenerateRepositoryFacadeMojo.java, not FetchSourcesFromManifests.java), and I'm a bit hesitant to have one mojo depend on another.
> Do you want that the FetchSourcesFromManifests will also FetchJSONFromUpstreamLatestBuildsFolders (hoping that no respins have happened between the start of the aggregate job and the time when the fetch starts) ? Or should I just include target/fullSite/all/repo/buildinfo.json into target/fullSite/all/jbosstools-src.zip ?
> It's already included in the generated update site + update site zip, so I don't have a problem adding it to the src.zip too... except for the fact that we'll have cross-mojo dependencies. This will mean that the aggregate builds (JBT & JBDS) will depend on BOTH mojos, and that they can only be configured to run in a SPECIFIC order. Is that acceptable?
> {quote}
> (From JBIDE-19756)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19853) GTK3 (only): Erroneous labels in application wizard tree
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19853?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-19853:
----------------------------------
Component/s: upstream
> GTK3 (only): Erroneous labels in application wizard tree
> --------------------------------------------------------
>
> Key: JBIDE-19853
> URL: https://issues.jboss.org/browse/JBIDE-19853
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Snjezana Peco
> Priority: Blocker
> Labels: application_wizard
> Attachments: gtk2-new-app-wizard-1.png, gtk2-new-app-wizard-2.png, gtk3-new-app-wizard-1.png, gtk3-new-app-wizard-2.png
>
>
> When run in GTK3 the tree in the v2 application wizard is showing completely erroneous labels. The labels even switch content when the tree items are unfolded.
> When running Eclipse using (export SWT_GTK3=0) the tree in the application wizard looks in the following correct way:
> !gtk2-new-app-wizard-1.png!
> unfolding the "Basic Cartridges" produces the following:
> !gtk2-new-app-wizard-2.png!
> Without the above env variable, which makes Eclipse use GTK3, the application wizard looks as follows:
> !gtk3-new-app-wizard-1.png!
> ... and when unfolding "Basic Cartridges" the labels for the 3 main cathegories and all the children change to display the same:
> !gtk3-new-app-wizard-2.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (TOOLSDOC-647) Update JBDS 9.0.0 Install doc with info for offline zip
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-647?page=com.atlassian.jira.plug... ]
Misha Ali edited comment on TOOLSDOC-647 at 5/26/15 7:21 PM:
-------------------------------------------------------------
[~mhusnain], can you please set the metadata for the issue? Thanks - Supriya
> Update JBDS 9.0.0 Install doc with info for offline zip
> -------------------------------------------------------
>
> Key: TOOLSDOC-647
> URL: https://issues.jboss.org/browse/TOOLSDOC-647
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Affects Versions: 4.3.0.Final
> Reporter: Supriya Bharadwaj
> Assignee: Supriya Bharadwaj
> Fix For: 4.3.0.Final
>
>
> Change info in the Install JBoss Developer Studio BYOE when Offline section of the JBDS 9.0.0 Install guide to say that the user will need only one .zip (update archive) to install.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months