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.
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
Post a Comment