[JBoss JIRA] (JBDS-4195) Remove Software/Update page when installed from RPM.
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4195?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4195.
------------------------------
All RH central stuff can be installed and work fine. Closing.
> Remove Software/Update page when installed from RPM.
> ----------------------------------------------------
>
> Key: JBDS-4195
> URL: https://issues.jboss.org/browse/JBDS-4195
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: central, central-update
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 10.2.0.GA, 10.4.0.GA, 11.0.0.AM1
>
> Attachments: jbds4195.usage.properties.png, jbds4195.usage.properties.txt
>
>
> In order to avoid presenting JBDS-4175 to users, a workaround is to not show the Software/Updates tab when installation comes from RPM. We'll use the same sort of identification as in JBDS-4014, a suffix of "|Devstudio" indicating that the install is from RPM, eg., this screengrab from Google Analytics:
> http://imgur.com/kyspoAn
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBTIS-1103) SAP tests are failing due to installation timeout
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1103?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky commented on JBTIS-1103:
------------------------------------------
In fact, the issue is not due to JBDS-4343 but the problem is that the IDE is executed in a profile which doesn't allow any installation.
{code}
org.eclipse.equinox.p2.core.ProvisionException: Current Eclipse instance does not support software installation.
at org.jboss.tools.central.installation.InstallationChecker.<init>(InstallationChecker.java:76)
at org.jboss.tools.central.installation.InstallationChecker.getInstance(InstallationChecker.java:84)
at org.jboss.tools.central.installation.CentralInstallationPage.createControl(CentralInstallationPage.java:52)
{code}
So, we need to use the following settings
{code}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<testRuntime>p2Installed</testRuntime>
<work>${test.installPath}</work>
<profileName>devstudio</profileName>
</configuration>
</plugin>
{code}
> SAP tests are failing due to installation timeout
> -------------------------------------------------
>
> Key: JBTIS-1103
> URL: https://issues.jboss.org/browse/JBTIS-1103
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE, QE
> Affects Versions: 4.4.3.CR1
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
> Fix For: 4.4.3.CR1
>
>
> SAP tests are failing due to installation timeout.
> There is an issue with the new Eclipse where all installations take toooo long. See JBDS-4343
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4344) CDK installation fails if an older .minishift configuration exists
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4344?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-4344:
-----------------------------------
Assignee: Sudhir Verma (was: Denis Golovin)
[~sudhirverma] Could you verify if
{code}minishift delete{code}
actually stops minishift VM if it is running.
> CDK installation fails if an older .minishift configuration exists
> ------------------------------------------------------------------
>
> Key: JBDS-4344
> URL: https://issues.jboss.org/browse/JBDS-4344
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.4.0.AM2, 10.4.0.GA
> Environment: windows 10
> Reporter: Jan Richter
> Assignee: Sudhir Verma
> Fix For: 10.4.0.GA
>
>
> If a ~/.minishift folder with some older configuration exists when installing CDK 3, it just fails silently.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by jyoti tumsare (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
jyoti tumsare commented on JBIDE-24301:
---------------------------------------
I am trying to run jbosstools-server-4.4.3 and I am facing this Error
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.ide.eclipse.as.management.as7: Compilation failure: Compilation failure:
[ERROR] C:\Users\jyoti.tumsare\Desktop\Jbosstools-Plugins\jbosstools-server\as\plugins\org.jboss.ide.eclipse.as.management.as7\src\org\jboss\ide\eclipse\as\internal\management\as71x\JBoss71xManagerService.java:
[ERROR] /*******************************************************************************
[ERROR] ^
[ERROR] The type org.jboss.dmr.ModelNode cannot be resolved. It is indirectly referenced from required .class files
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: Error.PNG, issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months