Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] PDE API Analysis enabled on linuxtools-gerrit Hudson Job

Was this hard to setup? Is it just this https://git.eclipse.org/r/#/c/63770/?
We want to do it for CDT but without tycho plugin it seems to be lots of work.

On Fri, Jan 8, 2016 at 2:15 PM, Roland Grunberg <rgrunber@xxxxxxxxxx> wrote:
I have enabled the 'apianalysis' task from the apitooling-ant.jar that
resides within org.eclipse.pde.api.tools. This is pretty much the same as
setting an API Baseline for a running Eclipse instance but in this case
it'll be done for every patch pushed to review.

The build proceeds in a normal way and additionally generates the api
description information as part of building each bundle. The final p2
repositories are then compared to a baseline version (eg. 4.2.0).
The time taken for the build is nearly the same as before.

This doesn't mean that reviewers need not worry about major/minor breakage
since it might happen that we designate a particular branch for only bug
fixes, but someone may mistakenly bump the minor version.


Cheers,
--
Roland Grunberg
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev


Back to the top