Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] EASE no longer compiles against Oxygen

Am Dienstag, den 16.07.2019, 12:52 +0200 schrieb Christian Mathis:
> Hi,
>  
> this is more or less a FYI. It seems that master of ease.core does no
> longer compile against Eclipse Oxygen and probably Photon (the others
> I did not check).

Compile dependencies are hard to maintain. Eg another recently
introduced change upgrades to a new Rhino version from a recent eclipse
orbit repo. While the compile against older platforms does not work,
installation and execution in older eclipse versions is expected to
work.

We currently do not have explicit tests for this. Interestingly I
started to work on this topic just today :)

So if you like you might re-add the removed method, but checking build
dependencies for multiple older versions is almost impossible to
maintain for verify builds.

regards
Christian


Back to the top