Unable to install Checkstyle plugin on Eclipse Mars

I tried to install the Checkstyle plugin on Eclipse Mars, both through the Eclipse Marketplace and the update site ( http://eclipse-cs.sf.net/update ). I installed the ability to link to other update sites to satisfy dependencies, but I got the following error:

The installation cannot complete because one or more of the required items could not be found. Installed software: extension for eclipse-cs plugin with extra checks 1.13.5 (com.github.sevntu.checkstyle.checks.feature.feature.group 1.13.5)
Missing requirement: extension plugin for eclipse-cs Sevntu extension 1.13.5 (eclipsecs-sevntu-plugin 1.13.5) requires the net.sf.eclipsecs.checkstyle 0.0.0 'bundle, but it was not found. Cannot satisfy dependencies: From: Extension for eclipse-cs plugin with additional checks 1.13.5 (com.github.sevntu.checkstyle.checks.feature.feature.group 1.13.5) To: eclipsecs-sevntu-plugin [1.13.5 ]

UPDATE: I have successfully installed the plugin from the archive, but the online installation does not work.

+3


source to share


1 answer


The link http://eclipse-cs.sourceforge.net/#!/install gives four different approaches to installing the CheckStyle plugin on Eclipse:

  • Via Eclipse Marketplace Link (Recommended)

  • Through the Eclipse Marketplace client

  • From the update site

  • From the archive of the update site



The first approach (drag and drop the link to the workspace) does an online installation and works fine for me with Eclipse Mars.

The second option (via the Eclipse Marketplace client) didn't work. I got this error: "The following solutions are not available: CheckStyle Contributions (id = de.unkrig.cs-contrib.feature.feature.group, site = http://cs-contrib.unkrig.de/update )"

+2


source







All Articles