Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:32 Go to next message
Christian Pontesegger is currently offline Christian PonteseggerFriend
Messages: 250
Registered: July 2009
Location: Graz, Austria
Senior Member
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 18:23]

Report message to a moderator

Re: SWT platform dependencies not installed during setup [message #1798485 is a reply to message #1798463] Mon, 19 November 2018 17:45 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
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.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: SWT platform dependencies not installed during setup [message #1798488 is a reply to message #1798485] Mon, 19 November 2018 18:22 Go to previous message
Christian Pontesegger is currently offline Christian PonteseggerFriend
Messages: 250
Registered: July 2009
Location: Graz, Austria
Senior Member
Thanks, that did it :)
Previous Topic:Product setup does not set Preferences
Next Topic:Error while installing Eclipse
Goto Forum:
  


Current Time: Fri Mar 29 04:59:26 GMT 2024

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

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

Back to the top