Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] Help in development environment setup

Hi.
I am novice at recommenders and in eclipse plugin development. I'm
trying to implement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385397 enhancement and
have problems to setup development environment.
First of all I've cloned recommenders git repo. Then I imported
project to workpspace. In this case I get thousand errors of
unresolved types. I guess some dependencies are missing. Also I tried
to import project as maven project. Unresolved types are disappeared
but m2e regenerates all eclipse project files. Project files are
placed in git and I conclude that this way is wrong. In both cases I
get many errors with following message "An API baseline has not been
set for the current workspace.	org.eclipse.recommenders.injection" and
have no idea how to deal with them.

Could you get me some advises how to setup workpspace properly?

Additionally,  I never write any eclipse plugin and have no idea how
to run the code of the plugin. Is there some documentation about?


Back to the top