Looking for eclipse plugin "cppcheclipse" - eclipse

I've been desperately looking for a download of the eclipse plugin cppcheclipse v1.0. Sadly the repo at http://cppcheclipse.eclipselabs.org.codespot.com/svn/update has been down for at least a week now...
Could someone help me out?
Thanks

I got it to work by downloading v0.9.9 from the old website and doing a manual install:
https://code.google.com/archive/a/eclipselabs.org/p/cppcheclipse/downloads
How to do a manual install:
How to install plugin for Eclipse from .zip
Eclipse -- Manually Install Plugin

Related

Unable to install PMD in Spring tool suite

I am unable to install PMD plug-in for STS (build on top of Luna).
Could someone please give the steps to do it?
Try this http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/ and install for Eclipse 4.
I'm the developer of eclipse-pmd, one of the two PMD plugins you mentioned in your question. If your installing the plugin through the Eclipse Marketplace then you're doing everything right. Once the installation is finished the getting started guide will help you with setting up eclipse-pmd.
You are, however, not the first who has a problem getting eclipse-pmd 1.4 to work with the Spring Tool Suite. Unfortunately we have not yet found the cause of the problem and are still looking for a solution. If you'd like to help or would like to follow the issue's progress then head over to the eclipse-pmd issue tracker at Github.
Update: the issue has been fixed and it had nothing to do with STS.
If your problem is something different then I need more information on what exactly does not work, e.g. does the installation give you an error message or doesthe installation work and you get an error message when running PMD?
Please follow below steps to install PMD in STS.
Download PMD from https://sourceforge.net/projects/pmd-eclipse/files/ & Extract it.
Copy net.sourceforge.pmd.eclipse_1.8.0 folder into ..\sts-bundle\sts-3.9.6.RELEASE\plugins\
then Install eclipse PMD from Eclipse Market Place you will find in Help this option.
Restart your STS.

Need help for install plugins in mantis

I am newbie in mantis bug tracker so may be my question is not that much proper.
I had install MantisBT Version 1.2.15. In that i want to install following plugins
JabberNotifierSystem
announce
MantisGraph
PastePicture
XmlImportExport
timetracking
Timecard
Zip-Export
Please find attached image in which i pointed my installed plugins & also mention above listed plugins which i want to install.
Can any one tell me how can i install those plugins?
Any suggestion or help would be appreciate.
Download the plugins from https://github.com/mantisbt-plugins to
your mantisbt/plugins folder.
You may have to change the base folder of the plugin. Refer the README or INSTALL file for the correct folder name.
Login to Mantis using the administrator account
Visit Manage-->Manage Plugins
Install the plugins by clicking the install link Some plugins may require other plugins as dependencies, you can follow the same steps to install them.

How to install the JSystem plugin for Eclipse

As per the JSystem documentation it's stated that the installer of JSystem has a little checkbox which install the eclipse plugin, but the screenshot on the manual it's for Windows XP(http://www.jsystemtest.org/sites/default/files/help/Chapter%203%20Getting%20Started%20with.htm#_Toc206753837) and right now I'm using ubuntu 12.04 with Eclipse Juno. I just installed JSystem here and can't find that little checkbox.
Also the documentation is sparse and short. Does anybody know how to install the JSystem plugin for Eclipse?
Thank you!
Actually, the Eclipse plugin is no longer part of the JSystem installation.
If you still want to use it, you can grab one of the older installation packages from SourceForge
(Version 5.7.02 would do the trick).
If are having problems with the Linux installation, you can install it on windows and copy manually the com.ignis.eclipse.plugin_5.7.02 jar from the jsystem/runner/Eclipse folder to the Eclipse plugins folder.
After restarting the Eclipse, you would be able to create a new JSystem project using the plugin.
One of the main reasons that the plugin is no longer provided and supported is that JSystem is now using Maven and most of the plugin functionality is now done via Maven archetypes.
To learn more about it please refer to the Getting started guide

Can't Install Eclipse Juno CheckStyle Plugin

I heard that a good plugin for metrics for Java Eclipse was the CheckStyle plugin. So I try and follow their instructions on how to install it, but I keep getting the following:
Can someone kindly point out how I can fix this problem?
Thank You.
I think I fully know why it didn't work. There was an Eclipse Juno update that I had to run. For the update to happen, I had to run Eclipse as Administrator. Then ran the update, and it worked, i.e. it updated successfully.
I then ran the CheckStyle plug-in install as instructed on their website, and it worked fine.
Hope this helps.

Eclipse Marketplace not showing up (missing) on 3.7 Indigo

I installed the Eclipse Marketplace via http://download.eclipse.org/mpc/indigo/ and Help>Install New Software... and it's not showing up under the help menu as expected after a complete reboot and I can't seem to find anyone else who is having this problem?
What led me to installing the Eclipse Marketplace in the first place was my attempt to install Eclipse Color Themes (http://eclipse-color-theme.github.com/update/). Eclipse Color Themes did not appear where indicated in it's documentation either so I thought I would attempt installing through the marketplace but I think I may have a larger plug-in related issue however plug-ins like Aptana and other misc. custom plug-ins installed correctly.
I'm running Eclipse on Windows 7 64-bit if that's of any help as well.
I had same problem.
I add http://download.eclipse.org/releases/indigo repo and install MPC and Maven.
I tried #d_pilot's answer which didn't work but found the repo at http://download.eclipse.org/mpc/indigo/
You should be able to change the /mpc/(version)/ to get whatever you want from there, which is nice for all the other eclipse classic versions.
more current link: http://www.eclipse.org/mpc/archive.php
To add some Google search terms:
I had this issue when installing via Ubuntu apt-get package management and ransom bot's answer worked for me.