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?

Hi folks,

As far as I can tell this issue has re-appeared in Photon RC2, but
with Java 10 this time:

13:18:52 [ERROR] Cannot resolve target definition:
13:18:52 [ERROR]   Software being installed: org.eclipse.sdk.ide
4.8.0.I20180524-0900
13:18:52 [ERROR]   Missing requirement: org.eclipse.sdk.ide
4.8.0.I20180524-0900 requires 'config.a.jre.javase [10.0.0]' but it
could not be found

I am using Tycho 1.1.0 release version, which earlier comments implies
fixes the problem, but perhaps that was just for 9 and not future
versions of Java.

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
Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 25 January 2018 at 10:27, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:
> This should be announced to this list.
>
> Dani
>
>
>
> From:        Mickael Istria <mistria@xxxxxxxxxx>
> To:        Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
> Date:        25.01.2018 11:19
> Subject:        Re: [cross-project-issues-dev] Latest platform I-builds
> requiring Java 9?
> Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx
> ________________________________
>
>
>
>
>
> On Thu, Jan 25, 2018 at 11:14 AM, Pierre-Charles David
> <pierre-charles.david@xxxxxxx> wrote:
>
> Does this mean that the Photon M5 platform build of tomorrow can not be
> consumed without switching to a development version of Tycho for our own M5
> contributions? Unless the platform's M5 contribution has already been built
> before this change?
>
>
>
> Either you can keep Tycho 1.0.0 and use workaround in
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=530207#c1,
> Or you use Tycho 1.1.0-SNAPSHOT and wait for 1.1.0 release, which should
> happen pretty soon.
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_cross-2Dproject-2Dissues-2Ddev&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=1UITCR5rxUZHSFczvfaNFK4ymEbEiccRX7VKchpqz0Y&m=kZ3-CjKxSYE-VAnOGWYC7NJ7NmPcqfegwtER0zf22CU&s=Kd7RgZVHVHlp7O12plfVaT4CgGqQsQL4RZpIQAlmA5E&e=
>
>
>
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top