[JBoss JIRA] (JBDS-4576) Implement frame-less about dialog with 'OK/Close' button
by Sudhir Verma (JIRA)
[ https://issues.jboss.org/browse/JBDS-4576?page=com.atlassian.jira.plugin.... ]
Sudhir Verma updated JBDS-4576:
-------------------------------
Sprint: devex #139 October 2017
> Implement frame-less about dialog with 'OK/Close' button
> --------------------------------------------------------
>
> Key: JBDS-4576
> URL: https://issues.jboss.org/browse/JBDS-4576
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.1.0.AM3
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
>
> Current implementation for About dialog is using modal BrowserWindow and it is results in different look on windows and macOS. On windows it has titleBar which is white and configured in widows appearance settings. On macOS it is implemented as Sheet and frame-less without any buttons and disabled Cmd+W shortcut.
> To make it look the same we can explore frameless window under Windows and add normal OK or Close button to provide the way to close the Window.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBIDE-24844) fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24844?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24844:
-------------------------------
Sprint: devex #139 October 2017
> fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
> ---------------------------------------------------------------------------
>
> Key: JBIDE-24844
> URL: https://issues.jboss.org/browse/JBIDE-24844
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.Final
>
> Attachments: red-weekly-smoke-tests.png, redballs-16.png
>
>
> As noted in JBIDE-24835, the it.weekly jobs try to run on macos w/ openjdk 1.8, but no such JDK exists there. Therefore need a combinationFilter to let us build with openjdk on windows and linux, and oracle jdk on macos.
> {code}
> combinationFilter = (label_exp == "macosx").implies(jdk == "jdk1.8") && (label_exp != "macosx").implies(jdk == "openjdk-1.8")
> {code}
> TODO: verify all the jobs linked from here [1] are working for all OSes
> [1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/devstudi...
> * hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job)
> * livereload.it.weekly - failing for windows 8.1 & 10 due to unresolved parent pom
> * browsersim.it.weekly - failing for windows 8.1 due to unresolved parent pom
> * archives.it.weekly - failed to resolve tycho-plugins:repo-utils1.0.0 (bad Nexus settings?) on win81
> * vpe.it.weekly - test failures on win81
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBIDE-24972) DeleteResourceHandlerTest is failing for Windows
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24972?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-24972:
-------------------------------------
Fix Version/s: 4.5.1.Final
(was: 4.5.x)
> DeleteResourceHandlerTest is failing for Windows
> ------------------------------------------------
>
> Key: JBIDE-24972
> URL: https://issues.jboss.org/browse/JBIDE-24972
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Dmitrii Bocharov
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.1.Final
>
>
> https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/JBossTools/view...
> {code:java}
> java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
> no swt-win32-4757 in java.library.path
> no swt-win32 in java.library.path
> Can't load library: C:\Users\hudson\.swt\lib\win32\x86_64\swt-win32-4757.dll
> Can't load library: C:\Users\hudson\.swt\lib\win32\x86_64\swt-win32.dll
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:327)
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:236)
> at org.eclipse.swt.internal.C.<clinit>(C.java:16)
> at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:112)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at javassist.runtime.Desc.getClassObject(Desc.java:43)
> at javassist.runtime.Desc.getClassType(Desc.java:152)
> at javassist.runtime.Desc.getType(Desc.java:122)
> at javassist.runtime.Desc.getParams(Desc.java:70)
> at org.eclipse.jface.dialogs.MessageDialog.openConfirm(MessageDialog.java)
> at org.jboss.tools.openshift.test.internal.ui.handler.DeleteResourceHandlerTest.testStopWatchProject(DeleteResourceHandlerTest.java:51)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBIDE-24972) DeleteResourceHandlerTest is failing for Windows
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24972?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-24972:
-------------------------------------
Sprint: devex #139 October 2017
> DeleteResourceHandlerTest is failing for Windows
> ------------------------------------------------
>
> Key: JBIDE-24972
> URL: https://issues.jboss.org/browse/JBIDE-24972
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Dmitrii Bocharov
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.1.Final
>
>
> https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/JBossTools/view...
> {code:java}
> java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
> no swt-win32-4757 in java.library.path
> no swt-win32 in java.library.path
> Can't load library: C:\Users\hudson\.swt\lib\win32\x86_64\swt-win32-4757.dll
> Can't load library: C:\Users\hudson\.swt\lib\win32\x86_64\swt-win32.dll
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:327)
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:236)
> at org.eclipse.swt.internal.C.<clinit>(C.java:16)
> at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:112)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at javassist.runtime.Desc.getClassObject(Desc.java:43)
> at javassist.runtime.Desc.getClassType(Desc.java:152)
> at javassist.runtime.Desc.getType(Desc.java:122)
> at javassist.runtime.Desc.getParams(Desc.java:70)
> at org.eclipse.jface.dialogs.MessageDialog.openConfirm(MessageDialog.java)
> at org.jboss.tools.openshift.test.internal.ui.handler.DeleteResourceHandlerTest.testStopWatchProject(DeleteResourceHandlerTest.java:51)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months