[JBoss JIRA] (JBTIS-1095) Fuse: Improve the checking if there is a dialog for changing the perspective
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1095?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky commented on JBTIS-1095:
------------------------------------------
You can use the following method
{code}
org.jboss.reddeer.direct.preferences.PreferencesUtil.setOpenAssociatedPerspective("always|never|prompt")
{code}
> Fuse: Improve the checking if there is a dialog for changing the perspective
> ----------------------------------------------------------------------------
>
> Key: JBTIS-1095
> URL: https://issues.jboss.org/browse/JBTIS-1095
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: Fuse IDE, QE
> Affects Versions: 4.4.3.Final
> Reporter: Andrej Podhradsky
> Assignee: Tomáš Sedmík
> Fix For: 4.4.3.Final
>
>
> Improve the checking if there is a dialog for changing the perspective. Note that this dialog can be turned off via direct API.
> If you still want the current logic then please execute it only if the property for changing the perspective is on.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24530) Installation from Central does not work
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24530?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24530:
------------------------------------
Proposed fix building now:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
> Installation from Central does not work
> ---------------------------------------
>
> Key: JBIDE-24530
> URL: https://issues.jboss.org/browse/JBIDE-24530
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central-update
> Affects Versions: 4.5.0.AM1
> Reporter: Rastislav Wagner
> Assignee: Snjezana Peco
> Priority: Blocker
> Fix For: 4.5.0.AM1
>
> Attachments: install-devstudio11.0.0.AM1-BYOE-eclipse-javaee-oxygen.0.M7.png, install-devstudio11.0.0.AM1-BYOE-eclipse-javaee-oxygen.0.M7_install_all_central.png
>
>
> Installation from Central does not work - it does not start at all and does not throw any exception.
> If I try Getting Started tab - Hybrid Mobile Project which tries to install Hybrid Mobiles tools I get these exceptions:
> {code}
> Verifying resource availability failed
> java.lang.Exception
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:126)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> {code}
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/snapshots/updates/discovery.earlyaccess/m...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> {code}
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/snapshots/updates/discovery.earlyaccess/m...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> {code}
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/snapshots/updates/discovery.earlyaccess/m...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBDS-4399) Include latest JBoss EAP GA release available from developers.redhat.com into DevSuite Installer
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-4399?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-4399.
-----------------------------
It's not perfect, but it works. I've logged some issues, so we can track it there. Closing this one.
> Include latest JBoss EAP GA release available from developers.redhat.com into DevSuite Installer
> ------------------------------------------------------------------------------------------------
>
> Key: JBDS-4399
> URL: https://issues.jboss.org/browse/JBDS-4399
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.0.0.AM1
> Environment: Windows/macOS
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Labels: New_and_noteworthy, Sprint_Demo
> Fix For: 11.0.0.AM1
>
> Attachments: install.xml, install.xml.variables
>
>
> DevSuite Installer should include JBoss EAP 7.1.0.Alpha version.
> Features to implement:
> 1. Install into ${target-folder}/jboss-eap-7.1
> 2. Install from IzPack jar installer the same way it is implemented for DevStudio
> 3. OpenJDK should be a requirement and selected by default if JBoss EAP is selected
> 4. Add it to developer-studio/runtimes.properties file so runtime detection will pick it up
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBTIS-1118) Use existing RedDeer implementation for opening views/preferences/editors
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1118?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky updated JBTIS-1118:
-------------------------------------
Fix Version/s: 4.4.3.Final
(was: 4.3.3.Final)
> Use existing RedDeer implementation for opening views/preferences/editors
> -------------------------------------------------------------------------
>
> Key: JBTIS-1118
> URL: https://issues.jboss.org/browse/JBTIS-1118
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: Fuse IDE, QE
> Affects Versions: 4.4.3.Final
> Reporter: Andrej Podhradsky
> Assignee: Tomáš Sedmík
> Priority: Blocker
> Fix For: 4.4.3.Final
>
>
> We need to reuse existing RedDeer implementation for opening and closing views/preferences/editors.
> For example, the class ConsolePreferencePage where we use our own implementation. Note that in Oxygen lots of labels were changed and these changes are adapted in RedDeer 1.2.2.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBTIS-1118) Use existing RedDeer implementation for opening views/preferences/editors
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1118?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky updated JBTIS-1118:
-------------------------------------
Affects Version/s: 4.4.3.Final
(was: 4.3.3.Final)
> Use existing RedDeer implementation for opening views/preferences/editors
> -------------------------------------------------------------------------
>
> Key: JBTIS-1118
> URL: https://issues.jboss.org/browse/JBTIS-1118
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: Fuse IDE, QE
> Affects Versions: 4.4.3.Final
> Reporter: Andrej Podhradsky
> Assignee: Tomáš Sedmík
> Priority: Blocker
> Fix For: 4.4.3.Final
>
>
> We need to reuse existing RedDeer implementation for opening and closing views/preferences/editors.
> For example, the class ConsolePreferencePage where we use our own implementation. Note that in Oxygen lots of labels were changed and these changes are adapted in RedDeer 1.2.2.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBDS-4430) EAP is not added to runtime locations
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-4430?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-4430:
------------------------------
Description:
The event handler responsible for adding EAP to devstudio runtime locations gets called immediately after the main installation, no matter what state devstudio is in. Hence, EAP is not usually added to runtime_locations.properties.
On windows, runtime detection can still somehow get past this and finds EAP on its own. But on mac it doesn't. Plus the location of runtime_locations.properties file on mac is different to other platforms (needs update in the code).
And btw. it could use some logging as well.
was:
The event handler responsible for adding EAP to devstudio runtime locations gets called immediately after the main installation, no matter what state devstudio is in. Hence, EAP is not usually added to runtime_locations.properties.
On windows, runtime detection can still somehow get past this and finds EAP on its own. But on mac it doesn't. Plus the location of runtime_locations.properties file on mac is different to other platforms (needs update in the code).
> EAP is not added to runtime locations
> -------------------------------------
>
> Key: JBDS-4430
> URL: https://issues.jboss.org/browse/JBDS-4430
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Reporter: Jan Richter
> Assignee: Denis Golovin
>
> The event handler responsible for adding EAP to devstudio runtime locations gets called immediately after the main installation, no matter what state devstudio is in. Hence, EAP is not usually added to runtime_locations.properties.
> On windows, runtime detection can still somehow get past this and finds EAP on its own. But on mac it doesn't. Plus the location of runtime_locations.properties file on mac is different to other platforms (needs update in the code).
> And btw. it could use some logging as well.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBDS-4430) EAP is not added to runtime locations
by Jan Richter (JIRA)
Jan Richter created JBDS-4430:
---------------------------------
Summary: EAP is not added to runtime locations
Key: JBDS-4430
URL: https://issues.jboss.org/browse/JBDS-4430
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Reporter: Jan Richter
Assignee: Denis Golovin
The event handler responsible for adding EAP to devstudio runtime locations gets called immediately after the main installation, no matter what state devstudio is in. Hence, EAP is not usually added to runtime_locations.properties.
On windows, runtime detection can still somehow get past this and finds EAP on its own. But on mac it doesn't. Plus the location of runtime_locations.properties file on mac is different to other platforms (needs update in the code).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBDS-4429) Deselecting devstudio/EAP sets already detected java as not detected
by Jan Richter (JIRA)
Jan Richter created JBDS-4429:
---------------------------------
Summary: Deselecting devstudio/EAP sets already detected java as not detected
Key: JBDS-4429
URL: https://issues.jboss.org/browse/JBDS-4429
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 11.0.0.AM1
Reporter: Jan Richter
Assignee: Denis Golovin
Have installed java 1.8.0 - on confirmation page it is successfully detected. When devstudio or EAP is deselected, java is flagged as not detected and is selected for installation. Detection has to be run again in order to use the existing java.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months