Eclipse 3.7.1 Windows 64 Bit + Mavenプラグイン のインストールメモ

Eclipse Indigo 3.7.1

以下サイトから「Eclipse IDE for Java EE Developers / Windows 64 Bit」をダウンロードして解凍する。

Eclipse Downloads
http://www.eclipse.org/downloads/


デフォルトの文字コードを変更する

Window -> Preferences -> General -> Workspace -> Text file encoding
Other: UTF-8


デフォルトの改行コードを変更する(mac,linuxに合わせる)

Window -> Preferences -> General -> Workspace -> Next text line delimiter
Other: Unix


フォント、フォントサイズを変更する

Window -> Preferences -> General -> Appearance -> Colors and Fonts

	-> Java -> Java Editor Text Font (overrides default: Text Font)
	-> Basic -> Text Font

m2e Plugin

m2eclipse Plugin の後継プロジェクト。maven3同梱版となり別途mavenインストールをしなくても動く。
Eclipse3.7.1以降が推奨。
http://eclipse.org/m2e/

・インストール

Help -> Install new Software... -> Work with: http://download.eclipse.org/technology/m2e/releases/
-> Maven Integration for Eclipse

m2e-wtp Plugin

WTP連携プラグイン

・インストール

Help -> Install new Software... -> Work with: http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/
-> Maven Integration for WTP


このプラグインについては以下を参照
Maven Integration for Eclipse WTP 0.14.0
http://marketplace.eclipse.org/node/96737
JBoss Tools: m2e(clipse)-wtp 0.14.0
http://community.jboss.org/en/tools/blog/2011/09/30/m2eclipse-wtp-0140-new-noteworthy
GitHub
https://github.com/sonatype/m2eclipse-wtp





ちなみに旧m2eclipseプラグインWTP連携プラグインのインストールURLは
以下になるがこちらと間違えないように注意。
http://m2eclipse.sonatype.org/sites/m2e/
http://m2eclipse.sonatype.org/sites/m2e-extras

Eclipse 3.7.1 にインストールした Plugin メモ

Eclipse 3.7.1 にインストールしたプラグインをメモっておく。

JStyle 64bit版

改行、タブ、全角空白を表示してくれる。

・インストール
http://sourceforge.jp/projects/mergedoc/releases/?package_id=12531
jstyle.x86_64_3.7.1.0.zip をダウンロード。
zipファイルからpluginsフォルダを取り出し、Eclipseフォルダ内のpluginsフォルダに上書き。

AntEdit

http://andrei.gmxhome.de/anyedit/
自動で末尾の空白を除去したりしてくれる。

・インストール

Help -> Install new Software... 
-> Work with: http://andrei.gmxhome.de/eclipse/
-> Eclipse 3.5 - 3.7 plugins -> AnyEditTools

インストール後の設定は

Window -> Preferences -> General -> Editors -> AnyEdit Tools

で行う。プロジェクト単位でもできる。

Subversive

・インストール

Help -> Install new Software... 
-> Work with: http://download.eclipse.org/releases/indigo
-> Collaboration -> Subversive SVN Team Provider (Incubation)	0.7.9.I20110819-1700

SVN Repository Browser を開くと初回時にコネクターの選択画面が出る。
ここでは最新の「SVN Kit1.3.5」を選択する。
すると更に以下のインストールを求められるのでインストールする。

Subversive SVN Connectors	2.2.2.I20110819-1700
SVNKit 1.3.5 Implementation (Optional)	2.2.2.I20110819-1700

初期設定だとSVNショートカットが使えなかったので以下を参考に設定変更。
Eclipse 3.6 Helios × Subversive - 都元ダイスケ IT-PRESS
http://d.hatena.ne.jp/daisuke-m/20100622/1277227173

Eclipse Color Theme

・インストール

Help -> Eclipse Marketplace -> 「Eclipse Color Theme」で検索 -> Install

設定

Window -> Preferences -> General -> Appearance -> Color Theme ->「Roboticket」

FindBugs Eclipse Plugin

・インストール

Help -> Eclipse Marketplace -> 「FindBugs Eclipse Plugin」で検索 -> Install

ShellEd

シェルスクリプトのエディタ

http://www.chasetechnology.co.uk/eclipse/updates


随時追記予定。