[jbosstools-issues] [JBoss JIRA] (JBIDE-14421) Conficting Birt for Kepler M7 and JEE bundle

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon May 13 20:21:06 EDT 2013


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

Nick Boldt commented on JBIDE-14421:
------------------------------------

If you remove these from the Alpha4-SNAPSHOT TP in 4.30.x branch:

{code}
-      <unit id="org.eclipse.jst.jee" version="1.0.600.v201305070100"/>
-      <unit id="org.eclipse.jst.jee.web" version="1.0.400.v201305070100"/>
{code}

Then the TP will build w/ updated IU versions... 
{code}
BASEDIR=$HOME/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-target-platforms
for PROJECT in jbosstools; do pushd ${BASEDIR}/${PROJECT}/multiple && mvn org.jboss.tools.tycho-plugins:target-platform-utils:0.0.1-SNAPSHOT:fix-versions -DtargetFile=${PROJECT}-multiple.target && rm -f ${PROJECT}-multiple.target ${PROJECT}-multiple.target_update_hints.txt && mv -f ${PROJECT}-multiple.target_fixedVersion.target ${PROJECT}-multiple.target && popd; done
...
[INFO] BUILD SUCCESS
{code}

... but can't be installed/validated ...
{code}
"No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.wst.ws_ui.feature.feature.group 3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL to org.eclipse.wst.xml_ui.feature.feature.group [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU].", "No solution found because the problem is unsatisfiable."]
{code}

So, I've tried adding the old I-build of WTP [1] (which includes the old "T4SU" version of org.eclipse.wst.xml_ui.feature_3.5.0.v201301022000) into the BIRT site [2] via a respin of the mirror [3] ... but that has only introduced more conflicts trying to validate the TP.

{code}
[ERROR]   Software being installed: org.eclipse.m2e.wtp.jpa.feature.feature.group 1.0.0.e43-20130507-1358
[ERROR]   Software being installed: org.eclipse.wst.xml_ui.feature.feature.group 3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU

[ERROR]   Only one of the following can be installed at once: 
[org.eclipse.wst.xml_ui.feature.feature.jar 3.5.0.v201301022000-7H7IFisDxumVsz0U7pjYVjTsxJcZQiTZKpRz-T4S, 
 org.eclipse.wst.xml_ui.feature.feature.jar 3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKrQxT5SU, 
 org.eclipse.wst.xml_ui.feature.feature.jar 3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU]

[ERROR]   Cannot satisfy dependency: org.eclipse.m2e.wtp.jpa.feature.feature.group 1.0.0.e43-20130507-1358 depends on: 
 org.eclipse.wst.web_ui.feature.feature.group 3.2.0

[ERROR]   Cannot satisfy dependency: org.eclipse.wst.web_ui.feature.feature.group 3.5.0.v201209252144-7O7QG-6EMkBQ38QbjcZ0w2Iyj1kPm5hMQiOwS5ip depends on:
 org.eclipse.wst.xml_ui.feature.feature.group [3.5.0.v201301022000-7H7IFisDxumVsz0U7pjYVjTsxJcZQiTZKpRz-T4S]

[ERROR]   Cannot satisfy dependency: org.eclipse.wst.web_ui.feature.feature.group 3.5.0.v201209252144-7O7QG-6EMkBQ3A-bjcZ0x5QBPrhj48Zz-Bojv422 depends on:
 org.eclipse.wst.xml_ui.feature.feature.group [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKrQxT5SU]

[ERROR]   Cannot satisfy dependency: org.eclipse.wst.xml_ui.feature.feature.group 3.5.0.v201301022000-7H7IFisDxumVsz0U7pjYVjTsxJcZQiTZKpRz-T4S depends on:
 org.eclipse.wst.xml_ui.feature.feature.jar [3.5.0.v201301022000-7H7IFisDxumVsz0U7pjYVjTsxJcZQiTZKpRz-T4S]

[ERROR]   Cannot satisfy dependency: org.eclipse.wst.xml_ui.feature.feature.group 3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU depends on:
 org.eclipse.wst.xml_ui.feature.feature.jar [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU]

[ERROR]   Cannot satisfy dependency: org.eclipse.wst.xml_ui.feature.feature.group 3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKrQxT5SU depends on:
 org.eclipse.wst.xml_ui.feature.feature.jar [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKrQxT5SU]
{code}

[1] http://download.eclipse.org/webtools/downloads/drops/R3.5.0/I-3.5.0-20130425165816/repository/

[2] http://download.jboss.org/jbosstools/updates/requirements/birt/4.3.0.v201304271046/

[3] https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/jbosstools/updates/requirements/birt/build.xml


                
> Conficting Birt for Kepler M7 and JEE bundle
> --------------------------------------------
>
>                 Key: JBIDE-14421
>                 URL: https://issues.jboss.org/browse/JBIDE-14421
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: target-platform
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Mickael Istria
>            Assignee: Nick Boldt
>             Fix For: 4.1.0.Beta1
>
>
> Dependency resolution in target platform fails because of a conflict between Birt and JST:
> {quote}
> [ERROR] Cannot resolve project dependencies:
> [ERROR]   Software being installed: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612
> [ERROR]   Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> [ERROR]   Missing requirement: org.eclipse.wst.ws_ui.feature.feature.group 3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL requires 'org.eclipse.wst.xml_ui.feature.feature.group [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU]' but it could not be found
> [ERROR]   Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> [ERROR]   Cannot satisfy dependency: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612 depends on: org.eclipse.jst.web_ui.feature.feature.group 3.1.0
> [ERROR]   Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> [ERROR]   Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgi_3_iP75rjOs9WPy-5VkAg depends on: org.eclipse.jst.web_core.feature.feature.group [3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877]
> [ERROR]   Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgjb-_fhALqUqcxTpwxR8dsR depends on: org.eclipse.wst.ws_ui.feature.feature.group [3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL]
> {quote}
> To highlight the specificity of this issue:
> {quote}
> [ERROR]   Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> ...
> [ERROR]   Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> ...
> [ERROR]   Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list