Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Activated APITooling for _all_ ECF

Hi,

today I've activated APITool for _all_ ECF projects [1][2]. It's
supposed to help us not break API accidentally. You won't see/be affected by it unless you set an API baseline [3] and do a full rebuild. A baseline for ECF 3.0/HEAD is ECF release 2.1, for 2.1 it's 2.0 and so on. Unfortunately due to bug #261788 [6], one can only get ECF (binary) from ECF's update site. Not from zips.

APITooling immediately flagged some problems. Most notably in org.eclipse.ecf.docshare [4] and org.eclipse.ecf.examples.collab [5]. The rest was just missing @since which has already been corrected.

Markus

[1] http://www.eclipse.org/pde/pde-api-tools/
[2] https://bugs.eclipse.org/261791
[3] http://wiki.eclipse.org/PDE/API_Tools/User_Guide#Define_an_API_Baseline
[4] https://bugs.eclipse.org/261803
[5] https://bugs.eclipse.org/261805
[6] https://bugs.eclipse.org/261788


Back to the top