JREつきの Solaris SPARC 版および x68 版について簡単なテストを行った結果、
JRE 付きについても、OK としたいと思います。


> ・インストールし、一通り使ってみる。

 → OK
 ※ 含まれている JRE もインストールして、使ってみました。

> ・JRE 付きのバイナリーと無しのバイナリーをともに解凍・展開し、
>  全ファイルを比較する。実行権などの権限についても比較する。
>  比較した結果同一であれば、本体については OK とする。

 → OK
 ※ ファイルの修正時刻が若干異なっていましたが、内容は同一でした。


> ・JRE 部分は 3つのパッケージとして展開されます。その展開結果と
>  java.com から別途ダウンロードしてインストールしてみた結果と
>  比較し、同一であれば、JRE については OK とする。
>  ※ ただしインストール時に作成される一部の *.jar ファイルに
>  ついては、同じ程度のファイルサイズであれば良しとする。

 → 上述のような比較は、結局しませんでした。

 インストールした OOo の JRE を必要とする機能を使ってみて、
 動作するようだから、OK とします。


=====
JRE が使われていると思われる機能

stable/2.0.1/OOo_2.0.1_src.tar.gz を展開したディレクトリにおいて、

find * -name '*.java' | awk -F/ '{print $1}' | uniq -c | sort -nr
1511 qadevOOo --> http://qa.openoffice.org/qadevOOo_doc/ (Automated product 
source code QA関連)
 409 xmerge   --> http://xml.openoffice.org/xmerge/ (Palm, PocketPC 関連)
 343 odk      --> http://api.openoffice.org/ (API関連)
 260 wizards  --> ウィザード関連
 170 scripting  --> http://framework.openoffice.org/scripting/ (スクリプト関連)
 160 XmlSearch
  80 jurt
  62 toolkit
  48 accessibility
  35 javaunohelper
  32 ridljar
  31 bean
  29 xmlhelp
  28 sandbox
  27 forms
  24 package
  24 canvas
  23 framework
  22 filter
  21 bridges
  15 xmlsecurity
  15 ucb
  15 connectivity
  12 sj2
   9 officecfg
   8 avmedia
   7 testtools
   7 embeddedobj
   6 sc
   5 jut
   4 ure
   4 sfx2
   3 vcl
   3 stoc
   3 dbaccess
   2 testshl2
   2 configmgr
   2 codemaker
   1 smoketestoo_native
   1 linguistic
   1 jvmfwk
   1 jvmaccess
   1 extensions
   1 cppuhelper
   1 cli_ure
   1 chart2




find wizards -name '*.java' | perl -pe 's{[^/]*\Z}{\n}' | uniq -c | sort -nr
  25 wizards/com/sun/star/wizards/web/
  20 wizards/com/sun/star/wizards/tutorial/executer/util/
  20 wizards/com/sun/star/wizards/common/
  17 wizards/com/sun/star/wizards/web/data/
  17 wizards/com/sun/star/wizards/tutorial/executer/officeHelper/
  15 wizards/com/sun/star/wizards/ui/
  13 wizards/com/sun/star/wizards/ui/event/
  11 wizards/com/sun/star/wizards/tutorial/creator/frame/objectFinder/
  11 wizards/com/sun/star/wizards/letter/
  11 wizards/com/sun/star/wizards/form/
  11 wizards/com/sun/star/wizards/db/
  10 wizards/com/sun/star/wizards/table/
  10 wizards/com/sun/star/wizards/report/
  10 wizards/com/sun/star/wizards/agenda/
   8 wizards/com/sun/star/wizards/fax/
   7 wizards/com/sun/star/wizards/tutorial/executer/
   7 wizards/com/sun/star/wizards/text/
   7 wizards/com/sun/star/wizards/document/
   6 wizards/com/sun/star/wizards/web/status/
   6 wizards/com/sun/star/wizards/web/export/
   6 wizards/com/sun/star/wizards/tutorial/creator/frame/
   5 wizards/com/sun/star/wizards/ui/
   5 wizards/com/sun/star/wizards/query/
   1 wizards/com/sun/star/wizards/tutorial/executer/
   1 wizards/com/sun/star/wizards/tutorial/creator/

*.java のソースコードが含まれているディレクトリ名から推測すると、
身近なところでは、

ファイル > ウィザード > の
・Web ページ (web)
・レター (letter)
・Fax (fax)
・議題 (agenda)

Base の
・フォーム
・テープル
・クエリー

などで使われているようですね。

http://tools.openoffice.org/modules.html
http://wiki.services.openoffice.org/wiki/SourceDirs

Tora

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

メールによる返信