16

I am using Eclipse Luna. After updating my sandbox, I started getting the following error message in multiple modules. Should I add an API baseline or just have the Eclipse ignore it?

erol yeniaras
  • 3,701
  • 2
  • 22
  • 40
  • 2
    That is really up to you. Read up about API baselines [here](http://www.ibm.com/developerworks/library/os-eclipse-api-tools/) and decide if they are useful for you. – greg-449 Apr 06 '15 at 15:42
  • Looks like I do not need them after all. Thanks for the link! – erol yeniaras Apr 06 '15 at 15:53
  • Unfortunately, the link has rotted. :-( [This link](https://stackoverflow.com/a/40511619/884502) may provide some of the information you're after. Hopefully it won't rot. – M_M Jul 20 '21 at 13:20

1 Answers1

17

My issue was resolved. Turns out I did not need the API baseline after all. For the ones who might be curious how to disable this error message (Eclipse Luna):

Windows -> Preferences -> Plug-in Development -> API Baselines

Under Options find Missing API baseline -> If Error is selected change it to Warning or Ignore -> Apply.

For further details check the link posted on greg-449`s comment.

Community
  • 1
  • 1
erol yeniaras
  • 3,701
  • 2
  • 22
  • 40