プラグイン(2) プラグインの導入

Eclipseプラグイン導入。

eclipse.ini - 起動設定

とりあえずeclipse.iniが他のディストリビューションと違う。

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

メモリがパーマネント256Mのヒープ512Mですって。osgi.requiredJavaVersionってのは6系でもいいのかな。

さよなら Mylyn

Mylyn入れてるとエラーログが蹂躙されがちなので外す。

Help > Software Updates > Manage Configuration

Mylyn から始めるプラグイン一通りをDisableに。

  1. Mylyn Bridge: PDE, CVS and Ant
  2. Mylyn Bridge: Java Development
  3. Mylyn Bridge: Eclipse IDE

辺りは依存関係があるので、この順番で外した方がよさげ。

一通り終わったらEclipseを再起動。

再起動直後はMylyn関係のビューが作れないというエラーが出る。

プラグインの更新

プラグインをいくつか更新。eclipse.exeが通信できるようにファイヤーウォールを調整。

Help > Software Updates > Find and Install

  1. Feature Updates
    1. Search for updates of the currently installed features
    2. Finish

現時点では特になし。

プラグインの追加 - from Discovery Site

いくつか必須なのを追加。

Help > Software Updates > Find and Install

  1. Feature Updates
    1. Search for new features to install
    2. Next
  2. Update sites to visit
    1. check: Europa Discovery Site
    2. Finish
  3. Search Results
    1. Testing and Performance
      1. check: TPTP Testing Tools Project, Select Required
    2. Next
  4. Feature License
    1. I accept the terms in the license agreements
    2. Next
  5. Optional Features
    1. Select All
    2. Next
  6. Installation
    1. Finish
  7. Feature Verification
    1. Install All

PDEのディストリビューションだと本当に一通りはいっている模様。TPTPくらいしかなかった。

プラグインの追加 - Remote Site

Europa Discovery Siteにないものを追加。

Help > Software Updates > Find and Install

  1. Feature Updates
    1. Search for new features to install
    2. Next
  2. Update sites to visit
    1. New Remote Site
      1. Easy Struts : http://easystruts.sourceforge.net/eclipse/updates/
      2. Eclipse Checkstyle : http://eclipse-cs.sourceforge.net/update/
      3. m2eclipse : http://m2eclipse.codehaus.org/update/
      4. Quick JUnit : http://quick-junit.sourceforge.jp/updates/current/
      5. Subversive : http://www.polarion.org/projects/subversive/download/1.1/update-site/
  3. Search Results
    1. Easy Struts
    2. Eclipse Checkstyle
    3. m2eclipse
    4. Quick JUnit
      • Other
    5. Subversive
    6. Next
  4. Feature License
    1. I accept the terms in the license agreements
    2. Next
  5. Installation
    1. Finish
  6. Feature Verification
    1. Install All

プラグインの追加 - 手動

Eclipseを停止した状態で追加。

  1. ResourceBundle Editor