Eclipse RCP e4 + Tycho Maven + separate Target Platform

房东的猫 提交于 2020-01-07 03:08:14

问题


I have an e4 RCP project, built with Tycho

My projects consist of: aggregator, parent, product, rcp, and target - as learnt in the vogella tutorials

The target platform points to eclipse update sites, and it's also loaded into eclipse as the default platform.

The app is PLUGIN BASED. I don't really want to add a feature for nothing.

The catch is, the build of product fails because multi-platform plugins like org.eclipse.core.filesystem.hpux.ia64_32
org.eclipse.swt.carbon.macosx
org.eclipse.swt.motif.aix.ppc etc.
are missing.

Also, these plugins are missing from the product file "contents" tab as well. Actually... those were missing from the start, when the project was created.

Shouldn't these be grabbed by the target platform automatically? Along with 4.5, there's no delta pack anymore. There's just those update sites.

  • How do I build this multi-platform app?
  • How do I choose that I only want to build for windows? (ie other configs necessary other than environments section in the parent pom)

来源:https://stackoverflow.com/questions/35258706/eclipse-rcp-e4-tycho-maven-separate-target-platform

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!