Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-incubator-dev] VEX repacking the plug-in

Hi all,
I am trying to repack the plugin to a install site.
I used the feature project : org.eclipse.wst.xml.vex.feature
After building the install site project and when I try to install it from that folder, I get the following error :

Cannot complete the install because of a conflicting dependency.
  Software being installed: <X>_Feature 1.0.0.201007301104 (<X>_Feature.feature.group 1.0.0.201007301104)
  Software currently installed: Eclipse for RCP and RAP Developers 1.3.0.20100617-0521 (epp.package.rcp 1.3.0.20100617-0521)
  Only one of the following can be installed at once:
    Validation Framework 1.2.200.201007301153 (org.eclipse.wst.validation 1.2.200.201007301153)
    Validation Framework 1.2.200.201007301104 (org.eclipse.wst.validation 1.2.200.201007301104)
    Validation Framework 1.2.200.201007301204 (org.eclipse.wst.validation 1.2.200.201007301204)
    Validation Framework 1.2.200.201007301118 (org.eclipse.wst.validation 1.2.200.201007301118)
    Validation Framework 1.2.200.v201005271900 (org.eclipse.wst.validation 1.2.200.v201005271900)
  Cannot satisfy dependency:
    From: <X>_Feature 1.0.0.201007301104 (<X>_Feature.feature.group 1.0.0.201007301104)
    To: org.eclipse.wst.validation [1.2.200.201007301104]
  Cannot satisfy dependency:
    From: Eclipse for RCP and RAP Developers 1.3.0.20100617-0521 (epp.package.rcp 1.3.0.20100617-0521)
    To: org.eclipse.epp.package.rcp.feature.feature.group [1.3.0.20100617-0521]
  Cannot satisfy dependency:
    From: EPP RCP/RAP Feature 1.3.0.20100617-0521 (org.eclipse.epp.package.rcp.feature.feature.group 1.3.0.20100617-0521)
    To: org.eclipse.wst.xml_ui.feature.feature.group 0.0.0
  Cannot satisfy dependency:
    From: WST Common Core 3.2.0.v201005241600-7B7DFEdF7RZHOZIvUqM4NJ (org.eclipse.wst.common_core.feature.feature.group 3.2.0.v201005241600-7B7DFEdF7RZHOZIvUqM4NJ)
    To: org.eclipse.wst.validation [1.2.200.v201005271900]
  Cannot satisfy dependency:
    From: WST Common UI 3.2.0.v201005241600-7C78FPcEdhO_mXOgHjYfp_JwVrN5 (org.eclipse.wst.common_ui.feature.feature.group 3.2.0.v201005241600-7C78FPcEdhO_mXOgHjYfp_JwVrN5)
    To: org.eclipse.wst.common_core.feature.feature.group [3.2.0.v201005241600-7B7DFEdF7RZHOZIvUqM4NJ]
  Cannot satisfy dependency:
    From: Eclipse XML Editors and Tools 3.2.0.v201005241510-7H7AFUIDxumQGOb7ocjUR2Pvz-28 (org.eclipse.wst.xml_ui.feature.feature.group 3.2.0.v201005241510-7H7AFUIDxumQGOb7ocjUR2Pvz-28)
    To: org.eclipse.wst.common_ui.feature.feature.group [3.2.0.v201005241600-7C78FPcEdhO_mXOgHjYfp_JwVrN5]

I was trying to install this on eclipse-helios.
--
Thanks & Regards,
NS Gopikrishnan

Back to the top