[jbosstools-issues] [JBoss JIRA] (JBIDE-16543) Missing requirement Google Eclipse 4.2 Platform Plugin when installing from central

Nick Boldt (JIRA) issues at jboss.org
Wed Feb 12 11:57:28 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-16543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-16543:
-------------------------------

    Attachment: maven.gwt-in-central.png


Well, one problem is this:

!maven.gwt-in-central.png!

The maven.gwt connector (which is going to be replaced eventually by something from Google but not today) depends on the same "Google Plugin for Eclipse 4.3" / com.google.gdt.eclipse.suite.e43.feature, because that feature contains these two plugins which o.j.t.maven.gwt requires:

{code}
 com.google.gwt.eclipse.core;bundle-version="2.5.0",
 com.google.gwt.eclipse.oophm;bundle-version="3.0.0",
{code}

Which are:

{code}
com.google.gwt.eclipse.core	3.5.1.v201312301723-rel-r43
com.google.gwt.eclipse.oophm	3.5.1.v201312301723-rel-r43
{code}

in https://dl.google.com/eclipse/plugin/4.3

Since there's no way to include plugins in a Central connector, we can only include a feature in order to force these to be installed. 

However, we MIGHT be able to include the feature on the site, and just let p2 resolve the PLUGIN deps, without needing the feature there.
                
> Missing requirement Google Eclipse 4.2 Platform Plugin  when installing from central
> ------------------------------------------------------------------------------------
>
>                 Key: JBIDE-16543
>                 URL: https://issues.jboss.org/browse/JBIDE-16543
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build, central
>    Affects Versions: 4.2.0.Alpha2
>            Reporter: Pavol Srna
>            Assignee: Nick Boldt
>              Labels: respin-a
>             Fix For: 4.2.0.Alpha2
>
>         Attachments: JBDE16543-nightly-fixed.png, JBIDE16543-remediation-option.png, maven.gwt-in-central.png, screen-missing-dep-central.png
>
>
> Cannot complete the install because one or more required items could not be found.
>   Software being installed: Google Plugin for Eclipse 4.3 3.4.2.v201310081834-rel-r43 (com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43)
>   Missing requirement: Google Eclipse 4.2 Platform Plugin 3.4.2.v201310081834-rel-r43 (com.google.gdt.eclipse.platform.e42 3.4.2.v201310081834-rel-r43) requires 'bundle org.eclipse.core.runtime [3.8.0,3.10.0)' but it could not be found
>   Cannot satisfy dependency:
>     From: Google Plugin for Eclipse 4.3 3.4.2.v201310081834-rel-r43 (com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43)
>     To: com.google.gdt.eclipse.platform.e42 [3.4.2.v201310081834-rel-r43]

--
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