Eclipse RCP e4 + Tycho Maven + separate Target Platform -


i have e4 rcp project, built tycho

my projects consist of: aggregator, parent, product, rcp, , target - learnt in vogella tutorials

the target platform points eclipse update sites, , it's loaded eclipse default platform.

the app plugin based. don't want add feature nothing.

enter image description here

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

also, these plugins missing product file "contents" tab well. actually... missing start, when project created.

shouldn't these grabbed target platform automatically? along 4.5, there's no delta pack anymore. there's update sites.

  • how build multi-platform app?
  • how choose want build windows? (ie other configs necessary other environments section in parent pom)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -