Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CMake plugins

Hi Jesper

I just took a look at your gerrit change. I seems pretty complete to me, which
is great!

What i currently don't quite get is how this change will procede. As far as i
can tell from https://bugs.eclipse.org/bugs/show_bug.cgi?id=174176 you would
have to open a new issue so your change can go through IP review (Maybe i missed
it in bugzilla?). It would be great if we could get your change merged so we can
build on top of it.

I don't know what Doug has comming down the pipeline for EclipseCon, but I think
it would make sense to use the server based approach (if available) provided by
your implementation for working with project targets/dependecies/structure.

Felix

-----Original Message-----
From: Jesper Eskilson <Jesper.Eskilson@xxxxxxx>
Reply-to: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] CMake plugins
Date: Tue, 17 Oct 2017 12:06:43 +0000

Hi Felix,

I have a gerrit change in the pipeline: https://git.eclipse.org/r/#/c/94349/. It
contains a fairly complete Java-API for cmake-server so that you don't need to
do any low-level JSON stuff. I haven't had the time to work on it for the last
couple of months, but it should provide a good starting point when it comes to
communicating with the cmake-server process. I think there is a fairly complete
test suite to show how to use it.

Feel free to pick up the ball. I'll do my best to answer any questions you might
have.

/Jesper

Back to the top