目次

Eclipse plug-in

各プラグイン

svn

subversive

(http://www.polarion.org/projects/subversive/download/1.1/update-site/)

maven

q4e

http://q4e.googlecode.com/svn/trunk/updatesite/

jetty

find and install で url を指定。

  http://run-jetty-run.googlecode.com/svn/trunk/updatesite\\ 
  jetty-6.1.6 が含まれていました。(2008.05.30 現在)\\ 
  plug-in には servlet api が含まれていないので、次のいずれかなどから CLASSPATH  に追加する必要がありました。 
  * eclipse-platform の plugins/org.eclipse.tomcat4.1xxx に含まれている servelt.jar 
  * Sun からダウンロードした servlet api の JAR\\ 
    http://java.sun.com/products/servlet/download.html 
  * jetty に含まれている  servlet-api-2.5-6.1.10.jar\\ 
    Java プロジェクトを右クリックして Run を選択すると表示されるダイアログから jetty を選択することができるようになります。\\ 
    (環境設定のダイアログに jetty の項目は出てきませんでした。) 
    \\ 
* GetttingStarted run-jetty-run Google Code\\ 
  http://code.google.com/p/run-jetty-run/wiki/GettingStarted 
  * JSP を使う場合は、eclipse の実行設定で classpath に JDK の tools.jar を指定しておく。 

xml

xmlbuddy

http://xmlbuddy.com/

html エディタ

Amateras HTML Editor

https://sourceforge.jp/projects/amateras/files/?release_id=29511#29511

JBoss seam

JBoss Tools

http://sourceforge.net/project/showfiles.php?group_id=22866

Refactoring, Test 関連

djUnit

http://works.dgic.co.jp/djwiki/Viewpage.do?pid=@646A556E697420446F776E6C6F6164

http://works.dgic.co.jp/djunit/update/updatesite.html

find bugs

http://findbugs.cs.umd.edu/eclipse

PMD

http://sourceforge.net/project/showfiles.php?group_id=56262

http://pmd.sourceforge.net/eclipse

プラグイン配置

  1. プラグイン用ディレクトリ作成

例:c:\eclipse\jdt

  1. eclipse ディレクトリ付きでプラグインを展開

例:c:\eclipse\jdt\eclipse\{features,plugins}

  1. link ファイル作成

例:c:\eclipse\links\jdt.link

  内容\\ 
  <code>path=c:/eclipse/jdt</code>