]
Andre Dietisheim commented on JBIDE-26294:
------------------------------------------
merged into master.
openshift fails to build with baseline check error
---------------------------------------------------
Key: JBIDE-26294
URL:
https://issues.jboss.org/browse/JBIDE-26294
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.9.0.AM1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 4.9.0.AM2
openshift fails building with the following:
{code}
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default)
on project org.jboss.tools.openshift.common.core: baseline and build artifacts have same
version but different contents
[ERROR] no-classifier: different
[ERROR] org/jboss/tools/openshift/common/core/connection/AbstractConnection.class:
different
[ERROR] org/jboss/tools/openshift/common/core/connection/ConnectionURL.class: different
[ERROR] org/jboss/tools/openshift/common/core/connection/HostCertificate.class:
different
[ERROR]
org/jboss/tools/openshift/common/core/connection/HumanReadableX509Certificate.class:
different
[ERROR] org/jboss/tools/openshift/common/core/utils/FileUtils.class: different
[ERROR] org/jboss/tools/openshift/common/core/utils/UrlUtils.class: different
[ERROR]
org/jboss/tools/openshift/internal/common/core/preferences/AbstractPreferenceValue.class:
different
[ERROR]
org/jboss/tools/openshift/internal/common/core/preferences/StringsPreferenceValue.class:
different
[ERROR]
org/jboss/tools/openshift/internal/common/core/util/CommandLocationLookupStrategy.class:
different
[ERROR] org/jboss/tools/openshift/internal/common/core/util/ThreadUtils.class: different
[ERROR] -> [Help 1]
{code}