[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [pde-dev] API tooling question | 
> 
> I've been playing around with API tooling and seem not to be able to get 
> it work.  The scenario: I created a simple bundle which exports a 
> package with one interface, ApiInterface, and made it a API baseline in 
> Eclipse.  Then created a "revision 2" of the bundle with a few changes 
> to that interface. (See code at the bottom.) The bundle project is API 
> tooling - enabled etc.
> 
> Now I expected that the changes in the interface would result in errors 
> being reported for the ApiInterface class, since it clearly breaks 
> compatibility with the baseline, and also for the manifest.  But nothing 
> happens, and when I manually run Compare with > API baseline, "No 
> changes have been found".
> 
> What am I doing wrong?  (I have Eclipse 3.6.1 Build id: M20100909-0800 
> from clean "Eclipse Classic" download)
> 
How did you make the API baseline? Did you enable the project for API 
analysis?
Note that the API baseline must contain all prerequisite bundles.
Darin