[jbosstools-issues] [JBoss JIRA] (JBIDE-10867) Fix conflcting Birt features versions in our Repository

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Feb 10 13:49:48 EST 2012


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

Nick Boldt edited comment on JBIDE-10867 at 2/10/12 1:49 PM:
-------------------------------------------------------------

-Upshot here is that the features/plugins in birt component prolly have hard deps on specific versions of upstream which are incompatible. Need to fix manifest.mf and feature.xml files.-

-Reassigning to component owner to have 'em fix this.-

OK, sorry, this isn't the component's fault - there's nothing wrong with this, and the manifests don't state explicit versions.

{code:xml}
<import feature="org.eclipse.birt" version="2.5.0" match="greaterOrEqual" />
<import feature="org.eclipse.birt.chart" version="2.5.0" match="greaterOrEqual" />
{code}

So, I'll pull an updated birt 2.7.x interim site update and stick that into the TP and see if that fixes things. If not, then this is prolly an upstream problem.
                
      was (Author: nickboldt):
    -Upshot here is that the features/plugins in birt component prolly have hard deps on specific versions of upstream which are incompatible. Need to fix manifest.mf and feature.xml files.-

-Reassigning to component owner to have 'em fix this.-

OK, sorry, this isn't the component's fault - there's nothing wrong with this, and the manifests don't state explicit versions.

{code:xml}
                <import feature="org.eclipse.birt" version="2.5.0" match="greaterOrEqual" />
                <import feature="org.eclipse.birt.chart" version="2.5.0" match="greaterOrEqual" />
{code}

So, I'll pull an updated birt 2.7.x interim site update and stick that into the TP and see if that fixes things. If not, then this is prolly an upstream problem.
                  
> Fix conflcting Birt features versions in our Repository
> -------------------------------------------------------
>
>                 Key: JBIDE-10867
>                 URL: https://issues.jboss.org/browse/JBIDE-10867
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: birt
>    Affects Versions: 3.3.0.Beta1
>         Environment: any
>            Reporter: Mickael Istria
>            Assignee: Nick Boldt
>             Fix For: 3.3.0.Beta1
>
>
> Using repository  http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo.SR1-M/latest/
> trunk/birt$ mvn install -Dmaven.test.skip=true -DskipTests=true -DtychoVersion=0.14.0-SNAPSHOT
> ...
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: org.jboss.tools.birt.feature.feature.group
> 1.3.0.qualifier
> [ERROR] Only one of the following can be installed at once:
> [org.eclipse.birt.chart.ui 3.7.1.v20110905, org.eclipse.birt.chart.ui
> 3.7.2.v20120130]
> [ERROR] Cannot satisfy dependency: org.eclipse.birt.chart.feature.group
> 3.7.1.v20110905-7r9e7DFQCnvKN75--lXE5 depends on: org.eclipse.birt.chart.ui
> [3.7.1.v20110905]
> [ERROR] Cannot satisfy dependency: org.eclipse.birt.feature.group
> 3.7.2.v20120130-BDF9E9bGTzuHh02eP-27WvmBpq8k depends on:
> org.eclipse.birt.chart.ui [3.7.2.v20120130]
> [ERROR] Cannot satisfy dependency: org.jboss.tools.birt.feature.feature.group
> 1.3.0.qualifier depends on: org.eclipse.birt.chart.feature.group 2.5.0
> [ERROR] Cannot satisfy dependency: org.jboss.tools.birt.feature.feature.group
> 1.3.0.qualifier depends on: org.eclipse.birt.feature.group 2.5.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list