Develop and Download Open Source Software

View 0.2.0 - Release Notes

category(Tag) tree

file info

category(Tag)
root
file name
Pleiades_0.2.0_-_Notes
last update
2006-01-06 10:16
type
Plain Text
editor
柏原 真二
description
0.2.0 - Release Notes
language
English
translate
###############################################################################
Pleiades
-------------------------------------------------------------------------------
URL : http://sourceforge.jp/projects/mergedoc/
MAIL: cypher256 at users.sourceforge.jp
###############################################################################

Pleiades は Eclipse プラグイン日本語化プラグインです。
実行時にメモリ上で Eclipse 本体とプラグインを日本語化します。



特徴
-------------------------------------------------------------------------------

  ・翻訳対象のプラグイン名やバージョン(Eclipse 本体含む)に依存しません。
  ・リソースが外部化されていないプラグインでも日本語化されます。
  ・対象プラグインのプロパティファイルやクラスファイルは書き換えません。
  ・言語パックを入れた場合、その部分に関しては言語パックが優先されます。
  ・訳さなくてもいいところまで、日本語化される可能性があります。
  ・ヘルプは日本語化されません。
  ・実際はプラグインではなく、AOP を利用した翻訳コンテナです。



動作環境
-------------------------------------------------------------------------------

  JRE 5.0 以上



日本語化確認済みプラグイン
-------------------------------------------------------------------------------

  ・Eclipse 3.1、3.2
  
  ・EMF  - Eclipse Modeling Framework
  ・GEF  - Graphical Editor Framework
  ・TPTP - Test and Performance Tools Platform
  ・UML2 - UML 2.0 Eclipse Platform
  ・VE   - Visual Editor
  ・WTP  - Web Tools Platform
  
  ・AnyEdit
  ・Commonclipse
  ・Commons4E
  ・EclipseUtilPlugins
  ・Editor Enhanncements
  ・EditorList
  ・FindBugs
  ・GotoFile
  ・Jadclipse
  ・LogWatcher
  ・QuickREx
  ・Tomcat Launcher



インストール
-------------------------------------------------------------------------------

  pleiades.zip を解凍し、jp.sourceforge.mergedoc.pleiades ディレクトリを
  Eclipse の plugins ディレクトリに置いてください。



起動方法
-------------------------------------------------------------------------------

  初回起動時やプラグイン構成を変更した場合は Eclipse の起動オプションに
  以下を指定してください。

    -clean -vmargs -javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar -Xms40m -Xmx256m

  2 回目以降の起動では -clean オプション無しにしてください。
  毎回 -clean を指定してしまうと起動に時間がかかります。
  
           -vmargs -javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar -Xms40m -Xmx256m
  
  Windows の場合は、この 2 つのショートカットを作成しておくと良いと思います。
  末尾のヒープサイズ指定は -vmargs を指定した場合に eclipse.ini のヒープサイズ
  設定が無効になってしまうため、明示的に指定する必要があります。
  
  
  Pleiades に問題が発生した場合は以下にログが出力されます。
  後者は log4j によるログ、前者は log4j 初期化以前に出力されるログです。
  
    <ECLIPSE_HOME>/pleiades_fatal_error.log
    <ECLIPSE_HOME>/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.log
  
  問題が発生した場合は、-javaagent オプションを指定せずに起動してみてください。



FAQ
-------------------------------------------------------------------------------

  Q. Pleiades を入れたら WTP のプロジェクト・エクスプローラーに動的 Web プロジェ
     クトなどが表示されなくなってしまった。
  
     → A. ワーキング・セットの設定を開いてチェックを入れなおしてください。



ライセンスおよび謝辞
-------------------------------------------------------------------------------

  Copyright (c) 2005- Shinji Kashihara. All rights reserved.

  This program and the accompanying materials except for /lib directory are
  made available under the terms of the Eclipse Public License v1.0 which
  accompanies this distribution, and is available at /epl-v10.html.

  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/) and
  Shigeru Chiba, Tokyo Institute of Technology
  (http://www.csg.is.titech.ac.jp/~chiba/javassist/).
  
  Please read the different license files present in the /lib directory of
  this distribution.
SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.