Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Tycho 2.0 approaching, please test snapshots ASAP before we start release process



On Tue, Jul 28, 2020 at 2:51 PM Christian Dietrich <christian.dietrich@xxxxxxxxx> wrote:

in Xtext we get

[ERROR] Failed to resolve target definition /home/default/xtext-eclipse/releng/org.eclipse.xtext.target/org.eclipse.xtext.target-latest.target: The attribute 'includeSource' must be the same for all locations -> [Help 1]

https://github.com/eclipse/xtext-eclipse/tree/cd_tycho200test

is this new/intended?

Yes, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=550169 , the includeSource flag is now honored by default (instead of ignored in 1.x).
Best is to have the same value for all includeSources in your .target file, alternatively, you can configure the target-platform-configuration `targetDefinitionIncludeSource` setting to "ignore" so that the includeSources settings will be ignored and build will continue.

Back to the top