[JBoss JIRA] (JBIDE-19555) Migrate Openshift code to use openshift-restclient-java for v3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19555?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19555:
------------------------------------------
I dont see any benefit in having m2e-natures involved when developing Eclipse plugins. Beside maybe generating .classpath upon import it causes mainly drawbacks:
* You force people to use m2e which is otherwise not required for Eclipse plugins
* M2E causes lifecycle errors upon initial import which you have to solve manually.
* M2E frequently gets out-of-sync with the settings in .project and needs to be to told update (Maven->Update project) so that workspace errors go away.
* M2E slows the build cycle.
* When launching tests via M2E one has no visual feedback in the JUnit view, launching via Eclipse launch configs is thus superior.
> Migrate Openshift code to use openshift-restclient-java for v3
> --------------------------------------------------------------
>
> Key: JBIDE-19555
> URL: https://issues.jboss.org/browse/JBIDE-19555
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.3.x
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Priority: Blocker
> Fix For: 4.3.0.Alpha2
>
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19555) Migrate Openshift code to use openshift-restclient-java for v3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19555?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19555:
------------------------------------------
The compilation errors were caused by the missing plugin-requirements and exports in .classpath which were erroneously re-generated upon import (I have no m2e-nature on the plugin projects).
- removed the empty plugin.xml and singleton option in org.jboss.tools.openshift.core
- re-added all .classpath and .project files
- corrected org.jboss.tools.openshift.client/build.properties (all jars manually added even though there was a lib/* pattern)
- corrected root .gitignore to NOT ignore .classpath and .project files
- removed the m2e natures
> Migrate Openshift code to use openshift-restclient-java for v3
> --------------------------------------------------------------
>
> Key: JBIDE-19555
> URL: https://issues.jboss.org/browse/JBIDE-19555
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.3.x
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Priority: Blocker
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19567) Thym doesn't support JGit 4.0
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-19567:
--------------------------------------
Summary: Thym doesn't support JGit 4.0
Key: JBIDE-19567
URL: https://issues.jboss.org/browse/JBIDE-19567
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid, upstream
Reporter: Mickael Istria
Priority: Blocker
Thym cannot be installed/resolved against a Mars M6 target-platform, because JGit moved to version 4.0, and Thym doesn't allow that yet.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years