]
Andre Dietisheim updated JBIDE-26139:
-------------------------------------
Sprint: (was: devex #151 June 2018)
openshift does not compile anymore
----------------------------------
Key: JBIDE-26139
URL:
https://issues.jboss.org/browse/JBIDE-26139
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.6.0.AM3
Reporter: Jeff MAURY
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 4.6.0.Final
Since a change in the target platform, jbosstools openshift does not compile anymore. an
unknown method is used in org.jboss.tools.openshift.egit.test
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0:compile
(default-compile) on project org.jboss.tools.openshift.egit.test: Compilation failure:
Compilation failure:
[ERROR]
/mnt/hudson_workspace/workspace/jbosstools-openshift-Pull-Request/tests/org.jboss.tools.openshift.egit.test/src/org/jboss/tools/openshift/egit/internal/test/util/TestRepository.java:[477]
[ERROR] Ref ref = repository.getRef(Constants.HEAD);
[ERROR] ^^^^^^
[ERROR] The method getRef(String) is undefined for the type Repository
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
{code}