Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] The right API Baseline

Hi Kevin,

to get you started quickly: Did you consider setting the Preferences > Plug-In Development > API baslines> "Missing API Baselines" property to "ignore"? Then, all compiler errors are gone in a fresh workspace.

Marcel


-- 
Eclipse Code Recommenders:



On Oct 20, 2012, at 9:35 AM, Kevin Munk <kevin.munk@xxxxxxxxx> wrote:

Hi,
 
First, I am new to eclipse plugin programming but want to contribute to the project.
 
I just cloned the repository and set the target to “etc/targets/e42-extender.target” followed these steps here [1].
Because I want to extend the project and not change anything I set the target to the “extender” target.
Then I got errors about the missing API baseline. I found this thread [2] and set the API Baseline to the Eclipse I am using (4.2.1).
 
Now I get errors about missing @since tags and compatibility problems of different kinds.
Must I set the API baseline to a lower Eclipse version, or have I done something wrong?
 
Regards,
Kevin
 
 
 
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top