Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [cbi-dev] Merging CBI into Platform progress

On Fri, Sep 21, 2012 at 9:41 AM, Oberlies, Tobias <tobias.oberlies@xxxxxxx> wrote:
Are we talking about the same thing?

When I build org.eclipse.tycho-demo/itp04-rcp with Tycho 0.16.0-SNAPSHOT, the win32/x86 distributions includes an eclipsec.exe. I can also add the win32/x86_64 environment, and there is also an eclipsec.exe (a different one than for x86).

So apparently, I still don't understand your problem.


The part that I was concerned about was support for root.<config> in build.properties.  We have about 4 features that have lines like:

root.linux.gtk.x86_64=target/resources/linux.gtk.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64
root.linux.gtk.x86_64.permissions.755=libcairo-swt.so,eclipse

Tycho already supports this, it was copying resources in our poms that was the problem.

For the eclipse.exe, when we build RCP apps that includes org.eclipse.rcp.configuration (during our PDE build) the director assembles the launcher from the o.e.rcp.configuration feature and root files.
org.eclipse.rcp.configuration.feature.group=1.0.0.M20120909-2000
org.eclipse.rcp.configuration_root.gtk.linux.x86_64=1.0.0.M20120909-2000


I'm guessing when tycho materializes products, it generates some other IUs?
org.eclipse.sdk.ide.executable.gtk.linux.x86_64=4.2.0.v20120821-1439
org.eclipse.sdk.ide.executable.gtk.linux.x86_64.eclipse=4.2.0.v20120821-1439
toolingorg.eclipse.sdk.ide.executable.gtk.linux.x86_64=4.2.0.v20120821-1439

Later,
PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top