Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Equinox 3.8.1 and 3.11.0 in parallel

Ok, I just stumbled over a few more spots in the "distrib" project and found some hardcoded paths of "equinox_3.8.1" in there. I guess it is a bit more complicated.

On Wed, Sep 7, 2016 at 10:21 AM, Jens Reimann <jreimann@xxxxxxxxxx> wrote:
Hi,

in the project call yesterday we discussed the idea of having both Equinox 3.8.1 and 3.11.0 available at the same time.

I gave the idea of having two maven profiles a try. It works pretty well with the changes from PRĀ #469. The intermediate properties file containing the version numbers from the OSGi bundles gets updated accordingly.

So you can trigger the Kura build with either Equinox 3.8.1 or 3.11.0 as a target platform.

Only when it comes to bundles which require Equinox 3.11.0 (e.g. due to Java 8) then the "distrib" project needs some "if" logic regarding Equinox 3.11.0.

If you like I can amend the Equinox 3.11 branch in order to support his.

Cheers

Jens

--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill



--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

Back to the top