[jbosstools-issues] [JBoss JIRA] (JBIDE-24966) linuxtools.reddeer should depend on eclipse.reddeer 2.0, not jboss.reddeer 1.2

Nick Boldt (JIRA) issues at jboss.org
Fri Sep 1 20:08:00 EDT 2017


    [ https://issues.jboss.org/browse/JBIDE-24966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457812#comment-13457812 ] 

Nick Boldt edited comment on JBIDE-24966 at 9/1/17 8:07 PM:
------------------------------------------------------------

Same problem in org.eclipse.linuxtools.docker.reddeer_1.0.0.201708251600.jar/META-INF/MANIFEST.MF 

So both these sites / branches need updating:

* http://download.eclipse.org/linuxtools/updates-docker-nightly/plugins/?d (presumably the Photon site?)
* http://download.eclipse.org/linuxtools/updates-docker-nightly-oxygen/plugins/?d


was (Author: nickboldt):
Same problem in org.eclipse.linuxtools.docker.reddeer_1.0.0.201708251600.jar/META-INF/MANIFEST.MF 

> linuxtools.reddeer should depend on eclipse.reddeer 2.0, not jboss.reddeer 1.2
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-24966
>                 URL: https://issues.jboss.org/browse/JBIDE-24966
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build, docker, target-platform
>    Affects Versions: 4.5.1.AM2
>            Reporter: Nick Boldt
>            Assignee: Jeff Johnston
>            Priority: Blocker
>             Fix For: 4.5.1.AM2
>
>
> Turns out we have a blocker here.
> org.eclipse.linuxtools.docker.reddeer depends on the old namespace org.jboss.reddeer.* plugins, but the plan for JBoss Tools 4.5.1 is to move to Red Deer 2.0, which has migrated to the org.eclipse.reddeer namespace.
> Therefore this manifest needs to be changed:
> {code:title=org.eclipse.linuxtools.docker.reddeer_1.0.0.201708220400.jar/META-INF/MANIFEST.MF}
> Require-Bundle: org.junit,org.eclipse.swt,
> org.eclipse.ui,
> org.eclipse.osgi,org.eclipse.core.runtime,
> org.jboss.reddeer.eclipse;bundle-version="1.2.1", <<
> org.jboss.reddeer.common;bundle-version="1.2.1", <<
> org.jboss.reddeer.swt;bundle-version="1.2.1", <<
> org.jboss.reddeer.core;bundle-version="1.2.1", <<
> org.jboss.reddeer.workbench;bundle-version="1.2.1", <<
> org.apache.commons.lang;bundle-version="2.6.0",
> org.eclipse.linuxtools.docker.core,
> org.hamcrest.library;bundle-version="1.3.0",
> org.hamcrest.core;bundle-version="1.3.0"{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list