Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Important refactoring about executionEnvironment and target-platform resolution

I have tested this with a larger project and the build succeeds, but I'm only using java 11 as BREE so if I understand right I won't notice any difference right?

I'm just a bit confused about the link[1] there about configure default BREE with tycho extension, as the target platform file itself alows to config a desired JRE via <targetJRE> element, does that mean that tycho currently ignores this value?

[1] https://wiki.eclipse.org/Tycho/Execution_Environments#Execution_environment_configuration

Am 03.07.20 um 11:55 schrieb Mickael Istria:
Hi all,

As mentioned earlier, I've made some substantial changes in how the Execution Environments are handled to make things more correct and not have unrelated and undesired environments leaking in dependency resolution. This also comes with some changes to better support the absence of pack200 on newer Java, or to better support toolchains. I've tried to document the most visible changes at https://wiki.eclipse.org/Tycho/Release_Notes/2.0#Target_platform_resolution_becoming_more_correct

I invite anyone to try the current 2.0.0-SNAPSHOT and report bugs if they face any. Also, your feedback would be useful to maybe adjust some behavior or documentation. Concretely, you'll also save time by trying it now while it's still easy to change things than waiting for the upcoming staging/release version at the risk of finding blockers when it's too late for quick-fixes ;)

Thanks in advance.

--
Mickael Istria
Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-dev



Back to the top