Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho & Babel



On Thu, Feb 1, 2018 at 4:06 PM, Jörg Schaible <joerg.schaible@xxxxxxxxxxxxxxx> wrote:
I tried to configure in the target-platform-
configuration dependency-resolution/optionalDependencies to "require", but it has no effect

Can you please share the snippet? Do you see the translation fragments listed in target/work/configuration/config.ini with all other bundles/fragments?

 and should have been the default anyway.

No, it shouldn't have been the default. The target-platform defines what's available for depedency resolution, not what's mandatory for dependency resolution. Tycho more usually avoid installing stuff that's not needed unless you explicitly tell it to (in the target-platfrom-configuration as you tried).

Back to the top