Skip to main content



      Home
Home » Eclipse Projects » Oomph » [SOLVED] SWT platform dependencies not installed during setup
[SOLVED] SWT platform dependencies not installed during setup [message #1798463] Mon, 19 November 2018 09:32 Go to next message
Eclipse UserFriend
While trying to update the EASE oomph setup
http://git.eclipse.org/c/ease/org.eclipse.ease.core.git/tree/releng/org.eclipse.ease.releng/oomph/ease.setup

to a new target platform I ran into the issue that the installer targlet does not add SWT platform dependencies anymore. After the workspace setup o.e.swt is part of the target platform, but the platform binaries for my current platform (linux 64bit) are not there, resulting in a broken workspace.

Any ideas how to fix this?

thanks
Christian

[Updated on: Mon, 19 November 2018 13:23] by Moderator

Re: SWT platform dependencies not installed during setup [message #1798485 is a reply to message #1798463] Mon, 19 November 2018 12:45 Go to previous messageGo to next message
Eclipse UserFriend
I don't what the requirements of your features, but probably you need something like:
<?xml version="1.0" encoding="UTF-8"?>
<p2:Requirement
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:p2="http://www.eclipse.org/oomph/p2/1.0"
    name="org.eclipse.platform.feature.group"/>
I.e., something needs a requirement on a feature has includes the SWT fragments.
Re: SWT platform dependencies not installed during setup [message #1798488 is a reply to message #1798485] Mon, 19 November 2018 13:22 Go to previous message
Eclipse UserFriend
Thanks, that did it :)
Previous Topic:Product setup does not set Preferences
Next Topic:Error while installing Eclipse
Goto Forum:
  


Current Time: Mon Jul 14 06:16:48 EDT 2025

Powered by FUDForum. Page generated in 0.05578 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top