eclipse-cs icon indicating copy to clipboard operation
eclipse-cs copied to clipboard

First time project setup in Eclipse IDE

Open gaurabdg opened this issue 5 years ago • 2 comments

@romani The issues faced while setting up were

  • Setting dependency accessibility rules for restricted dependencies
  • Installing tycho dependencies to resolve pom issues

gaurabdg avatar Jul 08 '20 15:07 gaurabdg

@gaurabdg , please provide all details, all actions from scratch. I do clone of repo. I downlaod Ecipse YYYYY of version XXXX. ....

romani avatar Jul 09 '20 14:07 romani

Eclipse-cs version: 8.32.0 Eclipse IDE version: 2020-03

To debug the plugin set appropriate breakpoints and right click on the checkstyle module and select Debug as -> eclipse application.

Issue 1:

For some dependencies if you find the error that the dependency JAR is restricted, please go to Settings -> Java Build Path -> Libraries -> Plugin Dependencies and set accessibility rules for each such dependency.

Issue 2:

Tycho plugin issues in all modules' pom.xml. All the required dependencies should be installed by following the instructions from the problems view of the IDE

gaurabdg avatar Jul 11 '20 10:07 gaurabdg