Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Prefer currently running Java as ExecutionEnvironment version instead of BREE ?

I am also a bit confused in what this all means

What I know that I do want, is that the Java I use to run maven/Tycho shouldn't have anything to do with what is used for compilation..

I do want that java8 jre/lib is used for compilation (so our bree). Because I really want to make sure we suddenly are not using API that is not there yet. Source/target level doesn't say much in this regard.

But as long as it works exactly as in eclipse it self I am fine.
So I can run eclipse with java14 and inside eclipse I have configured a java8 and the compiler compiled against that one because that's the plug-in jre target

Op za 11 jul. 2020 07:36 schreef Christoph Läubrich <laeubi@xxxxxxxxxxxxxx>:
Hi Mickael,

I'm now not completely sure anymore I understand what you want to
archive :-)

Do you think we should drop support for the BREE-Header and require that
the user installs a matching profile-UI with proper dependencies inside
their target platform?

Or do you mean that the BREE-Header should no longer be used to set
source/target levels and alike (is what you mean by EE the "JRE System
library" to use?)

Or do you have the target resolution in mind so we do not resolve the
Target (is that what you mean by EE?) for each individual BREE?

Am 10.07.20 um 20:28 schrieb Mickael Istria:
> Hi Christoph,
>
> I think I agree with everything. Do I read this right that by "If
> nothing is specified the build JRE must be used", you're agreeing with
> the proposed change abandoning BREE as parameter to configure the EE?
>
> Cheers,
_______________________________________________
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