[
https://issues.jboss.org/browse/JBIDE-21018?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-21018:
------------------------------------------
The compilation failure can be fixed by replacing
{code}
Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR)
{code}
by
{code}
RepositoryUtil.getDefaultRepositoryDir()
{code}
but then our test start to fail.
compile failed in openshift
---------------------------
Key: JBIDE-21018
URL:
https://issues.jboss.org/browse/JBIDE-21018
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Alpha1
Reporter: Nick Boldt
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 4.4.0.Alpha1
Denis says Openshift is failing to compile in master:
{code}
[INFO] [ERROR] Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile (default-compile) on project
org.jboss.tools.openshift.egit.ui: Compilation failure: Compilation failure:
[INFO] [ERROR]
<
http://0.0.0.0:8088/job/jbosstools-releng/ws/jbosstools-openshift/plugins...
[INFO] [ERROR] return
Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR);
[INFO] [ERROR] ^^^^^^^^^^^^^^^^
[INFO] [ERROR] DEFAULT_REPO_DIR cannot be resolved or is not a field
[INFO] [ERROR] 1 problem (1 error){code} --
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)