Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] How to build a product that uses simpleconfigurator with Tycho?

Hi there,

I does not seem to be able to build my product without specifying the <configurations> in my product file with start levels of common plugins including the simpleconfigurator.

I'm using Tycho 0.20.0, my parent POM has a proper <environments>, my product includes a single feature that imports required features. For some strange reason, I need to <include> org.eclipse.platform too, otherwise the product won't start.

From what I understand, Tycho should generate a config.ini that is properly configured and uses the simpleconfigurator, but this is not what I'm seeing. Is there a reason why not?

Cheers,
Matthieu
--
Matthieu Wipliez
@matt2xu
Write code. Design hardware. Learn how at https://www.synflow.com

Back to the top