Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Latest platform I-builds requiring Java 9?

On 26 May 2018 at 19:50, Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx> wrote:
>> Applying the fix recommended in
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=530207#c1 worked for
>> CDT. See https://git.eclipse.org/r/#/c/123384/1/releng/org.eclipse.cdt.target/cdt.target
>> for how I changed CDT.
>
> Thanks for sharing this. Unfortunately, I couldn't get this to work for
> me (also using Tycho 1.1.0):
>
>   <unit id="a.jre.javase" version="0.0.0"/>
>   <unit id="config.a.jre.javase" version="0.0.0"/>
>   <repository
> location="http://download.eclipse.org/eclipse/updates/4.8milestones/S-4.8RC2-201805240900/"/>
>
> Besides me using 4.8milestones/S-4.8RC2-201805240900 rather than just
> 4.8milestones the only difference I see is that you use
> @includeMode="planner", whereas I used @includeMode="slicer". Any idea
> how to make this work for me as well?

I don't know. Planner means include required dependencies, perhaps
there is some other dependency needed that is automatically being
picked up because of it in CDT's case?


> BTW, did you already file a bug?

I have now: https://bugs.eclipse.org/bugs/show_bug.cgi?id=535157


Back to the top