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 Marcel,

 

Yes, I have done that for now. I supposed yesterday that this is not the right way to do it, so I wrote the mail.

 

Thanks,

Kevin

 

Von: recommenders-dev-bounces@xxxxxxxxxxx [mailto:recommenders-dev-bounces@xxxxxxxxxxx] Im Auftrag von Marcel Bruch
Gesendet: Sonntag, 21. Oktober 2012 07:07
An: Recommenders developer discussions
Betreff: 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