Eclipse Plugins

After having my elcipse install crashing several times, I thought it a good idea to compile a easily accessible list of plugins I use.

Log4E

Allows loggers to be added to classes, replaces System.out and printStackTrace etc
Website: http://log4e.jayefem.de/content/view/3/2/
Update site: http://log4e.jayefem.de/update

Log4Eclipse

Log4j socket appender host - allows log4j to send log messages directly to eclipse (no need to inspect log files). I have rebuilt it using log4j 1.2.15 see below.
Website: http://www.nitwit.de/log4eclipse/
My build: log4eclipse_0.4.0.jar

Subclipse

Subversion client
Website: http://subclipse.tigris.org/
v1.6 Update site: http://subclipse.tigris.org/update_1.6.x
v1.8 Update site: http://subclipse.tigris.org/update_1.8.x

JBoss Tools

Tools for JBoss server and JSF/Richfaces/Facelets editors. Plus a lot of others (I just use the richfaces plugin).
Website: http://www.jboss.org/tools
Update site: http://download.jboss.org/jbosstools/updates/stable/

TestNG

Plugin to allow execution of testNg (and Junit) tests directly from eclipse.
Website: http://testng.org
Update site: http://beust.com/eclipse

M2Eclipse

Maven integration with eclipse, I mainly use it as a pom file editor.
Website: http://eclipse.org/m2e
Update site: http://download.eclipse.org/technology/m2e/releases

Html Tidy

Based on JTidy, an HTML formatter for eclipse because eclipse's xml/html formatter sucks.
Website: http://eclipsetidy.sourceforge.net/
Download: Zipped update-site

JUtils toString Generator

Website: http://eclipse-jutils.sourceforge.net/
Download: Extract into eclipse directory

FindBugs

A useful static code analysis for finding common coding errors.
Website: http://findbugs.sourceforge.net/
Update site: http://findbugs.cs.umd.edu/eclipse

Jira integration to Mylyn

Wesite atlassian.com
Update site (indigo): http://update.atlassian.com/atlassian-eclipse-plugin/e3.7

Comments